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.
Published: 2026-09-08
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Movie_Recommend v1.0.0 contains a SQL injection weakness in the sort parameter on the /loadingmore endpoint. An attacker can supply a crafted value that is directly concatenated into a database query. This allows the attacker to retrieve arbitrary data from the underlying database, potentially exposing sensitive information such as user credentials or proprietary content. The flaw results in a confidentiality breach without requiring local access.

Affected Systems

The vulnerable application is Movie_Recommend version 1.0.0. No additional vendor or product details were provided in the CVE report. System administrators should identify whether their installation matches this version to confirm exposure.

Risk and Exploitability

The CVSS score is not supplied, but SQL injection flaws are generally considered high‑severity. The EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog, so there is no public evidence of exploitation yet. Attackers can reach the vulnerable parameter by sending HTTP requests to the affected endpoint from the network where the application is exposed. Given that the flaw is input‑based and does not require privileged privileges, remote attackers could leverage it to read any data the application is allowed to query.

Generated by OpenCVE AI on September 8, 2026 at 17:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Movie_Recommend to a version where the sort parameter validation has been corrected.
  • Implement input sanitization or parameterized queries for the sort parameter to eliminate SQL concatenation.
  • Deploy a web application firewall rule set that detects and blocks injection‑style payloads in query strings.

Generated by OpenCVE AI on September 8, 2026 at 17:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 08 Sep 2026 18:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in Movie_Recommend Sort Parameter
Weaknesses CWE-89

Tue, 08 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
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.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-08T18:59:03.285Z

Reserved: 2026-08-25T00:00:00.000Z

Link: CVE-2026-79569

cve-icon Vulnrichment

Updated: 2026-09-08T18:58:52.097Z

cve-icon NVD

Status : Received

Published: 2026-09-08T17:18:31.143

Modified: 2026-09-08T19:19:51.210

Link: CVE-2026-79569

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T18:00:11Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')