Cyber Resilience

CVE-2026-1194

MediumPublic PoC

Published: 20 January 2026

Published
20 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score v4 5.5 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0007 21.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1194 is a medium-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Mineadmin Mineadmin. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and CM-7 (Least Functionality).

Deeper analysis

CVE-2026-1194 is an information disclosure vulnerability affecting MineAdmin versions 1.x and 2.x, specifically an unknown function within the Swagger component. The flaw, associated with CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-284 (Improper Access Control), allows manipulation that exposes sensitive data. It has a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N), indicating medium severity with low confidentiality impact and no impact on integrity or availability.

The vulnerability can be exploited remotely by unauthenticated attackers with network access and no user interaction required. Successful exploitation results in the disclosure of sensitive information, enabling attackers to gather reconnaissance data on the target system.

Advisories from VulDB and a GitHub issue in the SourByte05/MineAdmin-Vulnerability repository detail the flaw, noting that a public exploit has been released. The vendor was contacted early but provided no response, and no patches or mitigations are mentioned in the available references.

MineAdmin deployments should be reviewed for exposure of the Swagger component, with immediate segmentation or disabling recommended until vendor guidance emerges, given the public exploit availability.

EU & UK References

Vulnerability details

A security flaw has been discovered in MineAdmin 1.x/2.x. This affects an unknown function of the component Swagger. The manipulation results in information disclosure. The attack may be performed from remote. The exploit has been released to the public and…

more

may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
Why these techniques?

Remote unauthenticated exploitation of public-facing Swagger component directly matches T1190; resulting sensitive data exposure enables system information discovery (T1082).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-1193Same product: Mineadmin Mineadmin
CVE-2026-1195Same product: Mineadmin Mineadmin
CVE-2025-65854Same product: Mineadmin Mineadmin
CVE-2026-2055Shared CWE-200, CWE-284
CVE-2026-2054Shared CWE-200, CWE-284
CVE-2026-2894Shared CWE-200, CWE-284
CVE-2025-69907Shared CWE-284
CVE-2026-2148Shared CWE-200, CWE-284
CVE-2025-0481Shared CWE-200, CWE-284
CVE-2026-30244Shared CWE-200, CWE-284

Affected Assets

mineadmin
mineadmin
1.0, 2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access restrictions on the Swagger component to block unauthenticated remote actors from retrieving sensitive information.

prevent

Boundary protection can isolate or restrict network exposure of the Swagger endpoint, limiting remote unauthenticated access.

prevent

Least functionality allows disabling or removing the unnecessary Swagger interface that is the root cause of the disclosure.

References