Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-jef5-ydxc-87as
Summary
TYPO3 CMS Allows Broken Access Control in Edit Document Controller
### Problem
By exploiting the `defVals` parameter, attackers could bypass field‑level access checks during record creation in the TYPO3 backend. This gave them the ability to insert arbitrary data into prohibited exclude fields of a database table for which the user already has write permission for a reduced set of fields.

### Solution
Update to TYPO3 versions 10.4.55 ELTS, 11.5.49 ELTS, 12.4.41 LTS, 13.4.23 LTS, 14.0.2 that fix the problem described.

### Credits
Thanks to Daniel Windloff for reporting this issue, and to TYPO3 core & security team member Benjamin Franzke for fixing it.

### References
* [TYPO3-CORE-SA-2026-001](https://typo3.org/security/advisory/typo3-core-sa-2026-001)
Aliases
0
alias CVE-2025-59020
1
alias GHSA-5j7q-wmh7-cqhg
Fixed_packages
0
url pkg:composer/typo3/cms-backend@10.4.55
purl pkg:composer/typo3/cms-backend@10.4.55
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@10.4.55
1
url pkg:composer/typo3/cms-backend@11.5.49
purl pkg:composer/typo3/cms-backend@11.5.49
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@11.5.49
2
url pkg:composer/typo3/cms-backend@12.4.41
purl pkg:composer/typo3/cms-backend@12.4.41
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@12.4.41
3
url pkg:composer/typo3/cms-backend@13.4.23
purl pkg:composer/typo3/cms-backend@13.4.23
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@13.4.23
4
url pkg:composer/typo3/cms-backend@14.0.2
purl pkg:composer/typo3/cms-backend@14.0.2
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@14.0.2
Affected_packages
0
url pkg:composer/typo3/cms-backend@10.0.0
purl pkg:composer/typo3/cms-backend@10.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jef5-ydxc-87as
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@10.0.0
1
url pkg:composer/typo3/cms-backend@11.0.0
purl pkg:composer/typo3/cms-backend@11.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jef5-ydxc-87as
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@11.0.0
2
url pkg:composer/typo3/cms-backend@12.0.0
purl pkg:composer/typo3/cms-backend@12.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jef5-ydxc-87as
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@12.0.0
3
url pkg:composer/typo3/cms-backend@13.0.0
purl pkg:composer/typo3/cms-backend@13.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jef5-ydxc-87as
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@13.0.0
4
url pkg:composer/typo3/cms-backend@14.0.0
purl pkg:composer/typo3/cms-backend@14.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jef5-ydxc-87as
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-backend@14.0.0
References
0
reference_url https://github.com/TYPO3/typo3
reference_id
reference_type
scores
url https://github.com/TYPO3/typo3
1
reference_url https://github.com/TYPO3/typo3/commit/ac3f792bd5ab7c58153fc1075cb9e001c9cebe3b
reference_id
reference_type
scores
url https://github.com/TYPO3/typo3/commit/ac3f792bd5ab7c58153fc1075cb9e001c9cebe3b
2
reference_url https://github.com/TYPO3/typo3/commit/cd11a19958d823d12d028f9345b41739c7e70118
reference_id
reference_type
scores
url https://github.com/TYPO3/typo3/commit/cd11a19958d823d12d028f9345b41739c7e70118
3
reference_url https://github.com/TYPO3/typo3/commit/fb98378a8fd30dd50d89a3d1a420780819f38232
reference_id
reference_type
scores
url https://github.com/TYPO3/typo3/commit/fb98378a8fd30dd50d89a3d1a420780819f38232
4
reference_url https://typo3.org/security/advisory/typo3-core-sa-2026-001
reference_id
reference_type
scores
url https://typo3.org/security/advisory/typo3-core-sa-2026-001
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-59020
reference_id CVE-2025-59020
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2025-59020
6
reference_url https://github.com/advisories/GHSA-5j7q-wmh7-cqhg
reference_id GHSA-5j7q-wmh7-cqhg
reference_type
scores
url https://github.com/advisories/GHSA-5j7q-wmh7-cqhg
7
reference_url https://github.com/TYPO3/typo3/security/advisories/GHSA-5j7q-wmh7-cqhg
reference_id GHSA-5j7q-wmh7-cqhg
reference_type
scores
url https://github.com/TYPO3/typo3/security/advisories/GHSA-5j7q-wmh7-cqhg
Weaknesses
0
cwe_id 863
name Incorrect Authorization
description The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
1
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
2
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_scorenull
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-jef5-ydxc-87as