Lucene search
K

289 matches found

Vulnrichment
Vulnrichment
added 2024/04/15 2:4 p.m.12 views

CVE-2024-3782 Cross-Site Request Forgery (CSRF) vulnerability in WBSAirback

Cross-Site Request Forgery vulnerability in WBSAirback 21.02.04, which could allow an attacker to create a manipulated HTML form to perform privileged actions once it is executed by a privileged user...

8.8CVSS6.7AI score0.00159EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/04/15 2:4 p.m.10 views

CVE-2024-3782 Cross-Site Request Forgery (CSRF) vulnerability in WBSAirback

Cross-Site Request Forgery vulnerability in WBSAirback 21.02.04, which could allow an attacker to create a manipulated HTML form to perform privileged actions once it is executed by a privileged user...

8.8CVSS8.7AI score0.00159EPSS
Exploits0References1
wpexploit
wpexploit
added 2024/03/25 12:0 a.m.139 views

Advance Search <= 1.1.6 - Shortcode Deletion via CSRF

Description The plugin does not have CSRF checks in some places, which could allow attackers to make logged in users perform unwanted actions via CSRF attacks Make a logged in admin open the following HTML replace FORMID with a valid ID: The security field isn't validated and the shortcode is...

6.8AI score0.00279EPSS
Exploits2
wpexploit
wpexploit
added 2024/03/18 12:0 a.m.146 views

WPB Show Core < 2.7 - Reflected XSS

Description The plugin does not sanitise and escape the parameters before outputting it back in the response of an unauthenticated request, leading to a Reflected Cross-Site Scripting Open an HTML file containing the following: alert/XSS/' / var form1 = document.getElementById'hack'; form1.submit...

6.7AI score0.00733EPSS
Exploits2
Fedora
Fedora
added 2024/03/07 10:33 p.m.23 views

[SECURITY] Fedora 40 Update: jericho-html-3.3-30.fc40

Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognized or invalid HTML. It also provides high-level HTML form manipulation functions. It is an open source library released under...

8.8CVSS6.7AI score0.45835EPSS
Exploits3
OSV
OSV
added 2024/03/06 10:54 a.m.13 views

BIT-JUPYTERLAB-2021-32797 JupyterLab: XSS due to lack of sanitization of the action attribute of an html <form>

JupyterLab is a user interface for Project Jupyter which will eventually replace the classic Jupyter Notebook. In affected versions untrusted notebook can execute code on load. In particular JupyterLab doesn’t sanitize the action attribute of html . Using this it is possible to trigger the form...

9.6CVSS9.4AI score0.0087EPSS
Exploits1References3
wpexploit
wpexploit
added 2024/01/23 12:0 a.m.144 views

aBitGone CommentSafe <= 1.0.0 - Settings Update to Stored XSS via CSRF

Description The plugin does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged in admin add Stored XSS payloads via a CSRF attack. Make an admin open an HTML file containing the following: '...

9AI score0.00117EPSS
Exploits2References1
wpexploit
wpexploit
added 2024/01/09 12:0 a.m.116 views

Community by PeepSo < 6.3.1.2 - User Post Creation via CSRF

Description The plugin does not have CSRF check when creating a user post visible on their wall in their profile page, which could allow attackers to make logged in users perform such action via a CSRF attack 1. Log in as a normal user. 2. Save the content below as an HTML file...

4.3CVSS6.8AI score0.00162EPSS
Exploits2
wpexploit
wpexploit
added 2024/01/03 12:0 a.m.170 views

WordPress Users <= 1.4 - Settings Update via CSRF

Description The plugin does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack. Create an HTML with the following and open it when logged in as an Editor or above: document.forms0.submit;...

8.8CVSS9.4AI score0.00096EPSS
Exploits2References1
Veracode
Veracode
added 2023/12/19 7:5 a.m.11 views

Cross Site Scripting (XSS)

resque is vulnerable to Reflected Cross Site Scripting XSS. The vulnerability is due to not sanitizing and escaping the currentqueue portion of the path action tag in HTML form on the /queues endpoint of the resque-web component. This can lead to Reflected XSS when the view related to the /queues...

6.3CVSS5.5AI score0.00657EPSS
Exploits0References4Affected Software1
Packet Storm
Packet Storm
added 2023/09/20 12:0 a.m.356 views

Lamano CMS 2.0 Cross Site Request Forgery

