Lucene search
+L

14239 matches found

Code423n4
Code423n4
added 2023/03/19 12:00 a.m.21 views

User may lose ETH

Lines of code Vulnerability details Impact User may lose ETH Proof of Concept If a non-existent function is called , the protocol may enter MsgValueSimulator.fallback.Inside the fallback function ,the protocol will transfer ETH from one address to another. If user calls a function that doesn't...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/18 12:00 a.m.11 views

Operator can cause funds to be stolen by manipulating gas fee refund

Lines of code Vulnerability details Impact An operator can manipulate the refund of gas fee mechanism to steal from the bootloader balance. Inside refundCurrentL2Transaction function in the bootloader where the refund is happening for the refund recipient at L1097, the operator provides a value f...

6.6AI score
SaveExploits0
OSV
OSV
added 2023/03/16 9:15 p.m.6 views

CVE-2023-21457

Improper access control vulnerability in Bluetooth prior to SMR Mar-2023 Release 1 allows attackers to send file via Bluetooth without related permission...

8.1CVSS7.3AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2023/03/16 9:15 p.m.19 views

CVE-2023-21457

Improper access control vulnerability in Bluetooth prior to SMR Mar-2023 Release 1 allows attackers to send file via Bluetooth without related permission...

8.1CVSS5.5AI score0.00168EPSS
SaveExploits0References1
Prion
Prion
added 2023/03/16 9:15 p.m.24 views

Improper access control

Improper access control vulnerability in Bluetooth prior to SMR Mar-2023 Release 1 allows attackers to send file via Bluetooth without related permission...

4.8CVSS7.9AI score0.00168EPSS
SaveExploits0References1Affected Software1
Fedora
Fedora
added 2023/03/16 6:33 p.m.96 views

[SECURITY] Fedora 37 Update: containerd-1.6.19-1.fc37

Containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision...

7.8CVSS7.1AI score0.00542EPSS
SaveExploits1
Fedora
Fedora
added 2023/03/16 6:20 p.m.72 views

[SECURITY] Fedora 36 Update: containerd-1.6.19-1.fc36

Containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision...

7.8CVSS7.1AI score0.00542EPSS
SaveExploits1
Malwarebytes
Malwarebytes
added 2023/03/16 6:00 a.m.20 views

Facebook illegally processed user data, says court

The Amsterdam court has ruled that Facebook illegally processed user data in a case started by the Dutch Data Privacy Stichting DPS, a foundation that acts on behalf of victims of privacy violations in the Netherlands. According to the ruling, Facebook used personal data for advertising purposes ...

6.7AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/03/16 12:00 a.m.9 views

CVE-2023-21457

Improper access control vulnerability in Bluetooth prior to SMR Mar-2023 Release 1 allows attackers to send file via Bluetooth without related permission...

4.1CVSS8.1AI score0.00168EPSS
SaveExploits0References1
CVE
CVE
added 2023/03/16 12:00 a.m.60 views

CVE-2023-21457

CVE-2023-21457 concerns Samsung mobile devices' Bluetooth subsystem. The vulnerability is an improper access control that allows attackers to send files over Bluetooth without related permissions, affecting Bluetooth functionality prior to SMR Mar-2023 Release 1. The CVSS vectors indicate Adjacen...

8.1CVSS7.9AI score0.00168EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2023/03/16 12:00 a.m.37 views

CVE-2023-21457

Improper access control vulnerability in Bluetooth prior to SMR Mar-2023 Release 1 allows attackers to send file via Bluetooth without related permission...

4.1CVSS8.2AI score0.00168EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/03/15 7:58 p.m.14 views

golang: net/http: improper sanitization of Transfer-Encoding header

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS6.6AI score0.01367EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2023/03/15 7:58 p.m.6 views

golang: net/http: handle server errors after sending GOAWAY

A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown...

7.5CVSS6.6AI score0.03269EPSS
SaveExploits0References6
Code423n4
Code423n4
added 2023/03/15 12:00 a.m.10 views

Incorrect validation of the result of the transfer * transferFrom method call. Failure to comply with the ERC20 standard

Lines of code Vulnerability details Impact Inability to use ERC20 standard tokens. As an example of the future LP token Proof of Concept According to the ERC-20 standard, the transfer and transferFrom methods return true or false, but looking at the code we see that:...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/15 12:00 a.m.13 views

Use the _assetTransferFrom function instead of _assetTransfer. This is because the tokens are held in the escrow contract, rather than being in the destination BYTES address, and thus require a transfer from the escrow contract to the recipient's address

Lines of code Vulnerability details Impact The msg.sender lose his stakedBytes From BYTES address not possible to send stakedBytes to msg.sender. The stakedBytes only help in escrow contract not in BYTES address. Proof of Concept function assetTransfer address asset, address to, uint256 amount...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/15 12:00 a.m.9 views

Current transfer implementations can lead to loss of user founds if LP is updated or wrongly set

Lines of code Vulnerability details Current transfer implementations can lead to loss of user founds if LP is updated or wrongly set The current implementation of assetTransfer and assetTransferFrom don't check if the asset is a contract and don't check if the transfer returns a false instead of...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/15 12:00 a.m.14 views

Use safeTransferFrom() instead of transferFrom() in function NeoTokyoStaker._assetTransferFrom()

Lines of code Vulnerability details Impact Some ERC-20 tokens do not revert on failure such as ZRX. Instead, they would just return a boolean false. In function NeoTokyoStaker.assetTransferFrom, the check success is only checking whether the low-level call is successful or not. If the ERC-20 toke...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2023/03/15 12:00 a.m.11 views

The vulnerability of the microprogrammed logic controllers MELSEC iQ-F series from FX5U, FX5U, FX5UJ, FX5S, FX5-ENET, and FX5-ENET/IP lies in the storage of passwords in an unencrypted form, allowing unauthorized access to protected information.

The vulnerability of the microprogrammed logic controllers MELSEC iQ-F series from FX5U, FX5U, FX5UJ, FX5S, FX5-ENET, and FX5-ENET/IP lies in the storage of passwords in an unencrypted form. Exploiting this vulnerability allows a malicious actor to gain unauthorized access to protected informatio...

7.8CVSS7.1AI score0.01174EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/14 5:15 p.m.6 views

CVE-2023-23392

HTTP Protocol Stack Remote Code Execution Vulnerability...

9.8CVSS7.7AI score0.01672EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2023/03/14 12:02 p.m.4 views

GoBruteforcer: New Golang-Based Malware Breaches Web Servers via Brute-Force Attacks

A new Golang-based malware dubbed GoBruteforcer has been found targeting web servers running phpMyAdmin, MySQL, FTP, and Postgres to corral the devices into a botnet. "GoBruteforcer chose a Classless Inter-Domain Routing CIDR block for scanning the network during the attack, and it targeted all I...

6.7AI score
SaveExploits0
Rows per page
Query Builder