Lucene search
+L

960 matches found

CNVD
CNVD
added 2022/03/31 12:0 a.m.58 views

ClassApps SelectSurvey.NET SQL Injection Vulnerability

Net is a survey software from ClassApps, Inc. built using Microsoft's cutting-edge . A SQL injection vulnerability exists in the ID parameter of the UploadedImageDisplay.aspx endpoint, which can be exploited by an unauthenticated attacker to retrieve data from the application's back-end database...

7.5CVSS10AI score0.02138EPSS
SaveExploits1Affected Software1
NVD
NVD
added 2022/03/29 4:15 p.m.30 views

CVE-2021-43701

CSZ CMS 1.2.9 has a Time and Boolean-based Blind SQL Injection vulnerability in the endpoint /admin/export/getcsv/articledb, via the fieldS and orderby parameters...

6.5CVSS0.03345EPSS
SaveExploits4References3
Prion
Prion
added 2022/03/29 4:15 p.m.17 views

Sql injection

CSZ CMS 1.2.9 has a Time and Boolean-based Blind SQL Injection vulnerability in the endpoint /admin/export/getcsv/articledb, via the fieldS and orderby parameters...

4CVSS6.9AI score0.03345EPSS
SaveExploits4References3Affected Software1
zdt
zdt
added 2022/03/29 12:0 a.m.226 views

Covid-19 Directory On Vaccination System 1.0 SQL Injection Vulnerability

Title: Covid-19 Directory on Vaccination System 1.0 Blind boolean SQLi To Rce Author: Hejap Zairy Vendor: https://www.sourcecodester.com/php/15244/design-and-implementation-covid-19-directory-vacination.html Software:...

0.5AI score
SaveExploits0
Packet Storm
Packet Storm
added 2022/03/29 12:0 a.m.201 views

Fingerprint Attendance 1.0 SQL Injection

Title: Fingerprint Attendance 1.0 Blind boolean SQLi To Rce Author: Hejap Zairy Date: 28.07.2022 Vendor: https://www.vetbossel.in/fingerprint-attendance-project-php/ Software: https://app.box.com/s/xlyqalhvayq8oi25tqykcbouzrrjytqy Reference: https://github.com/Matrix07ksa Tested on: Windows, MySQ...

0.2AI score
SaveExploits0
zdt
zdt
added 2022/02/21 12:0 a.m.182 views

Auto Spare Parts Management 1.0 SQL Injection Vulnerability

Title: Auto-Spare-Parts-Management v1.0 remote SQL-Injections Author: nu11secur1ty Vendor: https://github.com/pavanpatil45 Software: https://github.com/pavanpatil45/Auto-Spare-Parts-Management Description: The Referer HTTP header on Auto-Spare-Parts-Management v1.0 system appears to be vulnerable...

0.9AI score
SaveExploits0
OSV
OSV
added 2022/01/28 7:15 p.m.8 views

CVE-2021-41609

SQL injection in the ID parameter of the UploadedImageDisplay.aspx endpoint of SelectSurvey.NET before 5.052.000 allows a remote, unauthenticated attacker to retrieve data from the application's backend database via boolean-based blind and UNION injection...

9.8CVSS5.9AI score0.02138EPSS
SaveExploits1References2
NVD
NVD
added 2022/01/28 7:15 p.m.22 views

CVE-2021-41609

SQL injection in the ID parameter of the UploadedImageDisplay.aspx endpoint of SelectSurvey.NET before 5.052.000 allows a remote, unauthenticated attacker to retrieve data from the application's backend database via boolean-based blind and UNION injection...

9.8CVSS0.02138EPSS
SaveExploits1References2
Prion
Prion
added 2022/01/28 7:15 p.m.22 views

Sql injection

SQL injection in the ID parameter of the UploadedImageDisplay.aspx endpoint of SelectSurvey.NET before 5.052.000 allows a remote, unauthenticated attacker to retrieve data from the application's backend database via boolean-based blind and UNION injection...

7.5CVSS9.9AI score0.02138EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/01/28 6:2 p.m.33 views

CVE-2021-41609

SQL injection in the ID parameter of the UploadedImageDisplay.aspx endpoint of SelectSurvey.NET before 5.052.000 allows a remote, unauthenticated attacker to retrieve data from the application's backend database via boolean-based blind and UNION injection...