==================================================================================================================================== | Title : Lamano CMS v2.0 CSRF Vulnerability | | Author : indoushka | | Tested on : windows 10 Français V.Pro / browser : Mozilla firefox 69.032-bit | | Vendor :...

7.1AI score
Exploits0
wpexploit
wpexploit
added 2023/08/07 12:0 a.m.103 views

POEditor < 0.9.8 - Settings Reset via CSRF

Description The plugin does not have CSRF checks in various places, which could allow attackers to make logged in admins perform unwanted actions, such as reset the plugin's settings and update its API key via CSRF attacks. document.forms0.submit;...

4.3CVSS7.3AI score0.00083EPSS
Exploits2References1
Veracode
Veracode
added 2023/07/11 3:25 a.m.20 views

Arbitrary File Read

MechanicalSoup is vulnerable to Arbitrary File Read. The vulnerability is due to improper file path sanitization which allows an attacker to read arbitrary files on the web server using the tag inside an HTML form...

7.5CVSS6.8AI score0.02902EPSS
Exploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/07/05 9:35 p.m.40 views

MechanicalSoup vulnerable to malicious web server reading arbitrary files on client using file input inside HTML form

Summary A malicious web server can read arbitrary files on the client using a inside HTML form. Details This affects the extremely common pattern of form submission: python b = mechanicalsoup.StatefulBrowser b.selectform... b.submitselected The problem is with the code in...

7.5CVSS6.6AI score0.02902EPSS
Exploits1References6Affected Software1
OSV
OSV
added 2023/07/05 9:35 p.m.38 views

GHSA-X456-3CCM-M6J4 MechanicalSoup vulnerable to malicious web server reading arbitrary files on client using file input inside HTML form

Summary A malicious web server can read arbitrary files on the client using a inside HTML form. Details This affects the extremely common pattern of form submission: python b = mechanicalsoup.StatefulBrowser b.selectform... b.submitselected The problem is with the code in...

8.7CVSS6.4AI score0.02902EPSS
Exploits1References6
NVD
NVD
added 2023/07/05 8:15 p.m.8 views

CVE-2023-34457

MechanicalSoup is a Python library for automating interaction with websites. Starting in version 0.2.0 and prior to version 1.3.0, a malicious web server can read arbitrary files on the client using a inside HTML form. All users of MechanicalSoup's form submission are affected, unless they took...

7.5CVSS6.5AI score0.02902EPSS
Exploits1References4
OSV
OSV
added 2023/07/05 8:15 p.m.11 views

PYSEC-2023-108

MechanicalSoup is a Python library for automating interaction with websites. Starting in version 0.2.0 and prior to version 1.3.0, a malicious web server can read arbitrary files on the client using a inside HTML form. All users of MechanicalSoup's form submission are affected, unless they took...

7.5CVSS6.7AI score0.02902EPSS
Exploits1References3
UbuntuCve
UbuntuCve
added 2023/07/05 8:15 p.m.15 views

CVE-2023-34457

MechanicalSoup is a Python library for automating interaction with websites. Starting in version 0.2.0 and prior to version 1.3.0, a malicious web server can read arbitrary files on the client using a inside HTML form. All users of MechanicalSoup's form submission are affected, unless they took...

7.5CVSS7.2AI score0.02902EPSS
Exploits1References4
Cvelist
Cvelist
added 2023/07/05 7:25 p.m.14 views

CVE-2023-34457 MechanicalSoup vulnerable to malicious web server reading arbitrary files on client using file input inside HTML form

MechanicalSoup is a Python library for automating interaction with websites. Starting in version 0.2.0 and prior to version 1.3.0, a malicious web server can read arbitrary files on the client using a inside HTML form. All users of MechanicalSoup's form submission are affected, unless they took...

5.9CVSS7.6AI score0.02902EPSS
Exploits1References4
OSV
OSV
added 2023/07/05 7:25 p.m.12 views

CVE-2023-34457 MechanicalSoup vulnerable to malicious web server reading arbitrary files on client using file input inside HTML form

MechanicalSoup is a Python library for automating interaction with websites. Starting in version 0.2.0 and prior to version 1.3.0, a malicious web server can read arbitrary files on the client using a inside HTML form. All users of MechanicalSoup's form submission are affected, unless they took...

5.9CVSS7.4AI score0.02902EPSS
Exploits1References6
Rows per page
Query Builder