SCA: security update for libosdp (GHSA-7945-5mcv-f2pp)

medium Tenable Cloud Security Plugin ID 411956

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- libosdp is an implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol) and provides a C
library with support for C++, Rust and Python3. 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. As this logic is
not limited to a secure connection, attacker may trigger this vulnerability without any prior knowledge.
This issue is fixed in 2.4.0. (CVE-2024-52296)

See Also

https://github.com/advisories/GHSA-7945-5mcv-f2pp

Plugin Details

Severity: Medium

ID: 411956

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 4.5

Vector: CVSS2#AV:A/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2024-52296

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/8/2024

Vulnerability Publication Date: 3/8/2024

Reference Information

CVE: CVE-2024-52296

cwe: CWE-476