10AI score0.02138EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2022/01/28 12:0 a.m.8 views

ClassApps SelectSurvey.NET SQL注入漏洞

Net is a survey software from ClassApps, Inc. built using Microsoft's cutting-edge . A SQL injection vulnerability exists in the ID parameter of the UploadedImageDisplay.aspx endpoint, which can be exploited by an unauthenticated attacker to retrieve data from the application's back-end database...

9.8CVSS5.9AI score0.02138EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2022/01/27 12:0 a.m.11 views

ERC20 return values not checked

Handle cmichel Vulnerability details The ERC20.transfer and ERC20.transferFrom functions return a boolean value indicating success. This parameter needs to be checked for success. Some tokens do not revert if the transfer failed but return false instead. Tokens that don't actually perform the...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/01/25 1:15 a.m.11 views

CVE-2021-44993

There is an Assertion ''ecmaisvalueboolean basevalue'' failed at /jerry-core/ecma/operations/ecma-get-put-value.c in Jerryscript 3.0.0...

5.5CVSS6.8AI score
SaveExploits0References2
Packet Storm
Packet Storm
added 2022/01/25 12:0 a.m.260 views

Online Project Time Management System 1.0 SQL Injection

Exploit Title: Online Project Time Management System 1.0 - SQLi Authenticated Date: 19/01/2022 Exploit Author: Felipe Alcantara Filiplain Vendor Homepage: https://www.sourcecodester.com/ Software Link:...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2022/01/25 12:0 a.m.346 views

Online Project Time Management System 1.0 - SQLi (Authenticated)

Exploit Title: Online Project Time Management System 1.0 - SQLi Authenticated Date: 19/01/2022 Exploit Author: Felipe Alcantara Filiplain Vendor Homepage: https://www.sourcecodester.com/ Software Link:...

5.3AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/22 12:0 a.m.11 views

Unsafe transfer in XTokenUpgradeable

Handle 0x1f8b Vulnerability details Impact Unsafe transfer was done. Proof of Concept In the method XTokenUpgradeable.burnXTokens it's made a transfer without checking the boolean result, ERC20 standard specify that the token can return false if the transfer was not made, so it's mandatory to che...

6.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2021/11/25 12:0 a.m.518 views

Gerdab.ir SQL Injection

This site belongs to the Revolutionary Guards Intelligence Organization of the Islamic Republic of Iran IRGC, which has a security problem with the SQL INJECTION Vulnerability "CWE-89". We have repeatedly reported to this site that it has a security problem and has ignored our report. We want to...

7.1AI score
SaveExploits0
zdt
zdt
added 2021/11/22 12:0 a.m.408 views

PuneethReddyHC Online Shopping System Advanced 1.0 SQL Injection Vulnerability

PuneethReddyHC Online Shopping System Advanced version 1.0 suffers from a remote SQL injection vulnerability. CVE-2021-41648 CVE-2021-41648 SQL Injection in online-shopping-system The online-shopping-system is vulnerable to un-authenticated error/boolean-based blind & error based SQL Injection...

7.5CVSS8.2AI score0.10169EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2021/11/20 12:0 a.m.383 views

PuneethReddyHC Online Shopping System Advanced 1.0 SQL Injection

CVE-2021-41648 CVE-2021-41648 SQL Injection in online-shopping-system The online-shopping-system is vulnerable to un-authenticated error/boolean-based blind & error based SQL Injection attacks. The proId parameter on the /action.php page does not sanitize the user input, an attacker can extract...

5CVSS7.5AI score0.10169EPSS
SaveExploits4
wpexploit
wpexploit
added 2021/11/15 12:0 a.m.145 views

SEO Booster < 3.8 - Admin+ SQL Injection

The plugin allows for authenticated SQL injection via the "fnmyajaxifieddataloaderajax" AJAX request as the $REQUEST'order'0'dir' parameter is not properly escaped leading to blind and error-based SQL injections. Install SEO Booster, then click on the "Incoming Keywords" link in the Wordpress...

7.2CVSS7.7AI score0.01497EPSS
SaveExploits2References1
Rows per page
Query Builder