Skip to content

Commit eac2d45

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 49e4a27 commit eac2d45

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

docs/rules-v1.json

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-07-03T02:53:58+0000",
2+
"lastUpdatedDate": "2025-07-03T13:38:40+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",
7-
"releasesCount": 525,
7+
"releasesCount": 527,
88
"cveCount": 104,
99
"supportVersionsCount": 23,
10-
"latestVersion": "8.4.8",
10+
"latestVersion": "8.4.10",
1111
"latestVersions": {
1212
"4": "4.4.9",
1313
"4.0": "4.0.6",
@@ -29,12 +29,12 @@
2929
"7.2": "7.2.34",
3030
"7.3": "7.3.33",
3131
"7.4": "7.4.33",
32-
"8": "8.4.8",
32+
"8": "8.4.10",
3333
"8.0": "8.0.30",
3434
"8.1": "8.1.32",
35-
"8.2": "8.2.28",
35+
"8.2": "8.2.29",
3636
"8.3": "8.3.22",
37-
"8.4": "8.4.8"
37+
"8.4": "8.4.10"
3838
},
3939
"supportEndDates": {
4040
"3.0": {
@@ -3305,6 +3305,14 @@
33053305
"CVE-2025-1861"
33063306
]
33073307
},
3308+
"8.2.29": {
3309+
"releaseDate": "2025-07-03T00:00:00+0000",
3310+
"patchedCves": [
3311+
"CVE-2025-1220",
3312+
"CVE-2025-1735",
3313+
"CVE-2025-6491"
3314+
]
3315+
},
33083316
"8.3.0": {
33093317
"releaseDate": "2023-11-23T00:00:00+0000",
33103318
"patchedCves": []
@@ -3458,6 +3466,14 @@
34583466
"8.4.8": {
34593467
"releaseDate": "2025-06-05T00:00:00+0000",
34603468
"patchedCves": []
3469+
},
3470+
"8.4.10": {
3471+
"releaseDate": "2025-07-03T00:00:00+0000",
3472+
"patchedCves": [
3473+
"CVE-2025-1220",
3474+
"CVE-2025-1735",
3475+
"CVE-2025-6491"
3476+
]
34613477
}
34623478
},
34633479
"cves": {
@@ -3983,7 +3999,7 @@
39833999
"id": "CVE-2022-31631",
39844000
"baseScore": null,
39854001
"publishedDate": "2025-02-12T22:15:00+0000",
3986-
"lastModifiedDate": "2025-02-13T16:15:00+0000",
4002+
"lastModifiedDate": "2025-07-02T21:35:00+0000",
39874003
"description": "In PHP versions 8.0.* before 8.0.27, 8.1.* before 8.1.15, 8.2.* before 8.2.2 when using PDO::quote() function to quote user-supplied data for SQLite, supplying an overly long string may cause the driver to incorrectly quote the data, which may further lead to SQL injection vulnerabilities."
39884004
},
39894005
"CVE-2022-37454": {
@@ -4109,14 +4125,14 @@
41094125
"id": "CVE-2024-8929",
41104126
"baseScore": null,
41114127
"publishedDate": "2024-11-22T07:15:00+0000",
4112-
"lastModifiedDate": "2025-01-10T13:15:00+0000",
4128+
"lastModifiedDate": "2025-07-02T20:11:00+0000",
41134129
"description": "In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, a hostile MySQL server can cause the client to disclose the content of its heap containing data from other SQL requests and possible other data belonging to different users of the same server."
41144130
},
41154131
"CVE-2024-8932": {
41164132
"id": "CVE-2024-8932",
41174133
"baseScore": null,
41184134
"publishedDate": "2024-11-22T06:15:00+0000",
4119-
"lastModifiedDate": "2025-01-10T13:15:00+0000",
4135+
"lastModifiedDate": "2025-07-02T20:08:00+0000",
41204136
"description": "In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long string inputs to ldap_escape()\u00a0function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write."
41214137
},
41224138
"CVE-2024-9026": {
@@ -4170,23 +4186,23 @@
41704186
},
41714187
"CVE-2025-1734": {
41724188
"id": "CVE-2025-1734",
4173-
"baseScore": null,
4189+
"baseScore": 5.3,
41744190
"publishedDate": "2025-03-30T06:15:00+0000",
4175-
"lastModifiedDate": "2025-05-23T14:15:00+0000",
4191+
"lastModifiedDate": "2025-07-02T20:13:00+0000",
41764192
"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."
41774193
},
41784194
"CVE-2025-1736": {
41794195
"id": "CVE-2025-1736",
4180-
"baseScore": null,
4196+
"baseScore": 7.3,
41814197
"publishedDate": "2025-03-30T06:15:00+0000",
4182-
"lastModifiedDate": "2025-05-23T14:15:00+0000",
4198+
"lastModifiedDate": "2025-07-02T20:14:00+0000",
41834199
"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."
41844200
},
41854201
"CVE-2025-1861": {
41864202
"id": "CVE-2025-1861",
4187-
"baseScore": null,
4203+
"baseScore": 9.8,
41884204
"publishedDate": "2025-03-30T06:15:00+0000",
4189-
"lastModifiedDate": "2025-05-23T14:15:00+0000",
4205+
"lastModifiedDate": "2025-07-02T20:17:00+0000",
41904206
"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."
41914207
}
41924208
}

0 commit comments

Comments
 (0)