CVE-2024-47835
Last modified
CVE-2024-47835 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. EPSS estimates a 1.02% chance of exploitation in the next 30 days.
Description
GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character ']' in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character ']', strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Gstreamer | Gstreamer | < 1.24.10 |
References
- https://securitylab.github.com/advisories/GHSL-2024-263_Gstreamer/Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-47835?
How severe is CVE-2024-47835?
How do I fix CVE-2024-47835?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-4783The jQuery T(-) Countdown Widget plugin for WordPress is vul…6.4
- CVE-2024-47830Plane is an open-source project management tool. Plane uses …5.8
- CVE-2024-47831Next.js is a React Framework for the Web. Cersions on the 10…7.5
- CVE-2024-47832ssoready is a single sign on provider implemented via docker…9.8
- CVE-2024-47833Taipy is an open-source Python library for easy, end-to-end …6.5
- CVE-2024-47834GStreamer is a library for constructing graphs of media-hand…9.1
- CVE-2024-47836Admidio is an open-source user management solution. Prior to…4.3
- CVE-2024-4784An issue was discovered in GitLab EE starting from version 1…5.4
- CVE-2024-47840Improper Neutralization of Input During Web Page Generation …4.8
- CVE-2024-47841Improper Limitation of a Pathname to a Restricted Directory …7.5
- CVE-2024-47845Improper Encoding or Escaping of Output vulnerability in The…8.2
- CVE-2024-47846Cross-Site Request Forgery (CSRF) vulnerability in The Wikim…8.8
Are you affected by CVE-2024-47835?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
