LiveActive security incident?Get immediate response
CVE Record

CVE-2025-13030: All versions of the package django-mdeditor are vulnerable to Missing Authentication for Critical Function...

All versions of the package django-mdeditor are vulnerable to Missing Authentication for Critical Function in the image upload endpoint. An attacker can upload malicious files and achieve arbitrary code execution since this endpoint lacks authentication protection and proper sanitisation of file names.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-13030 affects django-mdeditor, a Django markdown editor package. Its image upload endpoint lacks authentication and filename sanitization. Public reporting says an unauthenticated attacker could upload malicious files and potentially achieve arbitrary code execution. Treat exposed applications using this package as high priority, especially internet-facing Django sites.

Executive priority

Prioritize within the current remediation cycle for any internet-facing Django application using django-mdeditor. The business risk is unauthorized file upload leading to server compromise. If the package is present but upload routes are not exposed, validate controls and monitor vendor guidance.

Technical view

The issue is CWE-306, Missing Authentication for Critical Function, in django-mdeditor’s image upload handling. The CVSS 3.1 score is 7.1, network exploitable, low complexity, no privileges required, with user interaction listed. Sources also cite insufficient filename sanitization enabling malicious file upload and possible code execution.

Likely exposure

Exposure is likely where a Django application includes django-mdeditor and exposes its upload route to untrusted users or the internet. Internal-only deployments still carry risk if reachable by low-trust users. The source bundle states all versions are affected, but release-level patch status is not clearly established.

Exploitation context

No CISA KEV listing or cited source confirms active exploitation. Public sources describe a plausible unauthenticated upload path and possible arbitrary code execution. The CVSS vector includes user interaction, so exact exploit conditions may depend on application routing, storage, and how uploaded files are served or executed.

Researcher notes

Affected data in the bundle states all versions, with version value shown as “0,” which is imprecise. The referenced GitHub issue, pull request, and commit suggest upstream remediation activity, but the bundle does not clearly identify a patched release. Avoid assuming exploit-in-the-wild status.

Mitigation direction

  • Check the project’s GitHub issue, pull request, and commit for current vendor guidance.
  • Restrict access to the django-mdeditor upload endpoint until remediated.
  • Disable image upload functionality if it is not business-critical.
  • Prevent execution of uploaded files in media or upload directories.
  • Validate and sanitize uploaded filenames and content types server-side.
  • Monitor for a released patched package before upgrading production systems.

Validation and detection

  • Inventory applications using the django-mdeditor Python package.
  • Confirm whether mdeditor upload routes are exposed externally.
  • Review application routing and middleware for authentication on upload endpoints.
  • Compare local code against the referenced upstream commit.
  • Inspect upload directories for unexpected files or suspicious filenames.
  • Review web and application logs for unauthenticated upload activity.
Prepared
Confidence
medium
Sources
7

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 · medium confidence lookup

CWE-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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
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-2025-13030 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L/E:P

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
6Source 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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L/E:P2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-13030Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L/E:P

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
n/adjango-mdeditor0Listed
Weakness

CWE details

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

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.