Description
A vulnerability was found in TaleLin lin-cms-spring-boot up to 0.2.1. This impacts the function getBook of the file src/main/java/io/github/talelin/latticy/controller/v1/BookController.java of the component book Endpoint. Performing a manipulation of the argument ID results in improper authorization. The attack is possible to be carried out 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.
Published: 2026-09-24
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Improper Authorization leading to unauthorized access to book data
Action: Patch Now
AI Analysis

Impact

A flaw in the getBook endpoint of TaleLin's lin-cms-spring-boot allows an attacker to manipulate the ID parameter and gain unauthorized access to book records. This improper authorization can expose sensitive information stored in the system and is rooted in the weak permission verification logic, as indicated by CWE‑266 and CWE‑285.

Affected Systems

The vulnerability affects TaleLin lin-cms-spring-boot, specifically versions up to and including 0.2.1. Users running any of these releases are at risk and should verify they are on a fixed version beyond 0.2.1.

Risk and Exploitability

The CVSS score of 6.9 reflects a moderate severity with a non‑zero exploitation likelihood. The exploit is publicly available and can be carried out remotely by sending crafted HTTP requests to the vulnerable endpoint. EPSS information is not supplied, and the vulnerability is not listed in the CISA KEV catalog, but the presence of a remote attack vector and known public exploit make patching a priority.

Generated by OpenCVE AI on September 24, 2026 at 03:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade lin-cms-spring-boot to a version newer than 0.2.1 or apply the vendor patch if available
  • Enforce strict role‑based access controls on the BookController endpoint, ensuring that only authorized users can retrieve book information
  • Implement logging and monitoring for failed or unauthorized attempts to access the getBook API, and alert on anomalous patterns

Generated by OpenCVE AI on September 24, 2026 at 03:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 24 Sep 2026 02:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in TaleLin lin-cms-spring-boot up to 0.2.1. This impacts the function getBook of the file src/main/java/io/github/talelin/latticy/controller/v1/BookController.java of the component book Endpoint. Performing a manipulation of the argument ID results in improper authorization. The attack is possible to be carried out 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.
Title TaleLin lin-cms-spring-boot book Endpoint BookController.java getBook improper authorization
First Time appeared Talelin
Talelin lin-cms-spring-boot
Weaknesses CWE-266
CWE-285
CPEs cpe:2.3:a:talelin:lin-cms-spring-boot:*:*:*:*:*:*:*:*
Vendors & Products Talelin
Talelin lin-cms-spring-boot
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': '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'}


Subscriptions

Talelin Lin-cms-spring-boot
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T12:51:31.532Z

Reserved: 2026-09-23T18:14:57.828Z

Link: CVE-2026-96880

cve-icon Vulnrichment

Updated: 2026-09-24T12:51:27.499Z

cve-icon NVD

Status : Deferred

Published: 2026-09-24T02:16:54.147

Modified: 2026-09-24T14:40:36.103

Link: CVE-2026-96880

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T05:00:12Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-285

    Improper Authorization