LiveActive security incident?Get immediate response
CVE Record

CVE-2020-15710: Potential double-free in pulseaudio

Potential double free in Bluez 5 module of PulseAudio could allow a local attacker to leak memory or crash the program. The modargs variable may be freed twice in the fail condition in src/modules/bluetooth/module-bluez5-device.c and src/modules/bluetooth/module-bluez5-device.c. Fixed in 1:8.0-0ubuntu3.14.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-15710 is a local PulseAudio flaw in Canonical's package where a Bluetooth-related failure path could free memory twice. A local attacker with user privileges may be able to leak memory or crash PulseAudio. This is operationally disruptive rather than a remote takeover issue based on the provided sources.

Executive priority

Treat this as a routine but real stability and local security update. It should be remediated through normal patch cycles, with higher priority for multi-user Linux workstations or environments where local users are less trusted.

Technical view

The issue is a potential CWE-415 double free in PulseAudio's BlueZ 5 module, specifically module-bluez5-device.c. The modargs variable may be freed twice on a failure condition. The listed CVSS is 5.3 with local attack vector, high complexity, low privileges, low confidentiality impact, and high availability impact.

Likely exposure

Exposure is most likely on Canonical/Ubuntu systems running the affected PulseAudio 1:8.0 package, especially where Bluetooth audio support is present. The source bundle names Canonical PulseAudio 1:8.0 and a fixed version of 1:8.0-0ubuntu3.14.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not state active exploitation. Exploitation requires local access, low privileges, and high attack complexity. Expected impact is memory disclosure or PulseAudio crash, not integrity compromise.

Researcher notes

Evidence is limited to the CVE record, Launchpad bug, and Ubuntu advisory. The bundle identifies the vulnerable area and fixed Ubuntu package version but does not provide proof of exploitation, broad distro impact, or detailed exploitability beyond the CVSS vector.

Mitigation direction

  • Update PulseAudio to 1:8.0-0ubuntu3.14 or a vendor-supported later version.
  • Review Ubuntu USN-4519-1 for affected package guidance.
  • Prioritize shared workstations and systems with local user access.
  • Limit unnecessary local user access where patching is delayed.

Validation and detection

  • Inventory installed PulseAudio package versions on Ubuntu systems.
  • Confirm affected hosts are updated beyond 1:8.0-0ubuntu3.14.
  • Check whether Bluetooth audio components are installed or enabled.
  • Review logs for repeated PulseAudio crashes on shared systems.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-415: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-15710 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H14.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2020-15710Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CanonicalPulseAudio1:8.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-415 · source CWE mapping

Double Free

Double Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.