SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-78065

HIGH · CVSS 7.1 EPSS 0.21%

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

CyberRota Analysis

AI-Generated

The J2Store extension for Joomla is vulnerable to an Insecure Direct Object Reference (IDOR) issue, allowing authenticated users to access guest checkout address information, including full names, street addresses, and phone numbers. This vulnerability arises because the system fails to properly restrict access to guest address records, as these records have an empty `user_id`. Organizations using affected versions of J2Store should prioritize patching this vulnerability to protect customer data and maintain compliance with privacy regulations.

CVE
CVE-2026-78065
Severity
HIGH
CVSS
7.1
EPSS
0.21%

Original NVD Description

Joomla Extension - j2commerce.com - Guest checkout address disclosure to any authenticated user (IDOR) in J2Store 1.0.0-3.3.21, 4.0.0-4.0.21, 4.1.0-4.1.6 - `editAddress()` redirected non-owners away only when the loaded address row had a **non-empty** `user_id` belonging to someone else. Guest-checkout address rows have an empty `user_id`, so that check never triggered for them — any logged-in account guessing a small, sequential `address_id` got a guest customer's full name, street address, and phone number rendered prefilled into the edit form.