-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2024-11233 - 0 updated CVEs:
- Loading branch information
cvelistV5 Github Action
committed
Nov 24, 2024
1 parent
1942b97
commit a78f8d4
Showing
3 changed files
with
143 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.1", | ||
"cveMetadata": { | ||
"cveId": "CVE-2024-11233", | ||
"assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "php", | ||
"dateReserved": "2024-11-15T06:22:38.785Z", | ||
"datePublished": "2024-11-24T01:08:28.663Z", | ||
"dateUpdated": "2024-11-24T01:08:28.663Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"affected": [ | ||
{ | ||
"defaultStatus": "affected", | ||
"modules": [ | ||
"filters" | ||
], | ||
"product": "PHP", | ||
"vendor": "PHP Group", | ||
"versions": [ | ||
{ | ||
"lessThan": "8.1.31", | ||
"status": "affected", | ||
"version": "8.1.*", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"lessThan": "8.2.26", | ||
"status": "affected", | ||
"version": "8.2.*", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"lessThan": "8.3.14", | ||
"status": "affected", | ||
"version": "8.3.*", | ||
"versionType": "semver" | ||
} | ||
] | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"lang": "en", | ||
"type": "reporter", | ||
"value": "Frostb1te" | ||
} | ||
], | ||
"datePublic": "2024-11-21T18:15:00.000Z", | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"supportingMedia": [ | ||
{ | ||
"base64": false, | ||
"type": "text/html", | ||
"value": "In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, due to an error in <span style=\"background-color: var(--wht);\">convert.quoted-printable-decode filter certain data can lead to buffer overread by one byte, which can in certain circumstances lead to crashes or disclose content of other memory areas. </span>" | ||
} | ||
], | ||
"value": "In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, due to an error in convert.quoted-printable-decode filter certain data can lead to buffer overread by one byte, which can in certain circumstances lead to crashes or disclose content of other memory areas." | ||
} | ||
], | ||
"metrics": [ | ||
{ | ||
"cvssV3_1": { | ||
"attackComplexity": "HIGH", | ||
"attackVector": "NETWORK", | ||
"availabilityImpact": "LOW", | ||
"baseScore": 4.8, | ||
"baseSeverity": "MEDIUM", | ||
"confidentialityImpact": "LOW", | ||
"integrityImpact": "NONE", | ||
"privilegesRequired": "NONE", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L", | ||
"version": "3.1" | ||
}, | ||
"format": "CVSS", | ||
"scenarios": [ | ||
{ | ||
"lang": "en", | ||
"value": "GENERAL" | ||
} | ||
] | ||
} | ||
], | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"cweId": "CWE-122", | ||
"description": "CWE-122 Heap-based Buffer Overflow", | ||
"lang": "en", | ||
"type": "CWE" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", | ||
"shortName": "php", | ||
"dateUpdated": "2024-11-24T01:08:28.663Z" | ||
}, | ||
"references": [ | ||
{ | ||
"url": "https://github.com/php/php-src/security/advisories/GHSA-r977-prxv-hc43" | ||
} | ||
], | ||
"source": { | ||
"advisory": "https://github.com/php/php-src/security/advisories/GHSA-r977-prx", | ||
"discovery": "UNKNOWN" | ||
}, | ||
"title": "Single byte overread with convert.quoted-printable-decode filter", | ||
"x_generator": { | ||
"engine": "Vulnogram 0.2.0" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters