mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-3hp7-4qq4-v5c6 GHSA-9vfc-qxc8-wrpq GHSA-hc74-9vjm-c9xv GHSA-xwh9-gc39-5298
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-3hp7-4qq4-v5c6",
|
||||
"modified": "2023-11-28T23:29:13Z",
|
||||
"modified": "2023-12-05T21:57:27Z",
|
||||
"published": "2023-11-28T18:30:23Z",
|
||||
"aliases": [
|
||||
"CVE-2023-42504"
|
||||
@@ -11,7 +11,7 @@
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:H"
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-9vfc-qxc8-wrpq",
|
||||
"modified": "2023-11-28T23:29:09Z",
|
||||
"modified": "2023-12-05T21:56:53Z",
|
||||
"published": "2023-11-28T18:30:23Z",
|
||||
"aliases": [
|
||||
"CVE-2023-48848"
|
||||
@@ -9,7 +9,10 @@
|
||||
"summary": "ureport arbitrary file read vulnerability",
|
||||
"details": "An arbitrary file read vulnerability in ureport v2.2.9 allows a remote attacker to arbitrarily read files on the server by inserting a crafted path.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
@@ -48,9 +51,9 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
|
||||
"CWE-22"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2023-11-28T23:29:09Z",
|
||||
"nvd_published_at": "2023-11-28T17:15:08Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-hc74-9vjm-c9xv",
|
||||
"modified": "2023-11-28T23:29:00Z",
|
||||
"modified": "2023-12-05T21:56:34Z",
|
||||
"published": "2023-11-28T18:30:23Z",
|
||||
"aliases": [
|
||||
"CVE-2023-42502"
|
||||
@@ -11,7 +11,7 @@
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N"
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-xwh9-gc39-5298",
|
||||
"modified": "2023-11-28T23:14:29Z",
|
||||
"modified": "2023-12-05T21:57:32Z",
|
||||
"published": "2023-11-28T17:36:21Z",
|
||||
"aliases": [
|
||||
"CVE-2023-45286"
|
||||
@@ -9,7 +9,10 @@
|
||||
"summary": "github.com/go-resty/resty/v2 HTTP request body disclosure",
|
||||
"details": "A race condition in go-resty can result in HTTP request body disclosure across requests.\n\nThis condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn't had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request.\n\nThe sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
@@ -57,7 +60,8 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-200"
|
||||
"CWE-200",
|
||||
"CWE-362"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
|
||||
Reference in New Issue
Block a user