Cyber Resilience

CVE-2025-48383

SSRF

Published
27 May 2025
Modified
17 June 2026
CVSS Score v3.1 8.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
EPSS Score 0.0027 19th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2025-48383 is a high-severity Resource Leak (CWE-402) vulnerability. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 19th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Django-Select2 is a Django integration for Select2. Prior to version 8.4.1, instances of HeavySelect2Mixin subclasses like the ModelSelect2MultipleWidget and ModelSelect2Widget can leak secret access tokens across requests. This can allow users to access restricted query sets and restricted data. This…

more

issue has been patched in version 8.4.1.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1039 Data from Network Shared Drive Collection
Adversaries may search network shares on computers they have compromised to find files of interest.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1528 Steal Application Access Token Credential Access
Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.
T1530 Data from Cloud Storage Collection
Adversaries may access data from cloud storage.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-49618Shared CWE-402
CVE-2025-66422Shared CWE-402
CVE-2025-55014Shared CWE-402
CVE-2025-52925Shared CWE-402
CVE-2025-67745Shared CWE-402
CVE-2023-38509Shared CWE-402
CVE-2025-32360Shared CWE-402
CVE-2025-29925Shared CWE-402
CVE-2024-47146Shared CWE-402
CVE-2025-0502Shared CWE-402

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V3.5.8
  • V1.3.6
  • V1.5.3
  • V5.3.2

Mitigating Controls (NIST 800-53 r5) AI

Explicitly enforces information-flow rules that block private resources from reaching unauthorized external spheres.

Enforces approved authorizations so private resources cannot be transmitted outside their intended sphere.

Input validation directly stops untrusted URLs from being accepted and fetched without destination checks.

Boundary controls monitor and restrict communications that would otherwise leak private resources.

Requires confidentiality protection on transmitted data, directly stopping exposure of private resources.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Enforcing least-privilege access permissions directly prevents private resources from being exposed outside their intended sphere.

PR.IR-01 mostly match
prevents

Logical segmentation and unauthorized-access protections stop resources from leaking into untrusted domains.

PR.PS-06 mostly match
prevents

Secure development practices directly include input validation and destination allow-listing that prevent SSRF.

DE.CM-09 partial match
prevents

Runtime monitoring of web applications and services can detect anomalous outbound requests indicative of SSRF.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover and record SSRF flaws in web applications.

PR.DS-01 partial match
prevents

Encryption of data-at-rest reduces the value of any leaked resource but does not address the transmission flaw itself.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Information-access-restriction directly prevents private resources from being exposed beyond intended boundaries.

prevents

Access-control mechanisms limit who can receive resources that should remain internal.

prevents

Managing access rights helps ensure resources are not granted to untrusted parties.

finds

Data-leakage-prevention technologies specifically block unintended transmission of sensitive resources.

mitigates

Information-transfer rules can prevent unintended disclosure of private resources outside the product.

prevents

Operational threat data describing SSRF campaigns can be used to tighten outbound-request allow-lists and detection rules before attackers exploit them.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248579 OL 8 must restrict access to the kernel message buffer. prevents CWE-402
Oracle Linux 9 (1 rule)
  • V-271745 OL 9 must restrict access to the kernel message buffer. prevents CWE-402

References