LiveActive security incident?Get immediate response
CVE Record

CVE-2020-15007: A buffer overflow in the M_LoadDefaults function in m_misc.c in id Tech 1 (aka Doom engine) allows arbitrar...

A buffer overflow in the M_LoadDefaults function in m_misc.c in id Tech 1 (aka Doom engine) allows arbitrary code execution via an unsafe usage of fscanf, because it does not limit the number of characters to be read in a format argument.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-15007 is a memory-safety flaw in the Doom engine’s default-loading code. A specially crafted input processed by M_LoadDefaults could overflow a buffer and allow arbitrary code execution. Business exposure is likely narrow unless the organization ships, embeds, or runs id Tech 1/Doom-derived software.

Executive priority

Handle as a targeted legacy-code risk, not a broad emergency. Prioritize remediation if your organization distributes Doom-engine-derived software, accepts user-supplied configuration files, or runs exposed modding/game services.

Technical view

The issue is in M_LoadDefaults in m_misc.c in id Tech 1. The public description attributes it to unsafe fscanf usage without a character limit in the format argument, creating a buffer overflow that can lead to arbitrary code execution.

Likely exposure

Most enterprises are unlikely to be broadly exposed. Relevant exposure is custom, legacy, hobbyist, commercial, or research software derived from id Tech 1 or doom-vanille that processes attacker-controlled default/configuration input.

Exploitation context

The source bundle does not show CISA KEV listing, public active exploitation, CVSS scoring, or broad affected-version data. The risk is highest where untrusted files can reach the vulnerable parser.

Researcher notes

Public metadata is sparse: affected vendor/product are listed as n/a, severity is unknown, and no CWE or CVSS is provided. Analysis should stay tied to the specific M_LoadDefaults fscanf overflow and the referenced fix.

Mitigation direction

  • Check vendor or project guidance for the maintained Doom-engine fork in use.
  • Update affected id Tech 1-derived code to a version containing the referenced bounds fix.
  • Restrict untrusted users from supplying files parsed by M_LoadDefaults.
  • Remove or isolate legacy Doom-engine components if no longer required.

Validation and detection

  • Inventory software that embeds id Tech 1, Doom, or doom-vanille-derived code.
  • Review whether m_misc.c M_LoadDefaults uses bounded fscanf format widths.
  • Confirm the referenced GitHub fix or equivalent bounds check is present.
  • Assess whether users can provide files consumed by the defaults loader.
Prepared
Confidence
medium
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.

description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-15007 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

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