SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-84186

MEDIUM · CVSS 6.9 EPSS 0.35%

Source: NVD + CISA KEV + EPSS · Published 2026-09-07 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability in PrestaShop's Tools::getRemoteAddr() function allows an unauthenticated remote attacker to spoof the client's IP address by manipulating the X-Forwarded-For header when the application is behind a reverse proxy, load balancer, or CDN. This misconfiguration can lead to the bypassing of IP-based access controls, manipulation of security logs, and evasion of fraud detection mechanisms. Organizations using PrestaShop, particularly those relying on IP-based security measures, should prioritize addressing this vulnerability to mitigate potential risks.

CVE
CVE-2026-84186
Severity
MEDIUM
CVSS
6.9
EPSS
0.35%

Original NVD Description

Vulnerability involving incorrect access control in the Tools::getRemoteAddr() function in PrestaShop, which allows the client’s IP address to be spoofed via the X-Forwarded-For header when the application is running behind a reverse proxy, load balancer or CDN. The application incorrectly processes the IP address string and uses the address controlled by the visitor rather than the one provided by the trusted infrastructure, allowing an unauthenticated remote attacker to cause the application to interpret their connection as originating from an arbitrary IP address. This condition allows IP-based controls, such as the maintenance mode allowlist, to be bypassed, as well as enabling the forgery of security and audit logs and the evasion of third-party mechanisms that rely on the IP address, such as geolocation checks, fraud detection or request throttling.