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.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unrestricted access by spoofing client IP to bypass IP‑based controls
Action: Immediate patch
AI Analysis

Impact

The flaw occurs in PrestaShop’s Tools::getRemoteAddr() when run behind a reverse proxy, load balancer, or CDN. The function honours the X‑Forwarded‑For header without validation and treats the supplied address as the client IP. An unauthenticated remote attacker can inject any IP via this header, causing the application to believe the request originates from that address. This allows bypass of maintenance‑mode allowlists, forge audit logs, and evade third‑party controls such as geolocation checks, fraud detection, or request throttling.

Affected Systems

PrestaShop applications running versions prior to 9.1.5 and 8.2.8 are vulnerable. The issue affects the core PrestaShop product regardless of deployment architecture when the reverse‑proxy header is trusted.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. EPSS is not available and it is not listed in CISA KEV. Externally, the attack can be conducted from any network that can reach the web application, provided the attacker can influence the X‑Forwarded‑For header. Because the vulnerability does not require authentication or privilege, exploitation is straightforward once the proxy mis‑configuration exists, and the attack surface is the reverse‑proxy configuration rather than the application itself.

Generated by OpenCVE AI on September 7, 2026 at 13:51 UTC.

Remediation

Vendor Solution

The vulnerability has been fixed by the PrestaShop team in versions 9.1.5 and 8.2.8.


OpenCVE Recommended Actions

  • Upgrade PrestaShop to version 9.1.5 or 8.2.8 or later, which incorporates the corrected IP handling logic.
  • Configure the web server or reverse proxy to only forward the remote‑IP header from trusted sources, and disable or strip X‑Forwarded‑For from client requests.
  • Restrict access to the maintenance mode allowlist and audit‑log writing to server‑checked IP ranges rather than client‑supplied values.

Generated by OpenCVE AI on September 7, 2026 at 13:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 09:00:00 +0000

Type Values Removed Values Added
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.
Title Incorrect access control in PrestaShop
First Time appeared Prestashop
Prestashop prestashop
Weaknesses CWE-290
CPEs cpe:2.3:a:prestashop:prestashop:*:*:*:*:*:*:*:*
Vendors & Products Prestashop
Prestashop prestashop
References
Metrics cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Prestashop Prestashop
cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-09-08T15:02:13.315Z

Reserved: 2026-09-01T10:35:26.894Z

Link: CVE-2026-84186

cve-icon Vulnrichment

Updated: 2026-09-08T15:02:10.836Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T09:17:16.693

Modified: 2026-09-08T19:15:18.627

Link: CVE-2026-84186

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T14:00:17Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing