Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-yxy9-ngwb-6qdm |
| Summary | TYPO3 vulnerable to an HTML Injection in the History Module
### Problem
The history backend module is vulnerable to HTML injection. Although Content-Security-Policy headers effectively prevent JavaScript execution, adversaries can still inject malicious HTML markup. Exploiting this vulnerability requires a valid backend user account.
### Solution
Update to TYPO3 version 13.1.1 that fixes the problem described.
### Credits
Thanks to TYPO3 core team member Andreas Kienast who reported this issue and to TYPO3 core & security team Benjamin Franzke who fixed the issue.
### References
* [TYPO3-CORE-SA-2024-007](https://typo3.org/security/advisory/typo3-core-sa-2024-007) |
| Aliases |
| 0 |
|
| 1 |
| alias |
GHSA-xjwx-78x7-q6jc |
|
|
| Fixed_packages |
|
| Affected_packages |
| 0 |
| url |
pkg:composer/typo3/cms-core@13.0.0 |
| purl |
pkg:composer/typo3/cms-core@13.0.0 |
| is_vulnerable |
true |
| affected_by_vulnerabilities |
| 0 |
| vulnerability |
VCID-1r9g-c5rn-ukgb |
|
| 1 |
| vulnerability |
VCID-4hsv-y3rz-e3a2 |
|
| 2 |
| vulnerability |
VCID-4t9s-p25a-cfas |
|
| 3 |
| vulnerability |
VCID-65ue-7jd9-23gf |
|
| 4 |
| vulnerability |
VCID-8d2m-1ffv-jqe1 |
|
| 5 |
| vulnerability |
VCID-axvk-13qf-tka7 |
|
| 6 |
| vulnerability |
VCID-g4uc-qeb6-myed |
|
| 7 |
| vulnerability |
VCID-gv1b-xtv4-4yg3 |
|
| 8 |
| vulnerability |
VCID-gyyu-n3b1-zbcj |
|
| 9 |
| vulnerability |
VCID-jxw7-skw6-q7bg |
|
| 10 |
| vulnerability |
VCID-mud2-s4rc-fuf6 |
|
| 11 |
| vulnerability |
VCID-n7ng-zkkb-2qaz |
|
| 12 |
| vulnerability |
VCID-nubu-f1sc-gbes |
|
| 13 |
| vulnerability |
VCID-qeus-f4wj-rubr |
|
| 14 |
| vulnerability |
VCID-qzyk-7877-27a3 |
|
| 15 |
| vulnerability |
VCID-taj6-zj2n-5kg8 |
|
| 16 |
| vulnerability |
VCID-xy6y-312d-rygj |
|
| 17 |
| vulnerability |
VCID-yxy9-ngwb-6qdm |
|
| 18 |
| vulnerability |
VCID-zwgt-rm1f-6bf2 |
|
|
| resource_url |
http://public2.vulnerablecode.io/packages/pkg:composer/typo3/cms-core@13.0.0 |
|
| 1 |
|
| 2 |
|
|
| References |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2024-34355 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69859 |
| published_at |
2026-04-04T12:55:00Z |
|
| 1 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69927 |
| published_at |
2026-04-21T12:55:00Z |
|
| 2 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69945 |
| published_at |
2026-04-18T12:55:00Z |
|
| 3 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69936 |
| published_at |
2026-04-16T12:55:00Z |
|
| 4 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69894 |
| published_at |
2026-04-13T12:55:00Z |
|
| 5 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69908 |
| published_at |
2026-04-12T12:55:00Z |
|
| 6 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69924 |
| published_at |
2026-04-11T12:55:00Z |
|
| 7 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69836 |
| published_at |
2026-04-07T12:55:00Z |
|
| 8 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69844 |
| published_at |
2026-04-02T12:55:00Z |
|
| 9 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.699 |
| published_at |
2026-04-09T12:55:00Z |
|
| 10 |
| value |
0.00615 |
| scoring_system |
epss |
| scoring_elements |
0.69884 |
| published_at |
2026-04-08T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2024-34355 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
|
| Weaknesses |
| 0 |
| cwe_id |
116 |
| name |
Improper Encoding or Escaping of Output |
| description |
The product prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved. |
|
| 1 |
| cwe_id |
79 |
| name |
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') |
| description |
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
|
| 2 |
| 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. |
|
| 3 |
| 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_score | 0.1 - 3.5 |
| Exploitability | 0.5 |
| Weighted_severity | 3.1 |
| Risk_score | 1.6 |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-yxy9-ngwb-6qdm |