Cyber Resilience

CVE-2023-46945

Critical

Published: 08 April 2026

Published
08 April 2026
Modified
14 April 2026
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0024 15.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2023-46945 is a critical-severity SSRF (CWE-918) vulnerability in Qd-Today Qd. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-4 (Information Flow Enforcement) and SC-7 (Boundary Protection).

Deeper analysis

CVE-2023-46945 is a server-side request forgery (SSRF) vulnerability, classified under CWE-918, affecting QD version 20230821. The issue arises from a crafted request that enables attackers to manipulate the server into initiating unintended connections, earning a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N). It was published on 2026-04-08T17:17:01.010.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By sending a specially crafted request to an affected QD instance, they can achieve high impacts on confidentiality and integrity, such as forcing the server to access internal resources or services that would otherwise be inaccessible from external networks.

Mitigation details are available in the referenced advisories, including a GitHub Gist at https://gist.github.com/kurokoleung/5b36b2013a54adadcce79967d3e4f056 and the QD project page at https://qd-today.github.io/qd/.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

QD 20230821 is vulnerable to Server-side request forgery (SSRF) via a crafted request

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
Why these techniques?

SSRF in a public-facing application directly enables remote exploitation of the server to access internal resources (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-13195Shared CWE-918
CVE-2026-5052Shared CWE-918
CVE-2025-58045Shared CWE-918
CVE-2025-69299Shared CWE-918
CVE-2026-42398Shared CWE-918
CVE-2026-7025Shared CWE-918
CVE-2025-2691Shared CWE-918
CVE-2025-21385Shared CWE-918
CVE-2026-6625Shared CWE-918
CVE-2026-30118Shared CWE-918

Affected Assets

qd-today
qd
20220208 — 20230821

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates crafted requests to prevent attackers from manipulating the server into initiating unintended connections via SSRF.

prevent

Monitors and controls communications at system boundaries to block unauthorized outbound requests forged by SSRF exploitation.

prevent

Enforces information flow control policies to restrict server access to internal resources that SSRF attempts to reach.

References