Skip to main content

litemall CVE-2024-46382

HIGH
SQL Injection (CWE-89)
2024-09-19 cve@mitre.org
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

DescriptionCVE.org

A SQL injection vulnerability in linlinjava litemall 1.8.0 allows a remote attacker to obtain sensitive information via the goodsId, goodsSn, and name parameters in AdminOrderController.java.

AnalysisAI

SQL injection in linlinjava litemall 1.8.0 allows unauthenticated remote attackers to extract sensitive data from the backend database by injecting malicious payloads into the goodsId, goodsSn, and name parameters handled by AdminOrderController.java. Publicly available exploit code exists, though EPSS rates exploitation probability low at 0.12% (30th percentile) and the issue is not listed in CISA KEV.

Technical ContextAI

litemall is an open-source Java-based e-commerce mall platform built by linlinjava that provides a small mall application stack (Spring Boot backend, admin console, WeChat mini-program, and Vue.js frontend). The vulnerability falls under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controlled inputs are concatenated into SQL queries without parameterization or sufficient sanitization. The CPE cpe:2.3:a:linlinjava:litemall:1.8.0 confirms the affected component is the application itself at version 1.8.0, and the flaw resides specifically in the AdminOrderController class responsible for order management queries that accept the goodsId, goodsSn, and name request parameters.

RemediationAI

No vendor-released patch identified at time of analysis from the provided data; users should monitor the upstream linlinjava/litemall GitHub repository for a fixed release beyond 1.8.0 and apply it once available. As compensating controls, restrict network access to the /admin API surface (where AdminOrderController is exposed) to trusted management IPs via firewall or reverse-proxy ACLs, place the admin console behind a VPN or authenticated gateway, and enforce strong authentication on admin routes so the endpoint cannot be reached anonymously even if the application defaults allow it. As a code-level workaround for operators maintaining their own build, replace the dynamic SQL or MyBatis ${} expressions for goodsId, goodsSn, and name in AdminOrderController with parameterized #{} bindings and add allow-list input validation; the trade-off is the need to rebuild and redeploy from source, but this directly eliminates the injection path.

CVE-2024-24323 HIGH POC
7.2 Feb 27

SQL injection vulnerability in linlinjava litemall v.1.8.0 allows a remote attacker to obtain sensitive information via

CVE-2024-6452 MEDIUM POC
5.3 Jul 02

A vulnerability classified as critical was found in linlinjava litemall up to 1.8.0. Rated medium severity (CVSS 5.3), t

CVE-2018-18434 HIGH
7.5 Oct 17

An issue was discovered in litemall 0.9.0. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, n

CVE-2025-8974 LOW POC
2.9 Aug 14

A vulnerability was determined in linlinjava litemall up to 1.8.0. Rated medium severity (CVSS 6.3), this vulnerability

CVE-2025-6702 LOW POC
2.1 Jun 26

CVE-2025-6702 is a security vulnerability (CVSS 4.3). Risk factors: public PoC available.

CVE-2025-8991 LOW POC
2.1 Aug 15

A vulnerability was identified in linlinjava litemall up to 1.8.0. Rated medium severity (CVSS 5.3), this vulnerability

CVE-2025-8753 LOW POC
2.1 Aug 09

A vulnerability, which was classified as critical, has been found in linlinjava litemall up to 1.8.0. Rated medium sever

CVE-2025-8965 LOW POC
2.1 Aug 14

A vulnerability has been found in linlinjava litemall up to 1.8.0. Rated medium severity (CVSS 5.3), this vulnerability

CVE-2025-8764 LOW POC
2.1 Aug 09

A vulnerability classified as critical has been found in linlinjava litemall up to 1.8.0. Rated medium severity (CVSS 5.

CVE-2026-90570 MEDIUM
4.8 Sep 13

Stored cross-site scripting in linlinjava litemall versions 1.4.0 through 1.8.0 allows a high-privileged attacker to inj

CVE-2026-90569 MEDIUM
4.8 Sep 13

Stored cross-site scripting in linlinjava litemall's admin topic management panel allows a high-privileged attacker to i

CVE-2025-10291 LOW
2.1 Sep 12

A weakness has been identified in linlinjava litemall up to 1.8.0. Rated medium severity (CVSS 5.3), this vulnerability

Share

CVE-2024-46382 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy