Skip to content

Commit b403b05

Browse files
1 parent fd0244e commit b403b05

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,70 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-cgr9-h9qq-x9fx",
4-
"modified": "2022-05-02T06:18:15Z",
4+
"modified": "2024-02-07T22:30:03Z",
55
"published": "2022-05-02T06:18:14Z",
66
"aliases": [
77
"CVE-2010-1022"
88
],
9+
"summary": "TYPO3 Authentication Bypass via Salted user password hashes extension",
910
"details": "The TYPO3 Security - Salted user password hashes (t3sec_saltedpw) extension before 0.2.13 for TYPO3 allows remote attackers to bypass authentication via unspecified vectors.",
1011
"severity": [
1112

1213
],
1314
"affected": [
14-
15+
{
16+
"package": {
17+
"ecosystem": "Packagist",
18+
"name": "typo3/cms-saltedpasswords"
19+
},
20+
"ranges": [
21+
{
22+
"type": "ECOSYSTEM",
23+
"events": [
24+
{
25+
"introduced": "0"
26+
},
27+
{
28+
"fixed": "0.2.13"
29+
}
30+
]
31+
}
32+
]
33+
}
1534
],
1635
"references": [
1736
{
1837
"type": "ADVISORY",
1938
"url": "https://nvd.nist.gov/vuln/detail/CVE-2010-1022"
2039
},
40+
{
41+
"type": "PACKAGE",
42+
"url": "https://github.com/TYPO3-CMS/saltedpasswords"
43+
},
2144
{
2245
"type": "WEB",
23-
"url": "http://secunia.com/advisories/38992"
46+
"url": "https://web.archive.org/web/20101125125343/http://secunia.com/advisories/38992"
2447
},
2548
{
2649
"type": "WEB",
27-
"url": "http://typo3.org/extensions/repository/view/t3sec_saltedpw/0.2.13/"
50+
"url": "https://web.archive.org/web/20200228221050/http://www.securityfocus.com/bid/38799"
2851
},
2952
{
3053
"type": "WEB",
31-
"url": "http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-006/"
54+
"url": "http://typo3.org/extensions/repository/view/t3sec_saltedpw/0.2.13/"
3255
},
3356
{
3457
"type": "WEB",
35-
"url": "http://www.securityfocus.com/bid/38799"
58+
"url": "http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-006/"
3659
}
3760
],
3861
"database_specific": {
3962
"cwe_ids": [
4063
"CWE-287"
4164
],
4265
"severity": "HIGH",
43-
"github_reviewed": false,
44-
"github_reviewed_at": null,
66+
"github_reviewed": true,
67+
"github_reviewed_at": "2024-02-07T22:30:03Z",
4568
"nvd_published_at": "2010-03-19T19:00:00Z"
4669
}
4770
}

0 commit comments

Comments
 (0)