Cyber Resilience

CVE-2021-47763

HighPublic PoC

Published: 15 January 2026

Published
15 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0031 22.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2021-47763 is a high-severity SQL Injection (CWE-89) vulnerability in Aimeos (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2021-47763 is a SQL injection vulnerability (CWE-89) in Aimeos 2021.10 LTS, an e-commerce package. The issue affects the JSON API 'sort' parameter, where insufficient input validation allows attackers to inject malicious database queries through crafted GET requests to the jsonapi/review endpoint. This results in a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N), indicating high severity due to network accessibility and significant confidentiality impact.

Unauthenticated remote attackers can exploit the vulnerability by manipulating the 'sort' parameter in requests to the jsonapi/review endpoint, enabling them to reveal database table and column names. Successful exploitation allows injection of arbitrary SQL queries, potentially leading to unauthorized data disclosure with high confidentiality impact and low integrity impact, though no availability impact.

Advisories and further details are available on the Aimeos website at https://aimeos.org and https://aimeos.org/laravel-ecommerce-package. A proof-of-concept exploit demonstrating the SQL injection is published at https://www.exploit-db.com/exploits/50538.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Aimeos 2021.10 LTS contains a SQL injection vulnerability in the json api 'sort' parameter that allows attackers to inject malicious database queries. Attackers can manipulate the sort parameter to reveal table and column names by sending crafted GET requests to…

more

the jsonapi/review endpoint.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated SQL injection in public JSON API endpoint enables remote exploitation of the web application for data disclosure.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

Aimeos
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation of the 'sort' parameter to ensure it conforms to expected formats before database query execution.

prevent

SI-2 mandates timely remediation of the specific SQL injection flaw in Aimeos 2021.10 LTS through patching or code correction.

prevent

SI-9 restricts the 'sort' parameter to whitelisted safe values at the jsonapi/review endpoint, blocking malicious SQL payloads.

References