CVE-2026-77348

HIGHPre-NVD 8.28.2
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 8.2 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 84% of all CVEs by exploit prediction. 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: epss, secondary
Elevated
8.2EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.2Exploit: Elevated riskExposed: 0

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

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 5.0.0, the fix for CVE-2026-33407 (GHSA-hhjq-82f8-m6rc, "SSRF via HTTP Proxy Environment Variable") hardened endpoints/logos/search.php by disabling cURL proxying (CURLOPT_PROXY = '' + CURLOPT_NOPROXY = '*'). However, Wallos ships a second, near-identical, unauthenticated logo-image search endpoint — endpoints/payments/search.php — that was not given the same hardening. It still passes the HTTP_PROXY/HTTPS_PROXY environment variable straight into CURLOPT_PROXY. This issue has been patched in version 5.0.0.

CVSS v3
8.2
EG Score
8.2(medium)
EG Risk
68(Attend)
EG Risk 68/100SSVC: Attend

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity82% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
0%
EPSS %ILE
16%
KEV
Not listed

Published

August 31, 2026

Last Modified

September 8, 2026

Advisory Details (3)

Auto-updated Aug 31, 2026
🔬 Proof of concept available. Patch available. Sources: github, github_release.
github_release Patch Available

v5.0.0

Patch available: ellite/Wallos v5.0.0

https://github.com/ellite/Wallos/releases/tag/v5.0.0
github Patch Available🟡 PoC Available

SSRF via HTTP Proxy Environment Variable · Advisory · ellite/Wallos · GitHub

Affected: v4.6.2

https://github.com/ellite/Wallos/security/advisories/GHSA-hhjq-82f8-m6rc
github Patch Available🟡 PoC Available

Incomplete fix for CVE-2026-33407: unauthenticated httpoxy SSRF still reachable via `endpoints/payments/search.php` · Advisory · ellite/Wallos · GitHub

https://github.com/ellite/Wallos/security/advisories/GHSA-f8j2-qm83-r2w4

Weakness Classification(3)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 12× in last 7d / 35× 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-09-19 05:40 UTCEG score recompute
  2. 2026-09-18 19:28 UTCEPSS rescore
  3. 2026-09-18 03:35 UTCEG score recompute
  4. 2026-09-17 01:31 UTCEG score recompute
  5. 2026-09-16 14:08 UTCEPSS rescore
  6. 2026-09-16 12:29 UTCEG score recompute
  7. 2026-09-16 05:15 UTCEPSS rescore
  8. 2026-09-15 10:16 UTCEG score recompute
  9. 2026-09-15 03:12 UTCEPSS rescore
  10. 2026-09-13 18:59 UTCEG score recompute
  11. 2026-09-12 16:55 UTCEG score recompute
  12. 2026-09-12 15:02 UTCEPSS rescore
  13. 2026-09-12 03:53 UTCEG score recompute
  14. 2026-09-11 14:53 UTCEPSS rescore
  15. 2026-09-11 14:51 UTCEG score recompute
  16. 2026-09-10 12:44 UTCEG score recompute
  17. 2026-09-10 09:35 UTCEPSS rescore
  18. 2026-09-09 10:14 UTCEG score recompute
  19. 2026-09-08 22:01 UTCEPSS rescore
  20. 2026-09-08 03:59 UTCEG score recompute
  21. 2026-09-07 01:14 UTCEG score recompute
  22. 2026-09-06 13:48 UTCEPSS rescore
  23. 2026-09-05 23:03 UTCEG score recompute
  24. 2026-09-04 20:58 UTCEG score recompute
  25. 2026-09-04 07:51 UTCEG score recompute
Show 10 more
  1. 2026-09-04 05:07 UTCEPSS rescore
  2. 2026-09-03 18:48 UTCEG score recompute
  3. 2026-09-03 18:05 UTCEG score recompute
  4. 2026-09-03 02:50 UTCEG score recompute
  5. 2026-09-02 14:12 UTCEPSS rescore
  6. 2026-09-02 00:27 UTCEG score recompute
  7. 2026-09-01 13:54 UTCEPSS rescore
  8. 2026-08-31 22:21 UTCEG score recompute
  9. 2026-08-31 21:25 UTCEG score recompute
  10. 2026-08-31 21:24 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-77348?
CVE-2026-77348 is a high vulnerability published on August 31, 2026. Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 5.0.0, the fix for CVE-2026-33407 (GHSA-hhjq-82f8-m6rc, "SSRF via HTTP Proxy Environment Variable") hardened endpoints/logos/search.php by disabling cURL proxying (CURLOPTPROXY = '' + CURLOPTNOPROXY = '*').…
When was CVE-2026-77348 disclosed?
CVE-2026-77348 was first published in the National Vulnerability Database on August 31, 2026, with the most recent update on September 8, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-77348 actively exploited?
CVE-2026-77348 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 83.8% of all scored CVEs.
What is the CVSS score of CVE-2026-77348?
CVE-2026-77348 has a CVSS v3 base score of 8.2 (NVD).
How do I remediate CVE-2026-77348?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-77348, 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-77348

Explore →

Is Your Infrastructure Affected by CVE-2026-77348?

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