mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-8vpw-mgpf-mpvv GHSA-99f9-gv72-fw9r GHSA-vgh3-mwxq-rcp8 GHSA-x4hh-frx8-98r5
This commit is contained in:
+33
-7
@@ -1,17 +1,39 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-8vpw-mgpf-mpvv",
|
||||
"modified": "2022-05-17T19:57:19Z",
|
||||
"modified": "2024-02-01T20:53:42Z",
|
||||
"published": "2022-05-17T19:57:19Z",
|
||||
"aliases": [
|
||||
"CVE-2014-9720"
|
||||
],
|
||||
"summary": "Tornado XSRF cookie allows side-channel attack against TLS (BREACH attack)",
|
||||
"details": "Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "tornado"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "3.2.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -30,6 +52,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1222816"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/tornadoweb/tornado"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://openwall.com/lists/oss-security/2015/05/19/4"
|
||||
@@ -41,11 +67,11 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
|
||||
"CWE-203"
|
||||
],
|
||||
"severity": null,
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-02-01T20:53:42Z",
|
||||
"nvd_published_at": "2020-01-24T18:15:00Z"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
+32
-5
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-vgh3-mwxq-rcp8",
|
||||
"modified": "2024-02-01T03:30:22Z",
|
||||
"modified": "2024-02-01T20:52:34Z",
|
||||
"published": "2024-02-01T03:30:22Z",
|
||||
"aliases": [
|
||||
"CVE-2024-0831"
|
||||
],
|
||||
"summary": "Hashicorp Vault may expose sensitive log information",
|
||||
"details": "Vault and Vault Enterprise (“Vault”) may expose sensitive information when enabling an audit device which specifies the `log_raw` option, which may log sensitive information to other audit devices, regardless of whether they are configured to use `log_raw`.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,20 +15,46 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "github.com/hashicorp/vault"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "1.15.0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.15.5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0831"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/hashicorp/vault/commit/2a72f2a8a5b57de88c22a2a94c4a5f08c6f3770b"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://developer.hashicorp.com/vault/docs/upgrading/upgrade-to-1.15.x#audit-devices-could-log-raw-data-despite-configuration"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://link-to-discuss"
|
||||
"url": "https://discuss.hashicorp.com/t/hcsec-2024-01-vault-may-expose-sensitive-information-when-configuring-an-audit-log-device/62311"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/hashicorp/vault"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
@@ -35,8 +62,8 @@
|
||||
"CWE-532"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-02-01T20:52:34Z",
|
||||
"nvd_published_at": "2024-02-01T02:15:46Z"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user