Today > | 1 Medium vulnerabilities   -   You can now download lists of IOCs here!

CVE-2024-47546

Dec. 18, 2024, 9:50 p.m.

CVSS Score

7.5 / 10

Products Impacted

Vendor Product Versions
gstreamer_project
  • gstreamer
  • *

Description

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.

Weaknesses

CWE-191
Integer Underflow (Wrap or Wraparound)

The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.

CWE ID: 191

Date

Published: Dec. 12, 2024, 2:03 a.m.

Last Modified: Dec. 18, 2024, 9:50 p.m.

Status : Analyzed

CVE has been recently published to the CVE List and has been received by the NVD.

More info

Source

security-advisories@github.com

CPEs

Type Vendor Product Version Update Edition Language Software Edition Target Software Target Hardware Other Information
a gstreamer_project gstreamer / / / / / / / /

CVSS Data

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

Base Score
7.5
Exploitability Score
3.9
Impact Score
3.6
Base Severity
HIGH
CVSS Vector String

The CVSS vector string provides an in-depth view of the vulnerability metrics.

View Vector String

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

References

https://gitlab.freedesktop.org/ security-advisories@github.com

https://gstreamer.freedesktop.org/ security-advisories@github.com

https://securitylab.github.com/ security-advisories@github.com