Lucene search
+L

15 matches found

Tenable Nessus
Tenable Nessus
added 2024/02/19 12:0 a.m.9 views

Bulk Price Update for Woocommerce Plugin for WordPress < 2.2.2 Cross-Site Scripting

The WordPress Bulk Price Update for Woocommerce Plugin installed on the remote host is affected by an authenticated reflected Cross-Site Scripting XSS in the page parameter of the technogetproducts action. Note that the scanner has not tested for these issues but has instead relied only on the...

5.4CVSS6.3AI score0.00887EPSS
Exploits2References3
BDU FSTEC
BDU FSTEC
added 2023/11/22 12:0 a.m.8 views

The vulnerability of the Bulk Price Update plugin for Woocommerce in the WordPress content management system allows attackers to perform cross-site scripting attacks.

The vulnerability of the Bulk Price Update plugin for Woocommerce in the WordPress content management system exists due to the lack of protective measures for the website structure. Exploiting this vulnerability allows a malicious actor to perform cross-site scripting attacks remotely...

5.5CVSS5.6AI score0.00887EPSS
Exploits2References3Affected Software1
WPVulnDB
WPVulnDB
added 2023/06/03 12:0 a.m.25 views

B2BKing < 4.6.20 - Subscriber+ Arbitrary Products Price Update

The plugin does not have authorisation in some AJAX actions, allowing any authenticated users, such as subscriber to update the price of any WooCommerce products...

6.5CVSS6.7AI score0.0074EPSS
Exploits2References1Affected Software1
Patchstack
Patchstack
added 2023/04/12 12:0 a.m.6 views

WordPress Bulk Price Update for Woocommerce Plugin < 2.2.2 is vulnerable to Cross Site Scripting (XSS)

Software Bulk Price Update for Woocommerce Type Plugin Vulnerable versions 2.2.2 Fixed in 2.2.2 OWASP Top 10 A7: Cross-Site Scripting XSS Classification Cross Site Scripting XSS CVE CVE-2023-28665 Patch priority High CVSS severity High 7.1 Developer Claim ownership PSID bf10a922ae61 Credits Joshu...

5.4CVSS5.7AI score0.00887EPSS
Exploits2References3Affected Software1
OSV
OSV
added 2023/03/22 9:15 p.m.3 views

CVE-2023-28665

The Woo Bulk Price Update WordPress plugin, in versions 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the technogetproducts action, which can only be triggered by an authenticated user...

5.4CVSS6AI score0.00887EPSS
Exploits2References1
WPVulnDB
WPVulnDB
added 2023/03/22 12:0 a.m.14 views

Woo Bulk Price Update < 2.2.2 - Reflected XSS

The plugin does not sanitize and escape escape the page parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin PoC Make a logged in admin open...

5.4CVSS5.1AI score0.00887EPSS
Exploits2References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/03/22 12:0 a.m.8 views

CVE-2023-28665

The Woo Bulk Price Update WordPress plugin, in versions 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the technogetproducts action, which can only be triggered by an authenticated user...

5.1AI score0.00887EPSS
Exploits2References1
CNNVD
CNNVD
added 2023/03/22 12:0 a.m.5 views

WordPress plugin Woo Bulk Price Update 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. A security vulnerability...

5.4CVSS5.5AI score0.00887EPSS
Exploits2References2
Cvelist
Cvelist
added 2023/03/22 12:0 a.m.17 views

CVE-2023-28665

The Woo Bulk Price Update WordPress plugin, in versions 2.2.2, is affected by a reflected cross-site scripting vulnerability in the 'page' parameter to the technogetproducts action, which can only be triggered by an authenticated user...

5.3AI score0.00887EPSS
Exploits2References1
CVE
CVE
added 2023/03/22 12:0 a.m.69 views

CVE-2023-28665

The CVE-2023-28665 entry concerns the WordPress plugin Woo Bulk Price Update, specifically versions prior to 2.2.2. A reflected cross-site scripting (XSS) vulnerability exists in the techno_get_products action where the attacker-controlled page parameter can trigger the flaw. Exploitation require...

5.4CVSS5AI score0.00887EPSS
Exploits2References1Affected Software1
Positive Technologies
Positive Technologies
added 2023/01/12 12:0 a.m.8 views

PT-2023-6985 · WordPress · Woo Bulk Price Update

Name of the Vulnerable Software and Affected Versions: Woo Bulk Price Update WordPress plugin versions prior to 2.2.2 Description: The issue is related to a reflected cross-site scripting vulnerability. It is triggered by the page parameter to the techno get products action and can only be...

5.5CVSS5.1AI score0.00887EPSS
Exploits2References6
Code423n4
Code423n4
added 2022/05/04 12:0 a.m.17 views

Usage of deprecated Chainlink oracle function

Lines of code Vulnerability details Impact The Chainlink oracle latestAnswer function is deprecated. Instead, you're supposed to use latestRoundData. Using deprecated functions can result in the PriceOracleImplementation not returning the correct value anymore. It will affect the availability of...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2021/10/30 12:0 a.m.14 views

WrappedIbbtcEth contract will use stalled price for mint/burn if updatePricePerShare wasn't run properly

Handle hyh Vulnerability details Impact Malicious user can monitor SetPricePerShare event and, if it was run long enough time ago and market moved, but, since there were no SetPricePerShare fired, the contract's pricePerShare is outdated, so a user can mint with pricePerShare that is current for...

7AI score
Exploits0
Code423n4
Code423n4
added 2021/10/30 12:0 a.m.11 views

pricePerShare is only lazily updated

Handle cmichel Vulnerability details The pricePerShare value is cached in updatePricePerShare and this value can be old and not reflect the actual core.pricePerShare value. The same issue exists on the sidechain variant when oracle price updates happen infrequently. This leads to potentially big...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2021/08/11 12:0 a.m.5 views

Users could shift tokens on Staker with more than he has staked

Handle shw Vulnerability details Impact The shiftTokens function of Staker checks whether the user has staked at least the number of tokens he wants to shift from one side to the other line 885. A user could call the shiftTokens function multiple times before the next price update to shift the...

6.9AI score
Exploits0
Rows per page
Query Builder