Lucene search
+L

5324 matches found

Huntr
Huntr
•added 2021/08/31 3:03 p.m.•11 views

in pimcore/pimcore

✍️ Description It is possible to enumerate usernames via the forgot password functionality 🕵️‍♂️ Proof of Concept When entering an username that is not registered in the application the response reads "User unknown". The following curl command demonstrates this: curl -i -s -k -X $'POST' \ -H...

1.1AI score
SaveExploits0
CVE
CVE
•added 2021/08/30 3:55 p.m.•101 views

CVE-2021-27911

CVE-2021-27911 affects Mautic before versions 3.3.4/4.0.0. An inline JavaScript XSS can be triggered on the contacts view when viewing a contact’s details page, opening the action dropdown, and hovering over the Campaigns button, with first/last names sourced from various inputs (UI, API, syncing...

8.3CVSS6.3AI score0.00642EPSS
SaveExploits0References1Affected Software1
Openbugbounty
Openbugbounty
•added 2021/08/30 9:48 a.m.•26 views

webkake.kirjastot.fi Cross Site Scripting vulnerability OBB-2129487

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website operator about its existence...

SaveExploits0
Huntr
Huntr
•added 2021/08/25 12:54 p.m.•59 views

Sensitive Cookie Without 'HttpOnly' Flag in froxlor/froxlor

✍️ Description HTTPOnly attribute is not set for session cookies in the application. 🕵️‍♂️ Proof of Concept 💥 Impact When a cookie doesn’t have an HttpOnly flag, it can be accessed through JavaScript, which means that an XSS could lead to cookies being stolen. These include session cookies that can...

0.6AI score
SaveExploits0References1
AlpineLinux
AlpineLinux
•added 2021/08/24 2:50 p.m.•47 views

CVE-2021-3712

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS8.2AI score0.50445EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2021/08/24 2:50 p.m.•79 views

CVE-2021-3711

In order to decrypt SM2 encrypted data an application is expected to call the API function EVPPKEYdecrypt. Typically an application will call this function twice. The first time, on entry, the "out" parameter can be NULL and, on exit, the "outlen" parameter is populated with the buffer size...

9.8CVSS8.3AI score0.87816EPSS
SaveExploits1
RedHat Linux
RedHat Linux
•added 2021/08/24 12:50 p.m.•13 views

python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS

A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack XSS when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data...

6.1CVSS7.2AI score0.04035EPSS
SaveExploits1References4
OpenSSL
OpenSSL
•added 2021/08/24 12:00 a.m.•490 views

SM2 Decryption Buffer Overflow

In order to decrypt SM2 encrypted data an application is expected to call the API function EVPPKEYdecrypt. Typically an application will call this function twice. The first time, on entry, the “out” parameter can be NULL and, on exit, the “outlen” parameter is populated with the buffer size...

9.8CVSS6.8AI score0.87816EPSS
SaveExploits1Affected Software1
CNNVD
CNNVD
•added 2021/08/24 12:00 a.m.•16 views

F5 BIG-IP 输入验证错误漏洞

F5 BIG-IP is an application delivery platform from F5 that integrates network traffic orchestration, load balancing, intelligent DNS, remote access policy management, etc. A denial of service vulnerability exists in the F5 BIG-IP Advanced WAF and ASM WebSocket, which originates from the BIG-IP...

7.5CVSS5.8AI score0.00933EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2021/08/24 12:00 a.m.•77 views

CVE-2021-3711

In order to decrypt SM2 encrypted data an application is expected to call the API function EVPPKEYdecrypt. Typically an application will call this function twice. The first time, on entry, the "out" parameter can be NULL and, on exit, the "outlen" parameter is populated with the buffer size...

9.8CVSS7.1AI score0.87816EPSS
SaveExploits1References3
CNNVD
CNNVD
•added 2021/08/24 12:00 a.m.•14 views

F5 BIG-IP 操作系统命令注入漏洞

F5 BIG-IP is an application delivery platform from F5 that integrates network traffic orchestration, load balancing, intelligent DNS, remote access policy management, etc. An unspecified vulnerability exists in the F5 BIG-IP Advanced WAF and ASM TMUI, which, when cracked, allows an authenticated...

9.9CVSS6.1AI score0.02072EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2021/08/24 12:00 a.m.•28 views

F5 BIG-IP 资源管理错误漏洞

F5 BIG-IP is an application delivery platform from F5 that integrates network traffic orchestration, load balancing, intelligent DNS, remote access policy management, etc. The F5 BIG-IP Advanced WAF and ASM MySQL database denial of service vulnerability is associated with a policy on Virtul Serve...

5.3CVSS5.6AI score0.00919EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2021/08/24 12:00 a.m.•15 views

F5 BIG-IP 跨站请求伪造漏洞

F5 BIG-IP is an application delivery platform from F5 that integrates network traffic orchestration, load balancing, intelligent DNS, remote access policy management, etc. A CSRF vulnerability exists in F5 BIG-IP iControl SOAP, which could be exploited by an attacker to potentially trick...

8.8CVSS5.7AI score0.00481EPSS
SaveExploits0References4
Huntr
Huntr
•added 2021/08/23 8:37 a.m.•14 views

Cross-Site Request Forgery (CSRF) in erikdubbelboer/phpredisadmin

✍️ Description The Import functionality in the application is vulnerable to CSRF attacks. 🕵️‍♂️ Proof of Concept history.pushState'', '', '/' 💥 Impact This vulnerability can let an attacker import data to the database without the knowledge/interaction of the user...

3AI score
SaveExploits0References1
zdt
zdt
•added 2021/08/18 12:00 a.m.•131 views

COVID19 Testing Management System 1.0 - Multiple SQL Injections Vulnerabilities

Exploit Title: COVID19 Testing Management System 1.0 - 'Multiple' SQL Injections Exploit Author: Halit AKAYDIN hLtAkydn Vendor Homepage: https://phpgurukul.com Software Link: https://phpgurukul.com/covid19-testing-management-system-using-php-and-mysql/ Version: V1 Category: Webapps Tested on:...

0.4AI score
SaveExploits0
Hacker One
Hacker One
•added 2021/08/17 8:44 p.m.•13 views

U.S. Dept Of Defense: Reflected XSS [███]

Reflected cross-site scripting XSS arises when an application receives data in an HTTP request and includes that data within the immediate response in an unsafe way. An attacker can execute JavaScript arbitrary code on the victim's session. Steps To Reproduce Go to this URL:...

1.4AI score
SaveExploits0
CVE
CVE
•added 2021/08/16 12:00 a.m.•481 views

CVE-2021-22931

CVE-2021-22931 concerns Node.js DNS hostname handling. Public docs indicate vulnerability due to missing input validation of host names returned by DNS, which can cause domain hijacking and enable injection in applications using the DNS library. Affected software includes Node.js releases prior t...

9.8CVSS9.9AI score0.21952EPSS
SaveExploits1References9Affected Software1
CVE
CVE
•added 2021/08/15 5:32 p.m.•103 views

CVE-2021-38699

CVE-2021-38699 affects TastyIgniter 3.0.7 (Laravel PHP) . The vulnerability is a cross-site scripting (XSS) flaw exploitable via multiple endpoints: /account, /reservation, /admin/dashboard, /admin/system_logs . Root cause: lack of input validation/escaping of user-submitted data in those directo...

5.4CVSS5.1AI score0.07977EPSS
SaveExploits5References6Affected Software1
Packet Storm
Packet Storm
•added 2021/08/10 12:00 a.m.•595 views

Cockpit CMS 0.11.1 NoSQL Injection

Exploit Title: Cockpit CMS 0.11.1 - 'Username Enumeration & Password Reset' NoSQL Injection Date: 06-08-2021 Exploit Author: Brian Ombongi Vendor Homepage: https://getcockpit.com/ Version: Cockpit 0.11.1 Tested on: Ubuntu 16.04.7 CVE : CVE-2020-35847 & CVE-2020-35848 !/usr/bin/python3 import json...

9.8CVSS9.6AI score0.98165EPSS
SaveExploits13
wpexploit
wpexploit
•added 2021/08/09 12:00 a.m.•803 views

Keywords & Meta <= 3.0 - CSRF to Stored Cross-Site Scripting (XSS)

The plugin does not sanitise of escape its settings before outputting them back in the page after they are saved, allowing for Cross-Site Scripting issues. Furthermore, it is also lacking any CSRF check, allowing attacker to make a logged in high privilege user save arbitrary setting via a CSRF...

5.4CVSS0.4AI score0.00319EPSS
SaveExploits2
Rows per page
Query Builder