Lucene search
+L

3694 matches found

Cvelist
Cvelist
added 2023/04/11 2:48 a.m.34 views

CVE-2023-27499 Cross-Site Scripting (XSS) vulnerability in SAP GUI for HTML

SAP GUI for HTML - versions KERNEL 7.22, 7.53, 7.54, 7.77, 7.81, 7.85, 7.89, 7.91, KRNL64UC, 7.22, 7.22EXT, KRNL64UC 7.22, 7.22EXT does not sufficiently encode user-controlled inputs, resulting in a reflected Cross-Site Scripting XSS vulnerability. An attacker could craft a malicious URL and lure...

6.1CVSS6.1AI score0.00445EPSS
SaveExploits0References2
Veracode
Veracode
added 2023/04/07 7:45 a.m.25 views

Cross-Site Scripting (XSS)

phpmyfaq is vulnerable to Cross-Site Scripting XSS. The library does not properly escape the user inputs through $editData parameter in configuration.php, before it output to the front end, allowing an attacker to inject and execute malicious javascript on victim's browser...

5.4CVSS5.4AI score0.00615EPSS
SaveExploits1References3Affected Software2
OSV
OSV
added 2023/04/05 10:22 a.m.10 views

USN-5999-1 node-trim-newlines vulnerability

It was discovered that trim-newlines incorrectly handled certain inputs. If a user or an automated system were tricked into opening a specially crafted input file, a remote attacker could possibly use this issue to cause a denial of service. CVE-2021-33623...

7.5CVSS7.2AI score0.02901EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2023/04/04 12:0 a.m.10 views

Google Chrome 输入验证错误漏洞

Google Chrome is a web browser from Google, Inc. A security vulnerability exists in Google Chrome Safe Browsing, which stems from the presence of insufficient validation of untrusted inputs...

6.5CVSS7.5AI score0.00889EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2023/04/04 12:0 a.m.3 views

Google Golang 安全漏洞

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

7.5CVSS6.8AI score0.01479EPSS
SaveExploits0References24
OSV
OSV
added 2023/04/03 3:15 p.m.8 views

CVE-2023-1377

The Solidres WordPress plugin through 0.9.4 does not sanitise and escape numerous parameter before outputting them back in pages, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin...

6.1CVSS6.8AI score0.00458EPSS
SaveExploits2References1
ATTACKERKB
ATTACKERKB
added 2023/04/03 12:0 a.m.19 views

CVE-2022-43769

Hitachi Vantara Pentaho Business Analytics Server prior to versions 9.4.0.1 and 9.3.0.2, including 8.3.x allow certain web services to set property values which contain Spring templates that are interpreted downstream. Recent assessments: gwillcox-r7 at May 10, 2023 5:31pm UTC reported: This is a...

9.8CVSS8.6AI score0.9767EPSS
SaveIn wildExploits7References3
RedHat Linux
RedHat Linux
added 2023/03/30 1:6 p.m.9 views

nodejs-minimatch: ReDoS via the braceExpand function

A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service ReDoS when calling the braceExpand function with specific arguments, resulting in a Denial of Service...

7.5CVSS7.1AI score0.01816EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/28 9:15 p.m.8 views

CVE-2023-28648

Osprey Pump Controller version 1.01 inputs passed to a GET parameter are not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML/JS code in a user's browser session in context of an affected site...

6.1CVSS6AI score0.00835EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2023/03/28 8:6 p.m.10 views

CVE-2023-28648 CVE-2023-28648

Osprey Pump Controller version 1.01 inputs passed to a GET parameter are not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML/JS code in a user's browser session in context of an affected site...

7.5CVSS7.7AI score0.00835EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2023/03/28 12:0 a.m.10 views

Apache Fineract SQL注入漏洞

Apache Fineract is an open source digital financial services platform from the Apache Foundation. The platform can provide users with data management, loan and savings portfolio management and real-time financial data and other features. Apache Fineract versions 1.4 to 1.8.3 have a SQL injection...

6.3CVSS7.8AI score0.01055EPSS
SaveExploits0References2
OSV
OSV
added 2023/03/27 10:15 p.m.7 views

CVE-2023-26549

The SystemUI module has a vulnerability of repeated app restart due to improper parameters. Successful exploitation of this vulnerability may affect confidentiality...

7.5CVSS7.1AI score0.00422EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2023/03/27 9:15 p.m.39 views

CVE-2023-22608

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.9AI score
SaveExploits0References2
OSV
OSV
added 2023/03/25 12:15 a.m.7 views

AZL-31198 CVE-2023-25667 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, integer overflow occurs when 2^31 = numframes height width channels 2^32, for example Full HD screencast of at least 346 frames. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.7AI score0.00305EPSS
SaveExploits0References1
OSV
OSV
added 2023/03/24 9:57 p.m.3 views

GHSA-558H-MQ8X-7Q9G TensorFlow has Null Pointer Error in SparseSparseMaximum

Impact When SparseSparseMaximum is given invalid sparse tensors as inputs, it can give an NPE. python import tensorflow as tf tf.rawops.SparseSparseMaximum aindices=1, avalues = 0.1 , ashape = 2, bindices=, bvalues =2 , bshape = 2, Patches We have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00439EPSS
SaveExploits1References4
OSV
OSV
added 2023/03/24 5:55 a.m.4 views

MGASA-2023-0114 Updated libmicrohttpd packages fix security vulnerability

In the MHDPostProcessor, malformed inputs can be used to crash the server for denial-of-service...

7.1AI score
SaveExploits0References3
Rapid7 Blog
Rapid7 Blog
added 2023/03/21 6:54 p.m.76 views

CVE-2023-0391: MGT-COMMERCE CloudPanel Shared Certificate Vulnerability and Weak Installation Procedures

While using the popular self-hosted web administration solution, CloudPanel from MGT-COMMERCE, Rapid7 researcher Tod Beardsley discovered three security concerns. The first, an issue involving the trustworthiness of the installation script provided by the vendor, was an instance of CWE-494:...

7.8AI score0.00599EPSS
SaveExploits1
Code423n4
Code423n4
added 2023/03/15 12:0 a.m.15 views

Unvalidated input in setManagerRight function

Lines of code Vulnerability details Impact The setManagerRight function takes managedRight and managerRight as inputs without validating them This could potentially lead to unexpected results if the input values are not what the function expects. Tools Used Recommended Mitigation Steps Provide...

6.9AI score
SaveExploits0
NVD
NVD
added 2023/03/14 5:15 a.m.18 views

CVE-2023-26457

SAP Content Server - version 7.53, does not sufficiently encode user-controlled inputs, resulting in Cross-Site Scripting XSS vulnerability. After successful exploitation, an attacker can read and modify some sensitive information but cannot delete the data...

6.1CVSS6AI score0.00418EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/03/14 4:53 a.m.30 views

CVE-2023-26457 Cross-Site Scripting (XSS) vulnerability in SAP Content Server

SAP Content Server - version 7.53, does not sufficiently encode user-controlled inputs, resulting in Cross-Site Scripting XSS vulnerability. After successful exploitation, an attacker can read and modify some sensitive information but cannot delete the data...

6.1CVSS6.2AI score0.00418EPSS
SaveExploits0References2
Rows per page
Query Builder