Lucene search
+L

335 matches found

Code423n4
Code423n4
added 2021/12/01 12:0 a.m.13 views

_calculateMaltRequiredForExit makes wrong calculations

Handle 0x0x0x Vulnerability details Proof of concept calculateMaltRequiredForExit calculates the quantity of malts returned. uint256 maltQuantity = userMaltPurchased.mulamount.divuserCommitment; uint256 fullReturn = maltQuantity.mulcurrentPrice / pegPrice; userMaltPurchased / userCommitment...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2021/10/22 4:52 p.m.17 views

Business Logic Errors in simplcommerce/simplcommerce

Description SimplCommerce allows negative product allowing one to get products for free The fix here https://github.com/simplcommerce/SimplCommerce/issues/971 does not work because client-side controls can by bypassed by modifying the POST request Proof of Concept 1: Add one $75 and $25 item in...

0.1AI score
SaveExploits0
Patchstack
Patchstack
added 2021/09/20 12:0 a.m.14 views

WordPress Package Quantity Discount plugin <= 1.1.1 - Multiple vulnerabilities

Multiple vulnerabilities Authenticated Arbitrary WordPress Options Change, Read and Deletion / Authenticated User Enumeration / Authenticated Plugin Settings Change, Import and Export were discovered by Jerome Bruandet NinTechNet in the WordPress Package Quantity Discount plugin versions = 1.1.1...

2.8AI score
SaveExploits0References2Affected Software1
Exploit DB
Exploit DB
added 2021/03/19 12:0 a.m.326 views

Online News Portal 1.0 - 'name' SQL Injection

Exploit Title: Online News Portal 1.0 - 'name' SQL Injection Exploit Author: Richard Jones Date: 2021-03-18 Vendor Homepage: https://www.sourcecodester.com/php/14741/online-news-portal-using-phpmysqli-free-download-source-code.html Software Link:...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2020/10/30 12:0 a.m.667 views

CSE Bookstore 1.0 - 'quantity' Persistent Cross-site Scripting

Exploit Title: CSE Bookstore 1.0 - 'quantity' Persistent Cross-site Scripting Date: 30/10/2020 Exploit Author: Vyshnav NK Vendor Homepage: https://projectworlds.in/ Software Link: https://github.com/projectworlds32/online-book-store-project-in-php/archive/master.zip Version: 1.0 Tested on: Window...

5.3AI score
SaveExploits0
CNVD
CNVD
added 2020/10/19 12:0 a.m.8 views

Grocy Cross-Site Scripting Vulnerability

Grocy is a web-based self-hosted grocery and home management solution for families by individual developers. The platform is an ERP system for families written in PHP. A cross-site scripting vulnerability exists in Grocy version 2.7.1 and prior versions. The vulnerability is related to a running...

7.3CVSS6.4AI score0.01247EPSS
SaveExploits1References1
OSV
OSV
added 2020/04/22 8:59 p.m.27 views

GHSA-W8RC-PGXQ-X2CJ Negative charge in shopping cart in Shopizer

Impact Using API or Controller based versions negative quantity is not adequately validated hence creating incorrect shopping cart and order total. Patches Adding a back-end verification to check that quantity parameter isn't negative. If so, it is set to 1. Patched in 2.11.0 Workarounds Without...

6.5CVSS6.4AI score0.00852EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2020/04/22 8:59 p.m.64 views

Negative charge in shopping cart in Shopizer

Impact Using API or Controller based versions negative quantity is not adequately validated hence creating incorrect shopping cart and order total. Patches Adding a back-end verification to check that quantity parameter isn't negative. If so, it is set to 1. Patched in 2.11.0 Workarounds Without...

6.5CVSS2.9AI score0.00852EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2020/04/16 7:15 p.m.16 views

CVE-2020-11007

In Shopizer before version 2.11.0, using API or Controller based versions negative quantity is not adequately validated hence creating incorrect shopping cart and order total. This vulnerability makes it possible to create a negative total in the shopping cart. This has been patched in version...

6.5CVSS6.4AI score
SaveExploits0References2
OSV
OSV
added 2019/03/07 11:29 p.m.6 views

UBUNTU-CVE-2018-16809

An issue was discovered in Dolibarr through 7.0.0. expensereport/card.php in the expense reports module allows SQL injection via the integer parameters qty and valueunit...

