Cyber Posture

CVE-2026-1691

MediumPublic PoC

Published: 30 January 2026

Published
30 January 2026
Modified
03 March 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0005 14.4th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1691 is a medium-severity Improper Input Validation (CWE-20) vulnerability in Adlered Bolo-Solo. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.4th 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-20 CWE-502

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20 CWE-502

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-502

Penetration testing supplies malicious serialized objects, detecting unsafe deserialization and supporting corrective actions.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-502

Untrusted serialized data can be deserialized and observed inside the chamber, blocking gadget-chain exploitation outside the sandbox.

addresses: CWE-502

Identifies and blocks malicious code introduced through deserialization of untrusted data at system boundaries.

addresses: CWE-502

Integrity verification of serialized information can detect tampering before deserialization occurs.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

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?

Unsafe deserialization in a public-facing Java web application (SnakeYAML) directly enables remote exploitation of the server for limited C/I/A impact.

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

NVD Description

A vulnerability has been found in bolo-solo up to 2.6.4. This impacts the function importMarkdownsSync of the file src/main/java/org/b3log/solo/bolo/prop/BackupService.java of the component SnakeYAML. Such manipulation leads to deserialization. The attack may be launched remotely. The exploit has been disclosed to…

more

the public and may be used.

Deeper analysisAI

CVE-2026-1691, published on 2026-01-30, is a deserialization vulnerability (CWE-20, CWE-502) affecting bolo-solo versions up to 2.6.4. The issue resides in the importMarkdownsSync function within the file src/main/java/org/b3log/solo/bolo/prop/BackupService.java, which relies on the SnakeYAML component. It has 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).

A remote attacker with low privileges can exploit this vulnerability by manipulating inputs to the affected function, triggering unsafe deserialization. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, with no user interaction required and low attack complexity.

Advisories and related discussions, including the initial report, are documented in GitHub issues at https://github.com/bolo-blog/bolo-solo/issues/325 and https://github.com/bolo-blog/bolo-solo/issues/325#issue-3828755519, as well as VulDB entries such as https://vuldb.com/?ctiid.343485, https://vuldb.com/?id.343485, and https://vuldb.com/?submit.741899.

The exploit has been publicly disclosed and may be used by attackers.

Details

CWE(s)

Affected Products

adlered
bolo-solo
≤ 2.6.4

CVEs Like This One

CVE-2026-1812Same product: Adlered Bolo-Solo
CVE-2026-1810Same product: Adlered Bolo-Solo
CVE-2026-1811Same product: Adlered Bolo-Solo
CVE-2026-1813Same product: Adlered Bolo-Solo
CVE-2025-15438Shared CWE-20, CWE-502
CVE-2025-8227Shared CWE-20, CWE-502
CVE-2025-1177Shared CWE-20, CWE-502
CVE-2025-11345Shared CWE-20, CWE-502
CVE-2025-2855Shared CWE-20, CWE-502
CVE-2025-0465Shared CWE-20, CWE-502

References