Lucene search

K
cve[email protected]CVE-2024-5458
HistoryJun 09, 2024 - 7:15 p.m.

CVE-2024-5458

2024-06-0919:15:52
CWE-345
web.nvd.nist.gov
81
php
code logic error
url validation
invalid user information
parsing
cve-2024-5458

5.3 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

7.4 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

20.5%

In PHP versionsΒ 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLsΒ (FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly.

Affected configurations

NVD
Node
phpphpRange7.3.27–7.3.33
OR
phpphpRange7.4.15–7.4.33
OR
phpphpRange8.0.2–8.0.30
OR
phpphpRange8.1.0–8.1.29
OR
phpphpRange8.2.0–8.2.20
OR
phpphpRange8.3.0–8.3.8
Node
fedoraprojectfedoraMatch40

CNA Affected

[
  {
    "defaultStatus": "affected",
    "modules": [
      "filter"
    ],
    "product": "PHP",
    "programFiles": [
      "ext/filter/logical_filters.c"
    ],
    "repo": "https://github.com/php/php-src",
    "vendor": "PHP Group",
    "versions": [
      {
        "lessThan": "8.1.29",
        "status": "affected",
        "version": "8.1.*",
        "versionType": "semver"
      },
      {
        "lessThan": "8.2.20",
        "status": "affected",
        "version": "8.2.*",
        "versionType": "semver"
      },
      {
        "lessThan": "8.3.8",
        "status": "affected",
        "version": "8.3.*",
        "versionType": "semver"
      }
    ]
  }
]

5.3 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

7.4 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

20.5%