Cyber Resilience

CVE-2026-1193

MediumPublic PoC

Published: 19 January 2026

Published
19 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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.0032 23.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-1193 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Mineadmin Mineadmin. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.7th 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 AC-4 (Information Flow Enforcement).

Deeper analysis

CVE-2026-1193 is an improper authorization vulnerability affecting MineAdmin versions 1.x and 2.x. The issue resides in an unknown function within the file /system/cache/view of the View Interface component. This flaw allows manipulation leading to unauthorized access or actions beyond intended permissions, as classified under CWE-266 (Incorrect Privilege Assignment) and CWE-285 (Improper Authorization). The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating medium severity with network accessibility and low attack complexity.

The vulnerability can be exploited remotely by an attacker who possesses low privileges, such as an authenticated user with basic access (PR:L). No user interaction is required (UI:N), enabling straightforward exploitation over the network (AV:N). Successful exploitation grants limited impacts: low confidentiality (C:L) for accessing some unauthorized data, low integrity (I:L) for modifying certain resources, and low availability (A:L) for causing minor disruptions. A public exploit is available, increasing the risk of active misuse.

Advisories from VulDB and a related GitHub issue (SourByte05/MineAdmin-Vulnerability/issues/6) detail the vulnerability but report no vendor response despite early disclosure notification. No patches, workarounds, or official mitigations are available, leaving affected systems reliant on access controls, network segmentation, or upgrading if future fixes emerge.

Notable context includes the public availability of an exploit, which may lead to targeted attacks on exposed MineAdmin instances. The CVE was published on 2026-01-19, highlighting ongoing risks for unpatched deployments.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was identified in MineAdmin 1.x/2.x. The impacted element is an unknown function of the file /system/cache/view of the component View Interface. The manipulation leads to improper authorization. The attack is possible to be carried out remotely. The exploit…

more

is publicly available and might be used. 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.
Why these techniques?

Improper authorization flaw in public-facing web admin component directly enables remote exploitation of the application for unauthorized access/actions.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1194Same product: Mineadmin Mineadmin
CVE-2026-1195Same product: Mineadmin Mineadmin
CVE-2025-65854Same product: Mineadmin Mineadmin
CVE-2026-3762Shared CWE-266, CWE-285
CVE-2026-2105Shared CWE-266, CWE-285
CVE-2026-2896Shared CWE-266, CWE-285
CVE-2026-3724Shared CWE-266, CWE-285
CVE-2025-2360Shared CWE-266, CWE-285
CVE-2026-1597Shared CWE-266, CWE-285
CVE-2025-8756Shared CWE-266, CWE-285

Affected Assets

mineadmin
mineadmin
1.0, 2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces approved authorizations on the /system/cache/view interface, blocking the unauthorized manipulation that defines CVE-2026-1193.

prevent

Limits privileges assigned to authenticated users so that the incorrect privilege assignment (CWE-266) cannot be leveraged to reach the vulnerable view function.

prevent

Enforces information-flow rules between subjects and the View Interface component, preventing unauthorized data or command flows that the flaw permits.

References