Lucene search
+L

14353 matches found

Prion
Prion
added 2022/10/28 2:15 a.m.17 views

Authentication flaw

All versions of CEVAS prior to 1.01.46 do not sufficiently validate user-controllable input and could allow a user to bypass authentication and retrieve data with specially crafted SQL queries...

5.8CVSS6.6AI score0.0045EPSS
SaveExploits0References2Affected Software1
WPVulnDB
WPVulnDB
added 2022/10/28 12:00 a.m.48 views

Ultimate Member < 2.5.1 - Subscriber+ RCE

The plugin does not validate user input passed to calluserfunc via the populatedropdownoptions function, which could allow any authenticated users, such as subscriber to call arbitrary functions without argument ie phpinfo...

7.2CVSS4.6AI score0.02735EPSS
SaveExploits1Affected Software1
Positive Technologies
Positive Technologies
added 2022/10/28 12:00 a.m.9 views

PT-2022-10669 · Unknown · Employee Record Management System

Name of the Vulnerable Software and Affected Versions: Employee Record Management System version 1.2 Description: The issue is related to SQL Injection via the editempprofile.php file. Recommendations: For Employee Record Management System version 1.2, consider restricting access to the...

9.8CVSS9.5AI score0.00837EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2022/10/27 12:00 a.m.14 views

PT-2022-26224 · Gl.Inet · Gl.Inet Goodcloud Iot Device Management System

Name of the Vulnerable Software and Affected Versions: GL.iNet GoodCloud IoT Device Management System version 1.00.220412.00 Description: The issue concerns multiple stored cross-site scripting XSS vulnerabilities. These vulnerabilities allow attackers to execute arbitrary web scripts or HTML via...

5.4CVSS5.5AI score0.00468EPSS
SaveExploits1References3
Prion
Prion
added 2022/10/25 9:15 p.m.24 views

Stack overflow

Several commands in Brocade Fabric OS before Brocade Fabric OS v.9.0.1e, and v9.1.0 use unsafe string functions to process user input. Authenticated local attackers could abuse these vulnerabilities to exploit stack-based buffer overflows, allowing arbitrary code execution as the root user accoun...

4.3CVSS8AI score0.00341EPSS
SaveExploits0References2Affected Software1
Code423n4
Code423n4
added 2022/10/25 12:00 a.m.21 views

Holograph contracts can be deployed by any user successfully through user-crafted signature and signer input

Lines of code Vulnerability details Impact HolographFactory.deployHolographableContract deploys holographable smart contract by accepting config, signature and signer inputs. Due to user input signer passed by the caller, it is possible for signature verification to pass by using the known signer...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/25 12:00 a.m.15 views

Users can create beam request for a destination chain without paying a fee.

Lines of code Vulnerability details Impact When a user creates a beam request for a destination chain, the user can input zero as a value for gasLimit. With this, the user is able to make the request without paying any fees to Hologram since messagingModule.getHlgFeetoChain, gasLimit, gasPrice;...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/10/21 12:00 a.m.47 views

Cisco TelePresence CE Path Traversal (cisco-sa-roomos-trav-beFvCcyu) (CSCwb29733)

According to its self-reported version, Cisco TelePresence Collaboration Endpoint Software is affected by a vulnerability in the video endpoint xAPI of Cisco TelePresence CE that could allow an authenticated, remote attacker to conduct directory traversal attacks on an affected device. This...

7.2CVSS7.4AI score0.00704EPSS
SaveExploits0References3
NVD
NVD
added 2022/10/19 6:15 p.m.35 views

CVE-2022-1414

3scale API Management 2 does not perform adequate sanitation for user input in multiple fields. An authenticated user could use this flaw to inject scripts and possibly gain access to sensitive information or conduct further attacks...

8.8CVSS0.00814EPSS
SaveExploits0References2
Cisco
Cisco
added 2022/10/19 4:00 p.m.61 views

Cisco Identity Services Engine Unauthorized File Access Vulnerability

