NULL Pointer DereferenceWeakness · CWE-476

CVE-2026-14324

MEDIUM · 6.5 CVSS v3.1 Published 2026-07-01
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
70/100
Remediation priority · Elevated
No privileges Zero-click 7 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
RAOP module accepts unbounded Content-Length values and does not check the pw_array_add() return.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

The RAOP (Remote Audio Output Protocol) module in PulseAudio fails to validate Content-Length header values, allowing potentially unbounded memory allocation. Additionally, the code does not check the return value of pw_array_add(), meaning allocation failures or errors are not handled properly, potentially leading to use-after-free or undefined behavior.

MitigationImplement bounds checking on Content-Length values to reject unreasonably large requests, and add proper error handling for pw_array_add() return values to gracefully handle allocation failures.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Adjacent
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify PulseAudio installation and version
    Run 'pulseaudio --version' or check package manager (dpkg -l pulseaudio, rpm -qi pulseaudio) to find the installed version
    Affected if Installed version is unknown or within an unpatched release timeline for CVE-2026-14324 (compare against vendor security advisories)
  2. Locate the RAOP module file
    Search for RAOP-related shared libraries: 'find /usr -name "*raop*" -o -name "*RAOP*"' and check module paths typically in /usr/lib/pulse-* modules directory
    Affected if A RAOP module file exists in the PulseAudio modules directory (presence indicates the vulnerable component is installed)
  3. Check if RAOP module is loaded or configured
    Run 'pulseaudio list-modules' and inspect client.conf/default.pa configuration files in /etc/pulse/ for lines like 'load-module module-raop' or 'module-RAOP'
    Affected if RAOP module is explicitly loaded in the configuration or currently active in the runtime module list
  4. Identify RAOP server or sink configuration
    Check pulseaudio configuration files (daemon.conf, default.pa, client.conf in /etc/pulse/) and any custom RAOP-specific config files for RAOP sink or server settings
    Affected if RAOP-related configuration entries exist, indicating the feature has been set up and could accept network connections

The environment is affected if PulseAudio with a vulnerable version is installed AND the RAOP module is present and potentially accessible for network-based audio streaming.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement bounds checking on Content-Length values to reject unreasonably large requests, and add proper error handling for pw_array_add() return values to gracefully handle allocation failures.

Recommended fix Moderate confidence
  1. Locate the PipeWire RAOP module configuration (commonly in /etc/pipewire/pipewire.conf or via the pipewire-raop package).
  2. Comment out or remove the line that loads the RAOP module (e.g., #load-module module-raop).
  3. If the system uses the pipewire-raop package, consider uninstalling it (e.g., dnf remove pipewire-raop).
  4. Restart the PipeWire service to apply the changes (e.g., systemctl restart pipewire).
Caveat Disabling the RAOP module will prevent PipeWire from streaming audio to RAOP sinks; you will lose RAOP streaming functionality.

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,130
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-14324 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-14324 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data