LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2021-21311: Adminer Server-Side Request Forgery Vulnerability

RBRecent Breaches Vulnerability Intelligence·Sep 29, 2025
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Oct 20, 2025
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2021-21311 to its Known Exploited Vulnerabilities catalog on Sep 29, 2025, with a federal patch deadline of Oct 20, 2025 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Adminer contains a server-side request forgery vulnerability that, when exploited, allows a remote attacker to obtain potentially sensitive information.

CVE-2021-21311 is a server-side request forgery vulnerability in Adminer, a lightweight database management tool. When exploited, it allows a remote attacker to obtain potentially sensitive information by forcing the application to make unintended requests. This matters for IT and security teams because Adminer often runs with elevated database privileges and network access, so successful abuse can expose internal resources or credentials that would otherwise remain unreachable from outside the environment.

Defenders should treat this as a high-priority issue for any deployment of Adminer until the vendor-recommended mitigations are confirmed and applied. Public detail on exact attack paths is limited to the CWE-918 classification and the CISA summary; always verify current status against the vendor advisory.

How it works

The flaw belongs to the server-side request forgery class (CWE-918). In this weakness, an application accepts a user-controlled URL or similar input and then initiates a request from its own server context without adequate validation of the destination. An attacker who can reach the vulnerable Adminer interface supplies crafted input that causes the Adminer process to fetch content from an internal host, cloud metadata endpoint, or other restricted location. The response, or information derived from it, can then be returned to the attacker, revealing potentially sensitive data such as internal service details or configuration material. No specific exploit mechanics beyond this general SSRF pattern are provided in the available facts; confirm any observed behavior against the vendor advisory.

Am I affected? How to find it in your systems

Adminer is commonly deployed as a single PHP file or small web application that provides a browser-based interface for managing MySQL, PostgreSQL, and other databases. It typically runs on web servers, development workstations, or inside containerized environments where database administration is needed. Inventory efforts should therefore focus on web roots, PHP application directories, reverse-proxy configurations, and container images that may contain Adminer.

How to remediate

The primary remediation is to apply the mitigations specified by the vendor. Follow the vendor instructions exactly; if the product cannot be mitigated, discontinue its use. For cloud-hosted instances also follow applicable BOD 22-01 guidance. After applying the update or mitigation, re-inventory systems to confirm that no residual vulnerable instances remain. Additional hardening appropriate to this class of weakness includes restricting the network destinations Adminer is allowed to reach, enforcing least-privilege database credentials, and placing the tool behind strong authentication and network controls so that only authorized administrators can interact with it.

If you can't patch immediately

Until the vendor update or full mitigation can be applied, reduce risk with compensating controls. Segment the host or container running Adminer so that it cannot initiate outbound connections to internal networks or sensitive endpoints. Deploy a web application firewall or reverse-proxy rule set that blocks or rewrites suspicious URL parameters commonly used in SSRF attempts. Disable any Adminer features that accept external URLs or remote database connections if those features are not required. Increase monitoring of the Adminer process for anomalous outbound traffic and alert on connections to unexpected destinations. If none of these controls can be implemented, discontinue use of the product as directed by CISA until a safe configuration is available.

If your data may have been exposed

Actively exploited vulnerabilities of this type can lead to breaches in which internal information is exfiltrated. Known ransomware use of this specific CVE is not documented. If you suspect exposure, review logs for evidence of unauthorized requests, rotate any credentials that may have been reachable through Adminer, and examine internal services that the application could have contacted. You can also run a free exposure scan of your email address to check whether associated accounts appear in known breach data sets, then take appropriate credential-reset and monitoring steps based on the results.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedAdminer · Adminer
WeaknessCWE-918
Added to CISA KEVSep 29, 2025
Federal patch deadlineOct 20, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities