Cyber Resilience

CVE-2026-1766

Redhat Enterprise Linux 10.0 … 9.0

Public PoC
Published
16 June 2026
Modified
17 June 2026
CVSS Score v3.1 5.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:H
EPSS Score 0.0016 5th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-1766 is a medium-severity Buffer Access with Incorrect Length Value (CWE-805) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 5.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious File (T1204.002); ranked at the 5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A flaw was found in GNOME localsearch (previously known as tracker-miners) MP3 Extractor, specifically within the tracker-extract-mp3 component. This heap buffer overflow vulnerability occurs when processing specially crafted MP3 files containing malformed ID3v2.3 COMM (Comment) tags. An attacker could exploit…

more

this by providing a malicious MP3 file, leading to a denial of service (DoS), which causes an application crash, and potentially disclosing sensitive information from the heap memory.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Heap overflow in MP3 parser directly enables exploitation via a malicious file opened by the user.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1767Same product: Gnome Localsearch
CVE-2026-1764Same product: Gnome Localsearch
CVE-2026-12549Same product: Redhat Enterprise Linux
CVE-2025-6199Same product: Redhat Enterprise Linux
CVE-2026-58014Same product: Redhat Enterprise Linux
CVE-2026-12892Same product: Redhat Enterprise Linux
CVE-2026-1467Same product: Redhat Enterprise Linux
CVE-2026-2708Same product: Redhat Enterprise Linux
CVE-2026-2443Same product: Redhat Enterprise Linux
CVE-2026-2436Same product: Redhat Enterprise Linux

Affected Assets

gnome
localsearch
all versions
redhat
enterprise linux
10.0, 8.0, 9.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SI-7 Software, Firmware, and Information Integrity
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of MP3 file input (ID3v2.3 COMM tags) to reject malformed lengths before buffer operations occur.

prevent

Enforces memory protections that block exploitation of the heap buffer overflow during tracker-extract-mp3 processing.

preventdetect

Requires integrity verification of files and executables to detect or block specially crafted MP3s before extraction.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent incorrect-length buffer operations via safe APIs, reviews, and testing.

ID.RA-01 partial match
prevents

Vulnerability identification can discover buffer-length flaws but does not prevent their introduction.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development can detect out-of-bounds accesses, but does not guarantee prevention.

prevents

Secure development life cycle mandates buffer-safety practices that directly prevent incorrect length values.

prevents

Application security requirements can specify buffer-size validation, but do not prescribe implementation details.

prevents

Secure architecture principles encourage bounds-checked APIs, yet leave concrete coding decisions to developers.

prevents

Secure coding explicitly requires correct buffer-length handling, eliminating CWE-805 when followed.

References