A vulnerability in the web-based management interface of Cisco Identity Services Engine ISE could allow an authenticated, remote attacker to list, download, and delete files on an affected device. This vulnerability is due to insufficient validation of user-supplied input. An attacker could explo...

7.1CVSS7.3AI score0.01288EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2022/10/19 10:12 a.m.12 views

nodejs: Prototype pollution via console.table properties

Due to the formatting logic of the "console.table" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "proto". The prototype pollution has...

8.2CVSS7.3AI score0.21514EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2022/10/19 12:00 a.m.9 views

PT-2022-13870 · Red Hat · 3Scale Api Management 2

Name of the Vulnerable Software and Affected Versions: 3scale API Management 2 Description: The issue arises from inadequate sanitation of user input in multiple fields, allowing an authenticated user to inject scripts. This could potentially lead to access to sensitive information or further...

8.8CVSS8.3AI score0.00814EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2022/10/19 12:00 a.m.27 views

CVE-2022-1414

3scale API Management 2 does not perform adequate sanitation for user input in multiple fields. An authenticated user could use this flaw to inject scripts and possibly gain access to sensitive information or conduct further attacks...

6.5AI score0.00814EPSS
SaveExploits0References2
Prion
Prion
added 2022/10/18 6:15 a.m.23 views

Sql injection

RAVA certificate validation system has insufficient validation for user input. An unauthenticated remote attacker can inject arbitrary SQL command to access, modify and delete database...

7.5CVSS9.8AI score0.0081EPSS
SaveExploits0References1Affected Software1
Snyk
Snyk
added 2022/10/18 12:00 a.m.3 views

Cross-site Scripting (XSS)

Overview johnpbloch/wordpress-core is a web software you can use to create a website or blog. Affected versions of this package are vulnerable to Cross-site Scripting XSS through insufficient output escaping on user-supplied input. An attacker can inject and execute malicious scripts by crafting...

5.4CVSS5.4AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/10/14 7:00 p.m.42 views

golang.org/x/text/language Denial of service via crafted Accept-Language header

The BCP 47 tag parser has quadratic time complexity due to inherent aspects of its design. Since the parser is, by design, exposed to untrusted user input, this can be leveraged to force a program to consume significant time parsing Accept-Language headers. The parser cannot be easily rewritten t...

7.5CVSS7.4AI score0.0155EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2022/10/14 7:00 p.m.44 views

GHSA-69CH-W2M2-3VJP golang.org/x/text/language Denial of service via crafted Accept-Language header

The BCP 47 tag parser has quadratic time complexity due to inherent aspects of its design. Since the parser is, by design, exposed to untrusted user input, this can be leveraged to force a program to consume significant time parsing Accept-Language headers. The parser cannot be easily rewritten t...

7.5CVSS7.6AI score0.0155EPSS
SaveExploits0References9
CNVD
CNVD
added 2022/10/13 12:00 a.m.71 views

SAP Enable Now Cross-Site Scripting Vulnerability

SAP Enable Now is a collaborative content creation, management and sharing platform from SAP. The platform is primarily used for e-learning and training in SAP and non-SAP systems. A cross-site scripting vulnerability exists in SAP Enable Now 10 version 1. The vulnerability stems from failure to...

5.4CVSS5.2AI score0.00506EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/10/12 12:00 a.m.53 views

Apache Commons JXPath buffer overflow vulnerability

Apache Commons JXPath is a Java-based implementation of XPath 1.0 from the Apache Foundation in the U.S. A buffer overflow vulnerability exists in Apache Commons JXPath, which stems from a parser running on user-supplied input allowing an attacker to submit special data causing a stack overflow t...

5.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/10/11 8:15 p.m.11 views

CVE-2022-20423

In rndissetresponse of rndis.c, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege if a malicious USB device is attached with no additional execution privileges needed. User interaction is not needed for exploitation.Product:...

4.6CVSS6AI score0.00241EPSS
SaveExploits0References2
Rows per page
Query Builder