Description
A vulnerability was determined in TaleLin lin-cms-spring-boot up to 0.2.1. Affected is the function getBooks of the file src/main/java/io/github/talelin/latticy/controller/v1/BookController.java of the component book Endpoint. Executing a manipulation can lead to improper authorization. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. 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
Action: Apply Patch
AI Analysis

Impact

A flaw in the getBooks endpoint of TaleLin lin‑cms‑spring‑boot allows attackers to bypass normal access controls and view or modify book data without proper privilege. The vulnerability is a classic improper privilege management issue (CWE‑266) and improper authorization (CWE‑285). It can lead to sensitive data exposure and unauthorized changes to the book catalog, and the CVSS score of 6.9 indicates a moderate level of risk.

Affected Systems

TaleLin lin‑cms‑spring‑boot versions up to and including 0.2.1 are impacted. The flaw resides in the BookController.java file’s getBooks endpoint, which can be accessed remotely by any user who can reach the application.

Risk and Exploitability

The vulnerability is exploitable from remote sources and has already been publicly disclosed, meaning attackers can to use it immediately. The EPSS score is not available, and the flaw is not listed in CISA’s KEV catalog, but the combination of remote attack vector, lack of patch availability, and moderate CVSS score suggests a significant risk of unauthorized data access occurring in the wild.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor patch that fixes the improper authorization flaw in the getBooks endpoint as soon as it becomes available.
  • Examine the BookController code and enforce role‑based checks or add a security filter to verify user privileges before returning book data.
  • Configure the web server to block or redirect requests to the /books endpoint until a fix or patch is applied.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A vulnerability was determined in TaleLin lin-cms-spring-boot up to 0.2.1. Affected is the function getBooks of the file src/main/java/io/github/talelin/latticy/controller/v1/BookController.java of the component book Endpoint. Executing a manipulation can lead to improper authorization. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. 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 getBooks 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-24T13:15:19.061Z

Reserved: 2026-09-23T18:15:07.970Z

Link: CVE-2026-96881

cve-icon Vulnrichment

Updated: 2026-09-24T13:05:46.627Z

cve-icon NVD

Status : Deferred

Published: 2026-09-24T03:16:58.333

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

Link: CVE-2026-96881

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T03:30:08Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-285

    Improper Authorization