LiveActive security incident?Get immediate response
CVE Record

CVE-2020-1712: A heap use-after-free vulnerability was found in systemd before version v245-rc1, where asynchronous Polkit...

A heap use-after-free vulnerability was found in systemd before version v245-rc1, where asynchronous Polkit queries are performed while handling dbus messages. A local unprivileged attacker can abuse this flaw to crash systemd services or potentially execute code and elevate their privileges, by sending specially crafted dbus messages.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-1712 is a local privilege-risk flaw in systemd. A user already on a vulnerable Linux host could trigger memory corruption through D-Bus and Polkit handling, causing systemd services to crash or potentially elevating privileges. This is not described as remotely exploitable from the internet.

Executive priority

Treat this as a high-priority patching issue for Linux fleets with local user access or shared workloads. It is less urgent than a remotely exploitable internet-facing bug, but privilege escalation in system infrastructure can materially increase breach impact.

Technical view

The issue is a CWE-416 heap use-after-free in systemd before v245-rc1. It occurs during asynchronous Polkit queries while processing D-Bus messages. The CVSS 3.1 score is 7.8, with local access, low attack complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on Linux systems running systemd versions before v245-rc1 or distribution packages lacking the relevant backport. Multi-user servers, shared administration hosts, CI runners, and systems running untrusted local workloads carry higher practical risk.

Exploitation context

The provided sources support local exploitation potential by an unprivileged attacker, but do not show CISA KEV listing or confirmed active exploitation. The public description says impact may include crashes or potential code execution and privilege escalation.

Researcher notes

Focus validation on package provenance and backport status. Upstream references include multiple systemd commits, while Debian LTS confirms a later distribution security update. Evidence in the bundle is sufficient for affected-version and impact assessment, but not for active exploitation claims.

Mitigation direction

  • Upgrade systemd to a vendor package that includes the CVE-2020-1712 fixes.
  • Use distribution security advisories to confirm whether fixes were backported to older package versions.
  • Prioritize shared systems where untrusted local users or workloads can reach D-Bus services.
  • Monitor vendor guidance from Red Hat, Debian, and systemd for applicable package status.

Validation and detection

  • Inventory systemd package versions across Linux assets.
  • Compare installed packages with vendor advisories, not only upstream version numbers.
  • Confirm whether Debian LTS or other distro security updates were applied where relevant.
  • Review recent systemd service crashes as supporting evidence, not proof of exploitation.
Prepared
Confidence
high
Sources
8

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-416: 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-1712 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
8Source 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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2020-1712Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
[UNKNOWN]systemdbefore v245-rc1Listed
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

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