CVE-2026-61638

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.3%, top 79% 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
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: None knownExposed: 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 4.9.6, POST /endpoints/notifications/testemailnotifications.php accepts smtpaddress and smtpport from POST body with zero SSRF validation. PHPMailer connects to attacker-supplied host:port. Every other notification endpoint uses ssrf_helper.php but email was missed. Any authenticated user can probe internal network, cloud metadata. This issue has been patched in version 4.9.6.

CVSS v3
8.2
EG Score
8.2(medium)
EG Risk
37(Track)
EG Risk 37/100SSVC: Track

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%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
21%
KEV
Not listed

Published

August 31, 2026

Last Modified

September 8, 2026

Advisory Details (4)

Auto-updated Aug 31, 2026
Patch available. Sources: github, github_pr, github_commit, github_release.
github_release Patch Available

v4.9.6

Patch available: ellite/Wallos v4.9.6

https://github.com/ellite/Wallos/releases/tag/v4.9.6
github_commit Patch Available

commit b75f13d0ffa3 (ellite/Wallos)

Patch available: ellite/Wallos v4.9.6 (contains commit b75f13d0ffa3)

https://github.com/ellite/Wallos/commit/b75f13d0ffa3ed7e77e8e79e4b9fd3fc528c98d3
github_pr Patch Available

chore(main): release 4.9.6

Patch available: ellite/Wallos v4.9.6 (PR #1092 merged 2026-06-22)

https://github.com/ellite/Wallos/pull/1092
github Patch Available

SSRF via Test Email Notification - unvalidated SMTP host/port · Advisory · ellite/Wallos · GitHub

https://github.com/ellite/Wallos/security/advisories/GHSA-f8r5-v75m-385h

Weakness Classification(1)

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

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-61638?
CVE-2026-61638 is a high vulnerability published on August 31, 2026. Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.6, POST /endpoints/notifications/testemailnotifications.php accepts smtpaddress and smtpport from POST body with zero SSRF validation. PHPMailer connects to attacker-supplied host:port. Every other…
When was CVE-2026-61638 disclosed?
CVE-2026-61638 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-61638 actively exploited?
CVE-2026-61638 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 78.7% of all scored CVEs.
What is the CVSS score of CVE-2026-61638?
CVE-2026-61638 has a CVSS v3 base score of 8.2 (NVD).
How do I remediate CVE-2026-61638?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-61638, 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-61638

Explore →

Is Your Infrastructure Affected by CVE-2026-61638?

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