Answer in brief
CVE-2026-57443 records a High severity (CVSS 7.5) vulnerability in SCBE-AETHERMOORE Unauthenticated AetherBrowser Ops API Exposes Operator Email Digests. The current sources do not mark it as known exploited. The current feed maps issdandavis/SCBE-AETHERMOORE (generic), scbe-aethermoore (pip). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps issdandavis/SCBE-AETHERMOORE (generic), scbe-aethermoore (pip). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| issdandavis/SCBE-AETHERMOOREgeneric | >=4.0.2 <4.2.1 | 4.2.1 |
| scbe-aethermoorepip | >=4.0.2,<4.2.1 | 4.2.1 |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
SCBE-AETHERMOORE is a geometric AI governance and evaluation framework. Starting in version 4.0.2 and prior to version 4.2.1, the AetherBrowser API server (`scripts/aetherbrowser/api_server.py`) exposes the `POST /api/ops/check-email` endpoint without any authentication. Any remote attacker can call this endpoint and trigger execution of the `email_reader.py` subprocess, which connects to configured ProtonMail or Gmail accounts via IMAP and returns email metadata (sender, subject, body snippet) in the JSON response. The server binds to `0.0.0.0:8100` by default with CORS set to `allow_origins=["*"]`, making it reachable from any network or browser origin. Version 4.2.1 patches the issue.
Quoted source text, attributed separately from HOL analysis.