Skip to content

Commit

Permalink
1 changes (1 new | 0 updated):
Browse files Browse the repository at this point in the history
      - 1 new CVEs:  CVE-2024-11233
      - 0 updated CVEs:
  • Loading branch information
cvelistV5 Github Action committed Nov 24, 2024
1 parent 1942b97 commit a78f8d4
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 44 deletions.
123 changes: 123 additions & 0 deletions cves/2024/11xxx/CVE-2024-11233.json
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&nbsp;<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.&nbsp;</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"
}
}
}
}
18 changes: 6 additions & 12 deletions cves/delta.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"fetchTime": "2024-11-24T01:07:28.496Z",
"numberOfChanges": 2,
"fetchTime": "2024-11-24T01:49:27.651Z",
"numberOfChanges": 1,
"new": [
{
"cveId": "CVE-2024-11234",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-11234",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/11xxx/CVE-2024-11234.json",
"dateUpdated": "2024-11-24T00:57:39.349Z"
},
{
"cveId": "CVE-2024-11236",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-11236",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/11xxx/CVE-2024-11236.json",
"dateUpdated": "2024-11-24T00:51:28.805Z"
"cveId": "CVE-2024-11233",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-11233",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/11xxx/CVE-2024-11233.json",
"dateUpdated": "2024-11-24T01:08:28.663Z"
}
],
"updated": [],
Expand Down
46 changes: 14 additions & 32 deletions cves/deltaLog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"fetchTime": "2024-11-24T01:49:27.651Z",
"numberOfChanges": 1,
"new": [
{
"cveId": "CVE-2024-11233",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-11233",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/11xxx/CVE-2024-11233.json",
"dateUpdated": "2024-11-24T01:08:28.663Z"
}
],
"updated": [],
"error": []
},
{
"fetchTime": "2024-11-24T01:07:28.496Z",
"numberOfChanges": 2,
Expand Down Expand Up @@ -152855,37 +152869,5 @@
],
"updated": [],
"error": []
},
{
"fetchTime": "2024-10-25T01:32:54.467Z",
"numberOfChanges": 4,
"new": [
{
"cveId": "CVE-2024-10368",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-10368",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/10xxx/CVE-2024-10368.json",
"dateUpdated": "2024-10-25T01:00:11.219Z"
},
{
"cveId": "CVE-2024-10369",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-10369",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/10xxx/CVE-2024-10369.json",
"dateUpdated": "2024-10-25T01:00:12.981Z"
},
{
"cveId": "CVE-2024-10370",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-10370",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/10xxx/CVE-2024-10370.json",
"dateUpdated": "2024-10-25T01:31:04.417Z"
},
{
"cveId": "CVE-2024-10371",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-10371",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/10xxx/CVE-2024-10371.json",
"dateUpdated": "2024-10-25T01:31:06.510Z"
}
],
"updated": [],
"error": []
}
]

0 comments on commit a78f8d4

Please sign in to comment.