Lucene search
K

2121 matches found

BDU FSTEC
BDU FSTEC
added 2022/12/09 12:0 a.m.2 views

The vulnerability in the implementation of PreparedStatement.setText() or PreparedStatement.setBytea() methods of the JDBC driver (PgJDBC) for connecting Java programs to PostgreSQL allows a hacker to exploit the protected information.

The vulnerability in the implementation of PreparedStatement.setText or PreparedStatement.setBytea methods of the PgJDBC driver for connecting Java programs to PostgreSQL lies in the use of insecure temporary files. Exploiting this vulnerability could allow an attacker to disclose sensitive...

5.5CVSS6.2AI score0.00491EPSS
Exploits1References8Affected Software4
OSV
OSV
added 2022/12/06 7:15 p.m.4 views

CVE-2022-41560

The Statement Set Upload via the Web Client component of TIBCO Software Inc.'s TIBCO Nimbus contains an easily exploitable vulnerability that allows a low privileged attacker with network access to execute a Denial of Service Attack on the affected system. Affected releases are TIBCO Software...

6.5CVSS5.9AI score0.00605EPSS
Exploits0References1
Prion
Prion
added 2022/12/05 5:15 p.m.10 views

Sql injection

The Comic Book Management System WordPress plugin before 2.2.0 does not sanitize and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as Admin...

5.8CVSS7.2AI score0.00964EPSS
Exploits2References2Affected Software1
Code423n4
Code423n4
added 2022/12/05 12:0 a.m.11 views

Relayer/executor-already-set Error in CrossChainRelayerArbitrum Contract

Lines of code Vulnerability details Summary The setExecutor function in the CrossChainRelayerArbitrum contract improperly reverts when the executor variable has already been set. Impact This bug could prevent the CrossChainRelayerArbitrum contract from properly setting the executor variable,...

7.1AI score
Exploits0
Code423n4
Code423n4
added 2022/12/05 12:0 a.m.7 views

setRelayer function not checking for null relayer address

Lines of code Vulnerability details Summary When calling the setRelayer function with a null relayer address, the function does not check for this and allows the address to be set. This issue can cause the contract to fail when calling the executeCalls function and potentially cause loss of funds...

6.9AI score
Exploits0
Prion
Prion
added 2022/11/28 2:15 p.m.19 views

Sql injection

The OWM Weather WordPress plugin before 5.6.9 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as contributor...

6.5CVSS8.9AI score0.01053EPSS
Exploits2References2Affected Software1
Prion
Prion
added 2022/11/28 2:15 p.m.13 views

Sql injection

The WP User Merger WordPress plugin before 1.5.3 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as admin...

6.5CVSS8.9AI score0.01053EPSS
Exploits1References2Affected Software1
Prion
Prion
added 2022/11/28 2:15 p.m.17 views

Sql injection

The WPSmartContracts WordPress plugin before 1.3.12 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by users with a role as low as author...

6.5CVSS8.9AI score0.03663EPSS
Exploits2References2Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2022/11/24 2:37 p.m.54 views

Security Bulletin: IBM® Db2® is vulnerable to a denial of service after entering a specially crafted malformed SQL statement into the db2expln tool. (CVE-2022-35637)

Summary IBM® Db2® is vulnerable to a denial of service after entering a specially crafted malformed SQL statement into the db2expln tool. Vulnerability Details CVEID:CVE-2022-35637 DESCRIPTION: IBM Db2 for Linux, UNIX and Windows 9.7, 10.1, 10.5, 11.1, and 11.5 is vulnerable to a denial of servic...

6.5CVSS6.7AI score0.01012EPSS
Exploits0Affected Software1
OSV
OSV
added 2022/11/23 10:17 p.m.30 views

GHSA-562R-VG33-8X8H TemporaryFolder on unix-like systems does not limit access to created files

Vulnerability PreparedStatement.setTextint, InputStream and PreparedStatemet.setByteaint, InputStream will create a temporary file if the InputStream is larger than 51k Example of vulnerable code: java String s = "some very large string greater than 51200 bytes"; PreparedStatement.setInputStream1...

4.7CVSS7.1AI score0.00491EPSS
Exploits1References9
Positive Technologies
Positive Technologies
added 2022/11/23 12:0 a.m.4 views

PT-2022-5790 · Pgjdbc +8 · Pgjdbc +8

