CVE-2025-49434
BaseFortify
Publication date: 2025-08-20
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| laposta | woocommerce | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
An attacker could exploit this vulnerability to execute malicious scripts in the context of the affected website, potentially leading to theft of user data, session hijacking, or other malicious actions that compromise user security and privacy.
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-site Scripting (XSS) issue in the Laposta WooCommerce plugin. It occurs because the plugin does not properly neutralize input during web page generation, allowing malicious scripts to be stored and executed in users' browsers when they view affected pages.