CVE-2026-96882
Received Received - Intake

Improper Authorization in TaleLin lin-cms-spring-boot

Vulnerability report for CVE-2026-96882, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: VulDB

Description

A vulnerability was identified in TaleLin lin-cms-spring-boot up to 0.2.1. Affected by this vulnerability is the function searchBook of the file src/main/java/io/github/talelin/latticy/controller/v1/BookController.java of the component book Endpoint. The manipulation leads to improper authorization. It is possible to initiate the attack remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
talelin lin-cms-spring-boot to 0.2.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an improper authorization issue in TaleLin lin-cms-spring-boot up to version 0.2.1. It affects the searchBook function in the BookController.java file, allowing remote attackers to query all books without proper access controls. The endpoint /v1/book/search can be accessed via a GET request without any permission verification, exposing all book details.

Detection Guidance

Check if the /v1/book/search endpoint is accessible without authentication by sending a GET request to it. Use tools like curl or a browser to access the path directly. If the endpoint returns book data without requiring credentials, the system is likely vulnerable.

Impact Analysis

An attacker could exploit this to remotely access and retrieve sensitive book-related information without authorization. Since the endpoint lacks access control, all book details stored in the database could be exposed. This may lead to data breaches or unauthorized access to confidential information.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing sensitive data without authorization. GDPR requires protecting personal data, while HIPAA mandates safeguarding health information. Unauthorized access to book details may violate these regulations, resulting in legal penalties and reputational damage.

Mitigation Strategies

Immediately update Lin-CMS Spring Boot to a version that patches this vulnerability. If an update is unavailable, restrict access to the /v1/book/search endpoint by implementing proper authentication and authorization checks in the BookController.java file.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-96882. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart