CVE-2026-47743
Last modified
CVE-2026-47743 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0, three related defects on admin Livewire components allowed data tampering, sensitive data disclosure, and stored XSS.
Description
Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0, three related defects on admin Livewire components allowed data tampering, sensitive data disclosure, and stored XSS. First, several Livewire components in the admin panel exposed Eloquent model identifiers as public properties without the `#[Locked]` attribute. An authenticated user could rewrite the wire payload from the browser to target any record id, bypassing the implicit scoping enforced by the page routing. Second, `Customers/Create::store()` re-passed a `Hidden` `_password` form field straight into the create payload. The plaintext password was rendered into the HTML and transported through the Livewire snapshot in clear text, exposing credentials in the page DOM and in any logging that captures Livewire payloads. Finally, the product barcode field was rendered through `DNS1DFacade::getBarcodeHTML()` with `{!! !!}`. An attacker with `edit_products` permission could persist malicious payload in the barcode field that would execute in the browser of any admin user viewing that product, enabling session theft and privileged-action chaining. Starting in v2.8.0, all vulnerable Livewire model identifiers are now marked `#[Locked]`; `Customers/Create` no longer round-trips the password through a Hidden form field; the plaintext password is hashed at action boundary and never returned to the client; and the product barcode rendering now escapes the value before passing it to the barcode generator and the output is wrapped in an `<svg>` context that does not interpret event handlers. No known workarounds are available.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-47743?
How severe is CVE-2026-47743?
How do I fix CVE-2026-47743?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47736Puma is a Ruby/Rack web server built for parallelism. From 5…7.5
- CVE-2026-47737Puma is a Ruby/Rack web server built for parallelism. From 5…7.5
- CVE-2026-47739Frappe is a full-stack web application framework. Prior to v…6.9
- CVE-2026-47740Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0…8.1
- CVE-2026-47741Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0…5.9
- CVE-2026-47742Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0…6.5
- CVE-2026-47744Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0…9.9
- CVE-2026-47745Shopper is a Headless e-commerce Admin Panel. Prior to 2.8.0…6.5
- CVE-2026-47746Misskey is an open source, federated social media platform. …8.9
- CVE-2026-47747stable-diffusion.cpp is a pure C/C++ library for running dif…7.8
- CVE-2026-47748stable-diffusion.cpp is a pure C/C++ library for running dif…5.5
- CVE-2026-47749stable-diffusion.cpp is a pure C/C++ library for running dif…7.8
Are you affected by CVE-2026-47743?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
