Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-67899 (GCVE-0-2025-67899)
Vulnerability from cvelistv5 – Published: 2025-12-14 22:17 – Updated: 2025-12-15 23:04
VLAI?
EPSS
Summary
uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
Severity ?
CWE
- CWE-674 - Uncontrolled Recursion
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| uriparser project | uriparser |
Affected:
0 , ≤ 0.9.9
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-67899",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-15T16:21:16.378389Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-15T16:21:23.586Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-12-15T23:04:11.694Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/12/15/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "uriparser",
"vendor": "uriparser project",
"versions": [
{
"lessThanOrEqual": "0.9.9",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:uriparser_project:uriparser:*:*:*:*:*:*:*:*",
"versionEndIncluding": "0.9.9",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674 Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-14T22:21:22.895Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/uriparser/uriparser/issues/282"
},
{
"url": "https://github.com/uriparser/uriparser/pull/284"
}
],
"x_generator": {
"engine": "CVE-Request-form 0.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2025-67899",
"datePublished": "2025-12-14T22:17:42.217Z",
"dateReserved": "2025-12-14T22:17:41.925Z",
"dateUpdated": "2025-12-15T23:04:11.694Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-67899\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2025-12-14T23:15:37.033\",\"lastModified\":\"2025-12-15T23:15:57.293\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":2.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.4,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"references\":[{\"url\":\"https://github.com/uriparser/uriparser/issues/282\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/uriparser/uriparser/pull/284\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/12/15/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/12/15/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-12-15T23:04:11.694Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-67899\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-15T16:21:16.378389Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-15T16:21:19.068Z\"}}], \"cna\": {\"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 2.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"uriparser project\", \"product\": \"uriparser\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"0.9.9\"}], \"defaultStatus\": \"unknown\"}], \"references\": [{\"url\": \"https://github.com/uriparser/uriparser/issues/282\"}, {\"url\": \"https://github.com/uriparser/uriparser/pull/284\"}], \"x_generator\": {\"engine\": \"CVE-Request-form 0.0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674 Uncontrolled Recursion\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:uriparser_project:uriparser:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndIncluding\": \"0.9.9\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2025-12-14T22:21:22.895Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-67899\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-15T23:04:11.694Z\", \"dateReserved\": \"2025-12-14T22:17:41.925Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2025-12-14T22:17:42.217Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
OPENSUSE-SU-2026:10045-1
Vulnerability from csaf_opensuse - Published: 2026-01-13 00:00 - Updated: 2026-01-13 00:00Summary
liburiparser1-1.0.0-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: liburiparser1-1.0.0-1.1 on GA media
Description of the patch: These are all security issues fixed in the liburiparser1-1.0.0-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2026-10045
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "liburiparser1-1.0.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the liburiparser1-1.0.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10045",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10045-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67899 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67899/"
}
],
"title": "liburiparser1-1.0.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-01-13T00:00:00Z",
"generator": {
"date": "2026-01-13T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10045-1",
"initial_release_date": "2026-01-13T00:00:00Z",
"revision_history": [
{
"date": "2026-01-13T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-1.0.0-1.1.aarch64",
"product": {
"name": "liburiparser1-1.0.0-1.1.aarch64",
"product_id": "liburiparser1-1.0.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "uriparser-1.0.0-1.1.aarch64",
"product": {
"name": "uriparser-1.0.0-1.1.aarch64",
"product_id": "uriparser-1.0.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "uriparser-devel-1.0.0-1.1.aarch64",
"product": {
"name": "uriparser-devel-1.0.0-1.1.aarch64",
"product_id": "uriparser-devel-1.0.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "uriparser-doc-1.0.0-1.1.aarch64",
"product": {
"name": "uriparser-doc-1.0.0-1.1.aarch64",
"product_id": "uriparser-doc-1.0.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-1.0.0-1.1.ppc64le",
"product": {
"name": "liburiparser1-1.0.0-1.1.ppc64le",
"product_id": "liburiparser1-1.0.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uriparser-1.0.0-1.1.ppc64le",
"product": {
"name": "uriparser-1.0.0-1.1.ppc64le",
"product_id": "uriparser-1.0.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uriparser-devel-1.0.0-1.1.ppc64le",
"product": {
"name": "uriparser-devel-1.0.0-1.1.ppc64le",
"product_id": "uriparser-devel-1.0.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uriparser-doc-1.0.0-1.1.ppc64le",
"product": {
"name": "uriparser-doc-1.0.0-1.1.ppc64le",
"product_id": "uriparser-doc-1.0.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-1.0.0-1.1.s390x",
"product": {
"name": "liburiparser1-1.0.0-1.1.s390x",
"product_id": "liburiparser1-1.0.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "uriparser-1.0.0-1.1.s390x",
"product": {
"name": "uriparser-1.0.0-1.1.s390x",
"product_id": "uriparser-1.0.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "uriparser-devel-1.0.0-1.1.s390x",
"product": {
"name": "uriparser-devel-1.0.0-1.1.s390x",
"product_id": "uriparser-devel-1.0.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "uriparser-doc-1.0.0-1.1.s390x",
"product": {
"name": "uriparser-doc-1.0.0-1.1.s390x",
"product_id": "uriparser-doc-1.0.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-1.0.0-1.1.x86_64",
"product": {
"name": "liburiparser1-1.0.0-1.1.x86_64",
"product_id": "liburiparser1-1.0.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "uriparser-1.0.0-1.1.x86_64",
"product": {
"name": "uriparser-1.0.0-1.1.x86_64",
"product_id": "uriparser-1.0.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "uriparser-devel-1.0.0-1.1.x86_64",
"product": {
"name": "uriparser-devel-1.0.0-1.1.x86_64",
"product_id": "uriparser-devel-1.0.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "uriparser-doc-1.0.0-1.1.x86_64",
"product": {
"name": "uriparser-doc-1.0.0-1.1.x86_64",
"product_id": "uriparser-doc-1.0.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-1.0.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.aarch64"
},
"product_reference": "liburiparser1-1.0.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-1.0.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.ppc64le"
},
"product_reference": "liburiparser1-1.0.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-1.0.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.s390x"
},
"product_reference": "liburiparser1-1.0.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-1.0.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.x86_64"
},
"product_reference": "liburiparser1-1.0.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-1.0.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-1.0.0-1.1.aarch64"
},
"product_reference": "uriparser-1.0.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-1.0.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-1.0.0-1.1.ppc64le"
},
"product_reference": "uriparser-1.0.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-1.0.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-1.0.0-1.1.s390x"
},
"product_reference": "uriparser-1.0.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-1.0.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-1.0.0-1.1.x86_64"
},
"product_reference": "uriparser-1.0.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-1.0.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.aarch64"
},
"product_reference": "uriparser-devel-1.0.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-1.0.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.ppc64le"
},
"product_reference": "uriparser-devel-1.0.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-1.0.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.s390x"
},
"product_reference": "uriparser-devel-1.0.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-1.0.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.x86_64"
},
"product_reference": "uriparser-devel-1.0.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-doc-1.0.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.aarch64"
},
"product_reference": "uriparser-doc-1.0.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-doc-1.0.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.ppc64le"
},
"product_reference": "uriparser-doc-1.0.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-doc-1.0.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.s390x"
},
"product_reference": "uriparser-doc-1.0.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-doc-1.0.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.x86_64"
},
"product_reference": "uriparser-doc-1.0.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67899",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67899"
}
],
"notes": [
{
"category": "general",
"text": "uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67899",
"url": "https://www.suse.com/security/cve/CVE-2025-67899"
},
{
"category": "external",
"summary": "SUSE Bug 1255000 for CVE-2025-67899",
"url": "https://bugzilla.suse.com/1255000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:liburiparser1-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-devel-1.0.0-1.1.x86_64",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.aarch64",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.ppc64le",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.s390x",
"openSUSE Tumbleweed:uriparser-doc-1.0.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-13T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-67899"
}
]
}
GHSA-H2VR-RQQP-XV8M
Vulnerability from github – Published: 2025-12-15 00:30 – Updated: 2025-12-16 00:30
VLAI?
Details
uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
Severity ?
{
"affected": [],
"aliases": [
"CVE-2025-67899"
],
"database_specific": {
"cwe_ids": [
"CWE-674"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-12-14T23:15:37Z",
"severity": "LOW"
},
"details": "uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.",
"id": "GHSA-h2vr-rqqp-xv8m",
"modified": "2025-12-16T00:30:29Z",
"published": "2025-12-15T00:30:25Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67899"
},
{
"type": "WEB",
"url": "https://github.com/uriparser/uriparser/issues/282"
},
{
"type": "WEB",
"url": "https://github.com/uriparser/uriparser/pull/284"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/12/15/1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
}
]
}
CERTFR-2025-AVI-1126
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-22
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Impacted products
References
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PHP versions 8.3.x ant\u00e9rieures \u00e0 8.3.29",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.4.x ant\u00e9rieures \u00e0 8.4.16",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.5.x ant\u00e9rieures \u00e0 8.5.1",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.30",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.34",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2025-67899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67899"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1126",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
},
{
"description": "Ajout version 8.1.34",
"revision_date": "2025-12-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.34",
"url": "https://www.php.net/ChangeLog-8.php#8.1.34"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.3.29",
"url": "https://www.php.net/ChangeLog-8.php#8.3.29"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.4.16",
"url": "https://www.php.net/ChangeLog-8.php#8.4.16"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.30",
"url": "https://www.php.net/ChangeLog-8.php#8.2.30"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.5.1",
"url": "https://www.php.net/ChangeLog-8.php#8.5.1"
}
]
}
WID-SEC-W-2025-2887
Vulnerability from csaf_certbund - Published: 2025-12-18 23:00 - Updated: 2026-03-09 23:00Summary
PHP: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff: Ein entfernter Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuführen, um einen Server-Side Request-Forgery Angriff ausführen oder nicht bekannte Auswirkungen erzielen.
Betroffene Betriebssysteme: - Linux
- MacOS X
- UNIX
- Windows
Vulnerability 5
References
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuf\u00fchren, um einen Server-Side Request-Forgery Angriff ausf\u00fchren oder nicht bekannte Auswirkungen erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2887 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2887.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2887 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2887"
},
{
"category": "external",
"summary": "PHP 8.2.30 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.2.30"
},
{
"category": "external",
"summary": "PHP 8.3.29 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.3.29"
},
{
"category": "external",
"summary": "PHP 8.4.16 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.4.16"
},
{
"category": "external",
"summary": "PHP 8.5.1 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.5.1"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-www2-q4fc-65wf vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-www2-q4fc-65wf"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3237-qqm7-mfv7 vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h96m-rvf9-jgm2 vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-8xr5-qppj-gvwj vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h2vr-rqqp-xv8m vom 2025-12-18",
"url": "https://github.com/advisories/GHSA-h2vr-rqqp-xv8m"
},
{
"category": "external",
"summary": "GitHub uriparser issue 282",
"url": "https://github.com/uriparser/uriparser/issues/282"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15837-1 vom 2025-12-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DDSH47GX6NJKQ4QIEKKO6GWB72JZ2GU6/"
},
{
"category": "external",
"summary": "cPanel ChangeLog",
"url": "https://docs.cpanel.net/changelogs/110-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/130-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/132-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/126-change-log/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6088 vom 2025-12-21",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00254.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0071-1 vom 2026-01-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023706.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0086-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023729.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7953-1 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7953-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2PHP8.2-2026-009 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2PHP8.2-2026-009.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2PHP8.1-2026-008 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2PHP8.1-2026-008.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0245-1 vom 2026-01-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023845.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4447 vom 2026-01-24",
"url": "https://lists.debian.org/debian-lts-announce/2026/01/msg00019.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1187 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1185 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1169 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1190 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20113-1 vom 2026-01-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EOR4UL6PGLIJ6BLQADMUUIYSFYKQ7N7L/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1412 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1429 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1409 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1429 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1429"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1412 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1412"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1409 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1409"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20146-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023952.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1429 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1429.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1412 vom 2026-01-29",
"url": "http://linux.oracle.com/errata/ELSA-2026-1412.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1409 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1409.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1628 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1628 vom 2026-02-02",
"url": "http://linux.oracle.com/errata/ELSA-2026-1628.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0370-1 vom 2026-02-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024036.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1628 vom 2026-02-05",
"url": "https://errata.build.resf.org/RLSA-2026:1628"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2470 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2470"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2470 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2470"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0444-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024104.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2470 vom 2026-02-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-2470.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2799 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2799"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2799 vom 2026-02-18",
"url": "https://linux.oracle.com/errata/ELSA-2026-2799.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2799 vom 2026-02-24",
"url": "https://errata.build.resf.org/RLSA-2026:2799"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6154 vom 2026-03-02",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00063.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4077 vom 2026-03-09",
"url": "https://access.redhat.com/errata/RHSA-2026:4077"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4086 vom 2026-03-09",
"url": "https://access.redhat.com/errata/RHSA-2026:4086"
}
],
"source_lang": "en-US",
"title": "PHP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-09T23:00:00.000+00:00",
"generator": {
"date": "2026-03-10T09:32:31.080+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2887",
"initial_release_date": "2025-12-18T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE und Debian aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2025-205486, EUVD-2025-205485, EUVD-2025-205484"
},
{
"date": "2026-01-08T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "6",
"summary": "Produktzuordnung korrigiert"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-01-22T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von openSUSE und Red Hat aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-02T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-02-10T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-03-09T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "23"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.1.34",
"product": {
"name": "Open Source PHP \u003c8.1.34",
"product_id": "90DF208D-7040-4857-A44D-C7485EDE9987"
}
},
{
"category": "product_version",
"name": "8.1.34",
"product": {
"name": "Open Source PHP 8.1.34",
"product_id": "90DF208D-7040-4857-A44D-C7485EDE9987-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.1.34"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.2.30",
"product": {
"name": "Open Source PHP \u003c8.2.30",
"product_id": "T049550"
}
},
{
"category": "product_version",
"name": "8.2.30",
"product": {
"name": "Open Source PHP 8.2.30",
"product_id": "T049550-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.2.30"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.29",
"product": {
"name": "Open Source PHP \u003c8.3.29",
"product_id": "T049551"
}
},
{
"category": "product_version",
"name": "8.3.29",
"product": {
"name": "Open Source PHP 8.3.29",
"product_id": "T049551-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.3.29"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.4.16",
"product": {
"name": "Open Source PHP \u003c8.4.16",
"product_id": "T049552"
}
},
{
"category": "product_version",
"name": "8.4.16",
"product": {
"name": "Open Source PHP 8.4.16",
"product_id": "T049552-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.4.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.5.1",
"product": {
"name": "Open Source PHP \u003c8.5.1",
"product_id": "T049553"
}
},
{
"category": "product_version",
"name": "8.5.1",
"product": {
"name": "Open Source PHP 8.5.1",
"product_id": "T049553-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.5.1"
}
}
}
],
"category": "product_name",
"name": "PHP"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T050306",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c130.0.17",
"product": {
"name": "cPanel cPanel/WHM \u003c130.0.17",
"product_id": "T049613"
}
},
{
"category": "product_version",
"name": "130.0.17",
"product": {
"name": "cPanel cPanel/WHM 130.0.17",
"product_id": "T049613-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:130.0.17"
}
}
},
{
"category": "product_version_range",
"name": "\u003c132.0.16",
"product": {
"name": "cPanel cPanel/WHM \u003c132.0.16",
"product_id": "T049614"
}
},
{
"category": "product_version",
"name": "132.0.16",
"product": {
"name": "cPanel cPanel/WHM 132.0.16",
"product_id": "T049614-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:132.0.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c126.0.38",
"product": {
"name": "cPanel cPanel/WHM \u003c126.0.38",
"product_id": "T049907"
}
},
{
"category": "product_version",
"name": "126.0.38",
"product": {
"name": "cPanel cPanel/WHM 126.0.38",
"product_id": "T049907-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:126.0.38"
}
}
},
{
"category": "product_version_range",
"name": "\u003c110.0.81",
"product": {
"name": "cPanel cPanel/WHM \u003c110.0.81",
"product_id": "T049908"
}
},
{
"category": "product_version",
"name": "110.0.81",
"product": {
"name": "cPanel cPanel/WHM 110.0.81",
"product_id": "T049908-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:110.0.81"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14180"
},
{
"cve": "CVE-2025-67899",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-67899"
},
{
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00"
}
]
}
FKIE_CVE-2025-67899
Vulnerability from fkie_nvd - Published: 2025-12-14 23:15 - Updated: 2025-12-15 23:15
Severity ?
Summary
uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas."
}
],
"id": "CVE-2025-67899",
"lastModified": "2025-12-15T23:15:57.293",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 1.4,
"impactScore": 1.4,
"source": "cve@mitre.org",
"type": "Secondary"
}
]
},
"published": "2025-12-14T23:15:37.033",
"references": [
{
"source": "cve@mitre.org",
"url": "https://github.com/uriparser/uriparser/issues/282"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/uriparser/uriparser/pull/284"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/12/15/1"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-674"
}
],
"source": "cve@mitre.org",
"type": "Secondary"
}
]
}
SUSE-SU-2026:0444-1
Vulnerability from csaf_suse - Published: 2026-02-11 09:59 - Updated: 2026-02-11 09:59Summary
Security update for uriparser
Severity
Moderate
Notes
Title of the patch: Security update for uriparser
Description of the patch: This update for uriparser fixes the following issues:
- CVE-2025-67899: large input containing many commas can cause unbounded recursion and stack consumption
(bsc#1255000).
Patchnames: SUSE-2026-444,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-444,openSUSE-SLE-15.6-2026-444
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for uriparser",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for uriparser fixes the following issues:\n\n- CVE-2025-67899: large input containing many commas can cause unbounded recursion and stack consumption\n (bsc#1255000).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-444,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-444,openSUSE-SLE-15.6-2026-444",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0444-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0444-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260444-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0444-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024104.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255000",
"url": "https://bugzilla.suse.com/1255000"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67899 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67899/"
}
],
"title": "Security update for uriparser",
"tracking": {
"current_release_date": "2026-02-11T09:59:34Z",
"generator": {
"date": "2026-02-11T09:59:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0444-1",
"initial_release_date": "2026-02-11T09:59:34Z",
"revision_history": [
{
"date": "2026-02-11T09:59:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-0.8.5-150000.3.11.1.aarch64",
"product": {
"name": "liburiparser1-0.8.5-150000.3.11.1.aarch64",
"product_id": "liburiparser1-0.8.5-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "uriparser-0.8.5-150000.3.11.1.aarch64",
"product": {
"name": "uriparser-0.8.5-150000.3.11.1.aarch64",
"product_id": "uriparser-0.8.5-150000.3.11.1.aarch64"
}
},
{
"category": "product_version",
"name": "uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"product": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"product_id": "uriparser-devel-0.8.5-150000.3.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-64bit-0.8.5-150000.3.11.1.aarch64_ilp32",
"product": {
"name": "liburiparser1-64bit-0.8.5-150000.3.11.1.aarch64_ilp32",
"product_id": "liburiparser1-64bit-0.8.5-150000.3.11.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-0.8.5-150000.3.11.1.i586",
"product": {
"name": "liburiparser1-0.8.5-150000.3.11.1.i586",
"product_id": "liburiparser1-0.8.5-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "uriparser-0.8.5-150000.3.11.1.i586",
"product": {
"name": "uriparser-0.8.5-150000.3.11.1.i586",
"product_id": "uriparser-0.8.5-150000.3.11.1.i586"
}
},
{
"category": "product_version",
"name": "uriparser-devel-0.8.5-150000.3.11.1.i586",
"product": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.i586",
"product_id": "uriparser-devel-0.8.5-150000.3.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"product": {
"name": "liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"product_id": "liburiparser1-0.8.5-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uriparser-0.8.5-150000.3.11.1.ppc64le",
"product": {
"name": "uriparser-0.8.5-150000.3.11.1.ppc64le",
"product_id": "uriparser-0.8.5-150000.3.11.1.ppc64le"
}
},
{
"category": "product_version",
"name": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"product": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"product_id": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-0.8.5-150000.3.11.1.s390x",
"product": {
"name": "liburiparser1-0.8.5-150000.3.11.1.s390x",
"product_id": "liburiparser1-0.8.5-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "uriparser-0.8.5-150000.3.11.1.s390x",
"product": {
"name": "uriparser-0.8.5-150000.3.11.1.s390x",
"product_id": "uriparser-0.8.5-150000.3.11.1.s390x"
}
},
{
"category": "product_version",
"name": "uriparser-devel-0.8.5-150000.3.11.1.s390x",
"product": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.s390x",
"product_id": "uriparser-devel-0.8.5-150000.3.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "liburiparser1-0.8.5-150000.3.11.1.x86_64",
"product": {
"name": "liburiparser1-0.8.5-150000.3.11.1.x86_64",
"product_id": "liburiparser1-0.8.5-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64",
"product": {
"name": "liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64",
"product_id": "liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "uriparser-0.8.5-150000.3.11.1.x86_64",
"product": {
"name": "uriparser-0.8.5-150000.3.11.1.x86_64",
"product_id": "uriparser-0.8.5-150000.3.11.1.x86_64"
}
},
{
"category": "product_version",
"name": "uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"product": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"product_id": "uriparser-devel-0.8.5-150000.3.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.aarch64"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.ppc64le"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.s390x"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.aarch64"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.ppc64le"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.s390x"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.aarch64"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.ppc64le"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.s390x"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.aarch64"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.ppc64le"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.s390x"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-0.8.5-150000.3.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "liburiparser1-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.aarch64"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.ppc64le"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.s390x"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-0.8.5-150000.3.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "uriparser-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.aarch64"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.ppc64le"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.s390x"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uriparser-devel-0.8.5-150000.3.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.x86_64"
},
"product_reference": "uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67899",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67899"
}
],
"notes": [
{
"category": "general",
"text": "uriparser through 0.9.9 allows unbounded recursion and stack consumption, as demonstrated by ParseMustBeSegmentNzNc with large input containing many commas.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67899",
"url": "https://www.suse.com/security/cve/CVE-2025-67899"
},
{
"category": "external",
"summary": "SUSE Bug 1255000 for CVE-2025-67899",
"url": "https://bugzilla.suse.com/1255000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:liburiparser1-0.8.5-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-0.8.5-150000.3.11.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:uriparser-devel-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:liburiparser1-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:liburiparser1-32bit-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:uriparser-0.8.5-150000.3.11.1.x86_64",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.aarch64",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.ppc64le",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.s390x",
"openSUSE Leap 15.6:uriparser-devel-0.8.5-150000.3.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:59:34Z",
"details": "moderate"
}
],
"title": "CVE-2025-67899"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…