You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2025. It is now read-only.
"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."
0 commit comments