Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit b5858d7

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 412915a commit b5858d7

1 file changed

Lines changed: 30 additions & 2 deletions

File tree

docs/rules-v1.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"lastUpdatedDate": "2025-03-30T02:42:10+0000",
2+
"lastUpdatedDate": "2025-03-30T13:29:19+0000",
33
"name": "PHP Version Audit",
44
"website": "https://github.com/lightswitch05/php-version-audit",
55
"licence": "https://github.com/lightswitch05/php-version-audit/blob/master/LICENSE",
66
"source": "https://www.github.developerdan.com/php-version-audit/rules-v1.json",
77
"releasesCount": 519,
8-
"cveCount": 359,
8+
"cveCount": 363,
99
"supportVersionsCount": 23,
1010
"latestVersion": "8.4.5",
1111
"latestVersions": {
@@ -5949,6 +5949,34 @@
59495949
"publishedDate": "2025-03-29T06:15:00+0000",
59505950
"lastModifiedDate": "2025-03-29T06:15:00+0000",
59515951
"description": "In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when http request module parses HTTP response obtained from a server, folded headers are parsed incorrectly, which may lead to misinterpreting the response and using incorrect headers, MIME types, etc."
5952+
},
5953+
"CVE-2025-1219": {
5954+
"id": "CVE-2025-1219",
5955+
"baseScore": null,
5956+
"publishedDate": "2025-03-30T06:15:00+0000",
5957+
"lastModifiedDate": "2025-03-30T06:15:00+0000",
5958+
"description": "In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when requesting a HTTP resource using the DOM or SimpleXML extensions, the wrong content-type\u00a0header is used to determine the charset when the requested resource performs a redirect. This may cause the resulting document to be parsed incorrectly or bypass validations."
5959+
},
5960+
"CVE-2025-1734": {
5961+
"id": "CVE-2025-1734",
5962+
"baseScore": null,
5963+
"publishedDate": "2025-03-30T06:15:00+0000",
5964+
"lastModifiedDate": "2025-03-30T06:15:00+0000",
5965+
"description": "In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when receiving headers from HTTP server, the headers missing a colon (:) are treated as valid headers even though they are not. This may confuse applications into accepting invalid headers."
5966+
},
5967+
"CVE-2025-1736": {
5968+
"id": "CVE-2025-1736",
5969+
"baseScore": null,
5970+
"publishedDate": "2025-03-30T06:15:00+0000",
5971+
"lastModifiedDate": "2025-03-30T06:15:00+0000",
5972+
"description": "In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when user-supplied headers are sent, the insufficient validation of the end-of-line characters may prevent certain headers from being sent or lead to certain headers be misinterpreted."
5973+
},
5974+
"CVE-2025-1861": {
5975+
"id": "CVE-2025-1861",
5976+
"baseScore": null,
5977+
"publishedDate": "2025-03-30T06:15:00+0000",
5978+
"lastModifiedDate": "2025-03-30T06:15:00+0000",
5979+
"description": "In PHP from 8.1.* before 8.1.32, from 8.2.* before 8.2.28, from 8.3.* before 8.3.19, from 8.4.* before 8.4.5, when parsing HTTP redirect in the response to an HTTP request, there is currently limit on the location value size caused by limited size of the location buffer to 1024. However as per RFC9110, the limit is recommended to be 8000. This may lead to incorrect URL truncation and redirecting to a wrong location."
59525980
}
59535981
}
59545982
}

0 commit comments

Comments
 (0)