Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS03OTQ1LTVtY3YtZjJwcM4AA521
LibOSDP vulnerable to a null pointer deref in osdp_reply_name
Issue:
At ospd_common.c, on the osdp_reply_name function, any reply id between REPLY_ACK and REPLY_XRD is valid, but names array do not declare all of the range. On a case of an undefined reply id within the range, name will be null (name = names[reply_id - REPLY_ACK];
). Null name will casue a crash on next line: if (name[0] == '\0')
as null[0] is invalid.
Attack:
As this logic is not limited to a secure connection, attacker may trigger this vulnerability without any prior knowledge.
Impact
Denial of Service
Patch
The issue has been patched in 24409e98a260176765956ec766a04cb35984fab1
Permalink: https://github.com/advisories/GHSA-7945-5mcv-f2ppJSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03OTQ1LTVtY3YtZjJwcM4AA521
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: 9 months ago
Updated: 19 days ago
CVSS Score: 6.5
CVSS vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Identifiers: GHSA-7945-5mcv-f2pp, CVE-2024-52296
References:
- https://github.com/goToMain/libosdp/security/advisories/GHSA-7945-5mcv-f2pp
- https://github.com/goToMain/libosdp/commit/24409e98a260176765956ec766a04cb35984fab1
- https://nvd.nist.gov/vuln/detail/CVE-2024-52296
- https://github.com/advisories/GHSA-7945-5mcv-f2pp
Blast Radius: 1.0
Affected Packages
pypi:libosdp
Dependent packages: 0Dependent repositories: 0
Downloads: 7,152 last month
Affected Version Ranges: < 2.4.0
Fixed in: 2.4.0
All affected versions:
All unaffected versions: 2.4.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7