---
id: CVE-2026-57443
title: SCBE-AETHERMOORE is a geometric AI governance and evaluation framework
summary: >-
  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` en…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-306
vendor: issdandavis
product: SCBE-AETHERMOORE
affected:
  - 'SCBE-AETHERMOORE >= 4.0.2, < 4.2.1'
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T21:17:23.413'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57443'
references:
  - url: >-
      https://github.com/issdandavis/SCBE-AETHERMOORE/commit/ca833795e01eab060e92572e5f667c0c136b8c1e
    label: security-advisories@github.com
  - url: >-
      https://github.com/issdandavis/SCBE-AETHERMOORE/commit/de7779b722c501dbcf4eae95dd51bb3984506fb1
    label: security-advisories@github.com
  - url: >-
      https://github.com/issdandavis/SCBE-AETHERMOORE/security/advisories/GHSA-q986-4x7x-gx39
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T21:19:40.144Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
