CVE-2024-50645

CRITICAL

MallChat v1.0-SNAPSHOT - Auth Bypass

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2024-50645. PoCs published by fushuling.

AI-analyzed exploit summary This writeup details an authentication bypass vulnerability in MallChat due to incorrect path parsing in the `TokenInterceptor` class, allowing attackers to bypass token checks via path traversal (e.g., `/xxx/yyy/public/../../../demo/capi/user/userInfo`). The vulnerability requires a non-empty `server.servlet.context-path` configuration.

Description

MallChat v1.0-SNAPSHOT has an authentication bypass vulnerability. An attacker can exploit this vulnerability to access API without any token.

Exploits (1)

gitee WRITEUP 1 stars
by fushuling · poc
https://gitee.com/fushuling/cve/blob/master/CVE-2024-50645.md

This writeup details an authentication bypass vulnerability in MallChat due to incorrect path parsing in the `TokenInterceptor` class, allowing attackers to bypass token checks via path traversal (e.g., `/xxx/yyy/public/../../../demo/capi/user/userInfo`). The vulnerability requires a non-empty `server.servlet.context-path` configuration.

Classification
Writeup 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: MallChat (all versions up to commit f256332)
No auth needed
Prerequisites: Non-empty `server.servlet.context-path` configuration
devstral-2 · analyzed Mar 04, 2026 Full analysis →

Scores

CVSS v3 9.8
EPSS 0.0011
EPSS Percentile 29.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact total

Details

CWE
CWE-287
Status published
Published Aug 22, 2025
Tracked Since Feb 18, 2026