Cyber Posture

CVE-2026-1112

MediumPublic PoC

Published: 18 January 2026

Published
18 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.0003 7.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1112 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Publiccms Publiccms. Its CVSS base score is 5.4 (Medium).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-285 CWE-266

Documented procedures facilitate correct implementation and ongoing management of authorization decisions.

addresses: CWE-285 CWE-266

Periodic reviews identify and correct flaws in authorization decisions or enforcement.

addresses: CWE-285 CWE-266

Specifying access authorizations for each account and requiring approvals for account requests enforces proper authorization decisions.

addresses: CWE-266 CWE-285

The control requires explicit definition of separated access authorizations, making incorrect privilege assignments that bundle conflicting duties harder to implement.

addresses: CWE-266 CWE-285

Ensures privileges are assigned only as necessary rather than incorrectly over-granted.

addresses: CWE-285

The control's documentation requirement reduces improper authorization by ensuring only mission-justified actions bypass authentication.

addresses: CWE-285

Establishing permitted attributes and values, plus auditing changes, ensures authorization decisions are based on correctly managed policy data.

addresses: CWE-285

Explicitly mandates authorizing remote access types before permitting connections, directly mitigating improper authorization.

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 endpoint directly enables remote exploitation of the application for unauthorized actions.

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

NVD Description

A vulnerability was found in Sanluan PublicCMS up to 5.202506.d. Affected is the function delete of the file publiccms-trade/src/main/java/com/publiccms/controller/web/trade/TradeAddressController.java of the component Trade Address Deletion Endpoint. Performing a manipulation of the argument ids results in improper authorization. The attack may…

more

be initiated remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2026-1112 is an improper authorization vulnerability in Sanluan PublicCMS versions up to 5.202506.d. It affects the delete function within the file publiccms-trade/src/main/java/com/publiccms/controller/web/trade/TradeAddressController.java, part of the Trade Address Deletion Endpoint component. The flaw is triggered by manipulation of the 'ids' argument, leading to unauthorized actions.

The vulnerability enables remote exploitation by an attacker with low privileges (PR:L), requiring low attack complexity (AC:L) over the network (AV:N) without user interaction (UI:N). Exploitation results in low impacts to integrity (I:L) and availability (A:L), with no confidentiality impact (C:N) and unchanged scope (S:U), as reflected in its CVSS 3.1 base score of 5.4. Attackers can thereby perform unauthorized deletions of trade addresses. Associated weakness types include CWE-266 (Incorrect Privilege Assignment) and CWE-285 (Improper Authorization).

Advisories from VulDB and a GitHub repository detail the issue, with a public exploit available that could be used for attacks. The vendor was contacted early regarding disclosure but provided no response, leaving no official patches or mitigation guidance from them. Security practitioners should monitor for updates and consider restricting access to the affected endpoint.

Details

CWE(s)

Affected Products

publiccms
publiccms
≤ 5.202506.d

CVEs Like This One

CVE-2025-69437Same product: Publiccms Publiccms
CVE-2025-57516Same product: Publiccms Publiccms
CVE-2026-3289Same product: Publiccms Publiccms
CVE-2025-25361Same product: Publiccms Publiccms
CVE-2026-1111Same product: Publiccms Publiccms
CVE-2026-4617Shared CWE-266, CWE-285
CVE-2026-6105Shared CWE-266, CWE-285
CVE-2025-0484Shared CWE-266, CWE-285
CVE-2026-3734Shared CWE-266, CWE-285
CVE-2025-2360Shared CWE-266, CWE-285

References