CVE-2026-79569 Details
Description
Movie_Recommend v1.0.0 was discovered to contain a SQL injection vulnerability in the sort parameter at /loadingmore. This vulnerability allows attackers to access sensitive database information via a crafted SQL statement.
A SQL injection vulnerability has been identified in Movie Recommend version 1.0.0. The issue arises in the frontend movie module, specifically within the sort parameter of the loadingmore and typesortmovie endpoints. The vulnerability allows attackers to execute crafted SQL statements that can access sensitive database information. This exploitation is possible because the application does not properly validate user input before it is passed to the database query. Additionally, the MySQL connection string's allowMultiQueries=true option enables the execution of stacked queries.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 8, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/fangtang7/CVE/blob/main/movie/sql.md | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/fangtang7/CVE/blob/main/movie/sql.md | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Movie_Recommend | 1.0.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 8, 2026 | New CVE Received | [email protected] |
Volerion