Skip to content

Commit 8cd26ca

Browse files
1 parent 0a6e5f4 commit 8cd26ca

1 file changed

Lines changed: 47 additions & 3 deletions

File tree

advisories/unreviewed/2026/05/GHSA-v348-vr4q-fv9p/GHSA-v348-vr4q-fv9p.json

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,68 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-v348-vr4q-fv9p",
4-
"modified": "2026-05-19T12:31:39Z",
4+
"modified": "2026-05-19T12:31:40Z",
55
"published": "2026-05-19T12:31:39Z",
66
"aliases": [
77
"CVE-2026-46721"
88
],
9+
"summary": "TYPO3 extension \"sf_register\" affected by Broken Access Control",
910
"details": "The create and edit flows do not restrict which user properties may be submitted and do not enforce access control on the frontend user group assignment. As a result, an attacker can assign an arbitrary frontend user group to a newly registered or edited account, gaining unauthorized access to content and functionality restricted to privileged frontend user groups.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "evoweb/sf-register"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "14.0.0"
29+
},
30+
{
31+
"fixed": "14.0.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "evoweb/sf-register"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "13.2.4"
51+
}
52+
]
53+
}
54+
]
1455
}
1556
],
16-
"affected": [],
1757
"references": [
1858
{
1959
"type": "ADVISORY",
2060
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46721"
2161
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/evoWeb/sf_register"
65+
},
2266
{
2367
"type": "WEB",
2468
"url": "https://typo3.org/security/advisory/typo3-ext-sa-2026-009"

0 commit comments

Comments
 (0)