9.8CVSS7.4AI score0.02239EPSS
SaveExploits1References3
OSV
OSV
added 2018/11/04 8:29 p.m.3 views

DEBIAN-CVE-2018-18928

International Components for Unicode ICU for C/C++ 63.1 has an integer overflow in number::impl::DecimalQuantity::toScientificString in i18n/numberdecimalquantity.cpp...

9.8CVSS9.7AI score0.02918EPSS
SaveExploits0References1
Hacker One
Hacker One
added 2018/09/01 9:51 a.m.56 views

Zomato: [www.zomato.com] Tampering with Order Quantity and paying less amount then actual amount, leads to business loss

Hi, Team, Like discussed with Prateek I am dropping the report here. Summary: Like the title says using this vulnerability one could order food at negligible price or keep all delivery executives busy. Description: While fuzzing my way through the payment flow on Zomato orders I came across a...

7.2AI score
SaveExploits0
OSV
OSV
added 2018/08/24 10:29 p.m.32 views

CVE-2018-14059

Pimcore allows XSS via Users, Assets, Data Objects, Video Thumbnails, Image Thumbnails, Field-Collections, Objectbrick, Classification Store, Document Types, Predefined Properties, Predefined Asset Metadata, Quantity Value, and Static Routes functions...

5.4CVSS5.7AI score
SaveExploits0References4
Prion
Prion
added 2018/08/24 10:29 p.m.25 views

Design/Logic Flaw

Pimcore allows XSS via Users, Assets, Data Objects, Video Thumbnails, Image Thumbnails, Field-Collections, Objectbrick, Classification Store, Document Types, Predefined Properties, Predefined Asset Metadata, Quantity Value, and Static Routes functions...

3.5CVSS5.5AI score0.03121EPSS
SaveExploits5References4Affected Software1
Hacker One
Hacker One
added 2018/05/26 5:13 p.m.20 views

Reverb.com: Items bought for free due to lacks of quantity controls

Hi, The server fails to check the quantity of the items that are going to be sell. Values = 0 are accepted as 1. PoC: Go here https://sandbox.reverb.com/fr/item/139897-fender-2-strap-leather-test-2018-leather Intercept the response after clicking "Add to cart" and put "quantity: 0" F302179 Procee...

0.3AI score
SaveExploits0
CNVD
CNVD
added 2018/03/28 12:0 a.m.8 views

Textpattern CMS 'qty' SQL Injection Vulnerability

Textpattern CMS is an open source content management system CMS developed by the Textpattern team. The system supports creating, editing and publishing content. A SQL injection vulnerability exists in Textpattern CMS 4.6.2 and earlier versions. A remote attacker can use the 'qty' parameter on the...

9.8CVSS8AI score0.06356EPSS
SaveExploits5References1
CNVD
CNVD
added 2018/03/16 12:0 a.m.4 views

Logic Flaw Vulnerability in YXCMS

YXCMS is an efficient website management system built on PHP+MYSQL. A logic flaw vulnerability exists in YXCMS version 1.4.7, which can be exploited by attackers to perform unauthorized operations, such as modifying the price and quantity of products...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2018/02/04 2:25 p.m.69 views

GitLab: Using GitLab to monitor and hijack domains in mass quantity.

Vulnerability Description There is a logic flaw in how GitLab pages can set custom domains that allows an attacker to actively monitor domains and hijack them as soon as they point to 52.167.214.135. GitLab allows setting an unlimited number of domains for a single repository. First, I wrote a...

6.3AI score
SaveExploits0
Krebs on Security
Krebs on Security
added 2017/12/29 3:29 p.m.43 views

Happy 8th Birthday, KrebsOnSecurity!

Eight years ago today I set aside my Washington Post press badge and became an independent here at KrebsOnSecurity.com. What a wild ride it has been. Thank you all, Dear Readers, for sticking with me and for helping to build a terrific community. This past year KrebsOnSecurity published nearly 16...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2017/07/07 7:37 a.m.41 views

Snapchat: [spectacles.com] Bypassing quantity limit in orders

Hi Snapchat team, In the https://www.spectacles.com the quantity of orders has limited for spectacles is 6 and for accessories is 10 according to help support page. But it can easily be manipulated by editing the URL. Problem originates from limiting the quantity of the items is with just the UI...

SaveExploits0
Rows per page
Query Builder