diff --git a/advisories/github-reviewed/2022/05/GHSA-c22j-84c7-cm77/GHSA-c22j-84c7-cm77.json b/advisories/github-reviewed/2022/05/GHSA-c22j-84c7-cm77/GHSA-c22j-84c7-cm77.json new file mode 100644 index 00000000000..8026c4150dc --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-c22j-84c7-cm77/GHSA-c22j-84c7-cm77.json @@ -0,0 +1,112 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c22j-84c7-cm77", + "modified": "2025-04-10T01:12:23Z", + "published": "2022-05-02T03:18:36Z", + "aliases": [ + "CVE-2009-0815" + ], + "summary": "TYPO3 leaks a hash secret in an error message", + "details": "The jumpUrl mechanism in class.tslib_fe.php in TYPO3 3.3.x through 3.8.x, 4.0 before 4.0.12, 4.1 before 4.1.10, 4.2 before 4.2.6, and 4.3alpha1 leaks a hash secret (juHash) in an error message, which allows remote attackers to read arbitrary files by including the hash in a request.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.3" + }, + { + "fixed": "4.0.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.1" + }, + { + "fixed": "4.1.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "typo3/cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2" + }, + { + "fixed": "4.2.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-0815" + }, + { + "type": "PACKAGE", + "url": "https://github.com/TYPO3/typo3" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20091206080208/http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-002" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20200915000000*/http://www.securitytracker.com/id?1021710" + }, + { + "type": "WEB", + "url": "http://www.debian.org/security/2009/dsa-1720" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2009/02/10/6" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200", + "CWE-209" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-10T01:12:22Z", + "nvd_published_at": "2009-03-05T02:30:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-c22j-84c7-cm77/GHSA-c22j-84c7-cm77.json b/advisories/unreviewed/2022/05/GHSA-c22j-84c7-cm77/GHSA-c22j-84c7-cm77.json deleted file mode 100644 index 4dada1ed8e1..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-c22j-84c7-cm77/GHSA-c22j-84c7-cm77.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-c22j-84c7-cm77", - "modified": "2025-04-09T04:05:56Z", - "published": "2022-05-02T03:18:36Z", - "aliases": [ - "CVE-2009-0815" - ], - "details": "The jumpUrl mechanism in class.tslib_fe.php in TYPO3 3.3.x through 3.8.x, 4.0 before 4.0.12, 4.1 before 4.1.10, 4.2 before 4.2.6, and 4.3alpha1 leaks a hash secret (juHash) in an error message, which allows remote attackers to read arbitrary files by including the hash in a request.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-0815" - }, - { - "type": "WEB", - "url": "http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-002" - }, - { - "type": "WEB", - "url": "http://www.debian.org/security/2009/dsa-1720" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2009/02/10/6" - }, - { - "type": "WEB", - "url": "http://www.securitytracker.com/id?1021710" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2009-03-05T02:30:00Z" - } -} \ No newline at end of file