CVE-2026-49262

LOWPre-NVD 3.03.0
EchelonGraph scoreLOW confidence

This low-severity CVE scores 3.0 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
3.0
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: CVSS: 3.0Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Aimeos Pagible CMS vulnerable to Server Side Request Forgery (SSRF) via DNS rebinding in admin proxy

Summary

The administrative proxy route (cmsproxy) in Aimeos Pagible CMS is vulnerable to a Server-Side Request Forgery (SSRF) attack via DNS Rebinding. A Time-of-Check to Time-of-Use (TOCTOU) race condition exists between the URL validation phase and the actual HTTP request phase, allowing attackers to access internal network resources and cloud metadata endpoints.

Details

Before executing an HTTP request to fetch external content, the AdminController::proxy controller validates the target URL using \Aimeos\Cms\Utils::isValidUrl($url). This function performs a DNS query to verify that the hostname does not resolve to private or reserved IP ranges (e.g., 127.0.0.1, 10.0.0.0/8, 169.254.169.254).

If the validation passes, the application proceeds to the "Use" phase, invoking Guzzle/cURL to send the request. However, Guzzle performs a *second* DNS lookup to establish the socket connection.

An attacker can exploit this by setting up a malicious DNS server for a domain they control and configuring it with a TTL of 0.

  • During the validation "Check", the DNS server returns a safe, public IP.
  • During the Guzzle "Use", the DNS server returns an internal/private IP.

### POC

  • Attacker registers rebound.test.com with a custom nameserver.
  • Attacker generates a valid proxy token (assuming basic authenticated access).
  • Attacker requests /cmsproxy?url=http://rebound.test.com.
  • isValidUrl checks rebound.test.com. DNS returns 8.8.8.8. Validation passes.
  • Guzzle requests http://rebound.test.com. DNS returns 169.254.169.254`.
  • The CMS fetches AWS Instance Metadata and returns it to the attacker.

CVSS v3
3.0
EG Score
3.0(low)
EPSS
KEV
Not listed

Published

June 26, 2026

Last Modified

June 26, 2026

Vendor Advisories for CVE-2026-49262(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 2× in last 7d / 4× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 07:31 UTCEG score recompute
  2. 2026-07-03 04:33 UTCEG score recompute
  3. 2026-06-30 01:35 UTCEG score recompute
  4. 2026-06-26 22:38 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-49262?
CVE-2026-49262 is a low vulnerability published on June 26, 2026. Aimeos Pagible CMS vulnerable to Server Side Request Forgery (SSRF) via DNS rebinding in admin proxy Summary The administrative proxy route (cmsproxy) in Aimeos Pagible CMS is vulnerable to a Server-Side Request Forgery (SSRF) attack via DNS Rebinding. A Time-of-Check to Time-of-Use (TOCTOU) race…
When was CVE-2026-49262 disclosed?
CVE-2026-49262 was first published in the National Vulnerability Database on June 26, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-49262?
CVE-2026-49262 has a CVSS v4.0 base score of 3.0 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-49262?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-49262, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-49262

Explore →

Is Your Infrastructure Affected by CVE-2026-49262?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.