Lucene search
+L

14362 matches found

Github Security Blog
Github Security Blog
added 2024/01/11 3:20 p.m.108 views

Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter

The xmlattr filter in affected versions of Jinja accepts keys containing spaces. XML/HTML attributes cannot contain spaces, as each would then be interpreted as a separate attribute. If an application accepts keys as opposed to only values as user input, and renders these in pages that other user...

6.1CVSS6.9AI score0.00892EPSS
SaveExploits1References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/01/11 11:04 a.m.60 views

CVE-2024-22195

A cross-site scripting XSS flaw was found in Jinja2 due to the xmlattr filter allowing keys with spaces, contrary to XML/HTML attribute standards. If an application accepts user-input keys and renders them for other users, attackers can inject additional attributes, potentially leading to XSS. Th...

5.4CVSS6.5AI score0.00892EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2024/01/11 8:32 a.m.9 views

CVE-2023-6988 Colibri Page Builder <= 1.0.239 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode

The Colibri Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's extendbuilderrenderjs shortcode in all versions up to, and including, 1.0.239 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible...

6.4CVSS6.8AI score0.0037EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/01/11 8:32 a.m.6 views

CVE-2023-6781 Orbit Fox Companion <= 2.10.26 - Authenticated (Contributor+) Stored Cross-Site Scripting via custom fields

The Orbit Fox by ThemeIsle plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's custom fields in all versions up to, and including, 2.10.26 due to insufficient input sanitization and output escaping on user supplied values. This makes it possible for authenticated...

6.4CVSS6.9AI score0.00403EPSS
SaveExploits0References4
CNVD
CNVD
added 2024/01/11 12:00 a.m.13 views

Kashipara Food Management System Cross-Site Scripting Vulnerability

Kashipara Food Management System is a food management system from Kashipara. A cross-site scripting vulnerability exists in version 1.0 of the Kashipara Food Management System, which stems from a lack of effective filtering and escaping of user-supplied data in the parameter tin of the...

6.1CVSS6.3AI score0.00873EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2024/01/10 3:06 p.m.80 views

CVE-2024-21312

A vulnerability was found in .NET due to insufficient validation of user-supplied input in the .NET Framework. This flaw allows a remote attacker to pass specially crafted input to the application and perform a denial of service DoS attack...

7.5CVSS7.4AI score0.03578EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/01/09 1:19 a.m.6 views

CVE-2024-21738 Cross-Site Scripting (XSS) vulnerability in SAP NetWeaver ABAP Application Server and ABAP Platform

SAP NetWeaver ABAP Application Server and ABAP Platform do not sufficiently encode user-controlled inputs, resulting in Cross-Site Scripting XSS vulnerability. An attacker with low privileges can cause limited impact to confidentiality of the application data after successful exploitation...

4.1CVSS5.3AI score0.00298EPSS
SaveExploits0References2
Hacker One
Hacker One
added 2024/01/08 5:10 p.m.13 views

Mars: RXSS in ███ via S parameter

A Reflected Cross-Site Scripting RXSS vulnerability was identified in the search functionality of the application. The vulnerability was triggered when a user manipulated the search parameter 's'. User input was not properly sanitized before being reflected back to users...

6.4AI score
SaveExploits0
Prion
Prion
added 2024/01/08 9:15 a.m.26 views

Code injection

The "upsell" widget at the portal page could be abused to inject arbitrary script code. Attackers that manage to lure users to a compromised account, or gain temporary access to a legitimate account, could inject script code to gain persistent code execution capabilities under a trusted domain...

5.8CVSS7.8AI score0.00642EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/08 8:51 a.m.13 views

CVE-2023-29049

The "upsell" widget at the portal page could be abused to inject arbitrary script code. Attackers that manage to lure users to a compromised account, or gain temporary access to a legitimate account, could inject script code to gain persistent code execution capabilities under a trusted domain...

5.4CVSS6.7AI score0.00642EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2024/01/08 12:00 a.m.24 views

Withdraw amount returned by getLiquidityAmountsAndPositions may be incorrect

Lines of code Vulnerability details Impact The getLiquidityAmountsAndPositions function in the liquiditylockbox contract is used to calculate the liquidity amounts and positions to be withdrawn for a given total withdrawal amount. It iterates through each deposited position following a FIFO order...

6.6AI score
SaveExploits0
NVD
NVD
added 2024/01/04 4:15 a.m.35 views

CVE-2023-6738

The Page Builder: Pagelayer – Drag and Drop website builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pagelayerheadercode', 'pagelayerbodyopencode', and 'pagelayerfootercode' meta fields in all versions up to, and including, 1.7.8 due to insufficient input...

5.4CVSS5.1AI score0.00423EPSS
SaveExploits0References3
OSV
OSV
added 2024/01/03 9:44 p.m.33 views

GHSA-R6R4-5PR8-GJCP Vapor contains an integer overflow in URI leading to potential host spoofing

Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact applications relying on the URI type for validating user input. The URI ty...

6.5CVSS6.4AI score0.00601EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/01/03 9:44 p.m.47 views

Vapor contains an integer overflow in URI leading to potential host spoofing

Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact applications relying on the URI type for validating user input. The URI ty...

6.5CVSS7.2AI score0.00601EPSS
SaveExploits0References4Affected Software1
Prion
Prion
added 2024/01/03 5:15 p.m.30 views

Integer overflow

Vapor is an HTTP web framework for Swift. Prior to version 4.90.0, Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact...

4CVSS7.2AI score0.00601EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/03 4:55 p.m.24 views

CVE-2024-21631 Integer overflow in URI leading to potential host spoofing

Vapor is an HTTP web framework for Swift. Prior to version 4.90.0, Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact...

6.5CVSS6.9AI score0.00601EPSS
SaveExploits0References2
CVE
CVE
added 2024/01/03 4:55 p.m.87 views

CVE-2024-21631

CVE-2024-21631 : Vapor’s vapor_urlparser_parse uses 16‑bit indices when parsing URI components, which may overflow for untrusted inputs and enable host spoofing in affected apps that use Vapor’s URI type. This affects versions prior to 4.90.0; 4.90.0 contains a patch. Workarounds include validati...

6.5CVSS6.5AI score0.00601EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/01/03 2:15 a.m.24 views

CVE-2023-41783

There is a command injection vulnerability of ZTE's ZXCLOUD iRAI. Due to the program failed to adequately validate the user's input, an attacker could exploit this vulnerability to escalate local privileges...

7.8CVSS5.7AI score0.00611EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/01/03 2:02 a.m.36 views

CVE-2023-41783 Command Injection Vulnerability of ZTE's ZXCLOUD iRAI

There is a command injection vulnerability of ZTE's ZXCLOUD iRAI. Due to the program failed to adequately validate the user's input, an attacker could exploit this vulnerability to escalate local privileges...

4.3CVSS8AI score0.00611EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/01/03 1:52 a.m.39 views

CVE-2023-41780 Unsafe DLL Loading Vulnerability in ZTE ZXCLOUD iRAI

There is an unsafe DLL loading vulnerability in ZTE ZXCLOUD iRAI. Due to the program failed to adequately validate the user's input, an attacker could exploit this vulnerability to escalate local privileges...

6.4CVSS7.8AI score0.00221EPSS
SaveExploits0References1
Rows per page
Query Builder