Name of the Vulnerable Software and Affected Versions: pgjdbc versions prior to 4.5.0 Description: The issue is related to the implementation of the PreparedStatement.setText or PreparedStatement.setBytea methods in the PgJDBC driver, which can lead to the creation of temporary files that are...

10CVSS6.7AI score0.0481EPSS
Exploits3References74
OSV
OSV
added 2022/11/22 12:0 a.m.17 views

GHSA-RR8H-F97Q-8P9C Blind SQL Injection via GridFieldSortableHeader

Gridfield state is vulnerable to SQL injections. The vast majority of Gridfields in Silverstripe CMS are affected by this vulnerability. An attacker with CMS access could execute an arbitrary SQL statement by adding an SQL payload in some parts of the GridField state...

8.8CVSS8.8AI score0.00724EPSS
Exploits0References6
Veracode
Veracode
added 2022/11/11 2:30 a.m.13 views

Authorization Bypass

github.com/openfga/openfga is vulnerable to authorization bypass. The vulnerability exists when the tuples user field is set to userset and the tuple's relation is used on the right-hand side of the from statement which allows an attacker to bypass the authorization mechanism under certain...

9.8CVSS8.9AI score0.0042EPSS
Exploits0References3Affected Software1
Code423n4
Code423n4
added 2022/11/09 12:0 a.m.15 views

1) THERE IS CONFLICT IN REQUIRE STATMENT. IN finalizeDeposit FUNCTION CHECKS require (msg.sender == l1Bridge, "mq"). IN bridgeMint FUNCTION IMPLEMENTATIONS onlyBridge Modifier CHECKS require(msg.sender == l2Bridge).

Lines of code Vulnerability details 1. Impact Let assume if we calling bridgeMint from finalizeDeposit function the msg.sender is l1bridge . if the msg.sender is not l1bridge can't run the finalizeDeposit but as per bridgeMint the msg.sender should be l2bridge. So it will cause the conflict . the...

6.9AI score
Exploits0
Positive Technologies
Positive Technologies
added 2022/11/08 12:0 a.m.4 views

PT-2022-24921 · Openfga · Openfga

Name of the Vulnerable Software and Affected Versions: OpenFGA versions prior to 0.2.5 Description: OpenFGA is a high-performance authorization/permission engine inspired by Google Zanzibar. The issue allows for authorization bypass under certain conditions, specifically when a tuple with a...

9.8CVSS6.8AI score0.0042EPSS
Exploits0References10
Code423n4
Code423n4
added 2022/11/08 12:0 a.m.6 views

msg.sender token balance is not checked before calling safeTransferFrom function

Lines of code Vulnerability details Impact createAuction FUNCTION and bid FUNCTION: Without checking the msg.sender token balance the transfer function may be failed to transfer token from msg.sender to contract address . this may cause a transactions failures. Same instance in 2 times PROOF OF...

6.8AI score
Exploits0
Huntr
Huntr
added 2022/11/01 1:35 a.m.15 views

Eve has a Comparison of Incompatible Types that Results in Invalid State

Description A conditional statement that always resolves to False. Proof of Concept // eve/methods/common.py if field in document and documentfield is not None and documentfield is not Always resolves to False : relatedlinks =...

1.7AI score
Exploits0References1
Prion
Prion
added 2022/10/25 5:15 p.m.23 views

Sql injection

The Form Maker by 10Web WordPress plugin before 1.15.6 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin...

5.8CVSS7.1AI score0.01015EPSS
Exploits2References1Affected Software1
Prion
Prion
added 2022/10/17 12:15 p.m.18 views

Sql injection

The WP Custom Cursors WordPress plugin before 3.2 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privileged users such as admin...

5.8CVSS7AI score0.00921EPSS
Exploits2References1Affected Software1
CVE
CVE
added 2022/10/06 5:14 p.m.291 views

CVE-2022-41853

CVE-2022-41853 affects hsqldb (HyperSQL DataBase). The vulnerability arises when processing untrusted input via java.sql.Statement or java.sql.PreparedStatement, where by default arbitrary static Java methods in the classpath can be invoked, enabling remote code execution. Mitigations documented ...

9.8CVSS9.1AI score0.03519EPSS
Exploits1References4Affected Software1
Rows per page
Query Builder