Lucene search
+L

742 matches found

Prion
Prion
added 2022/03/29 5:15 p.m.20 views

Code injection

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

5.4CVSS8.4AI score0.00808EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/03/29 5:15 p.m.4 views

UBUNTU-CVE-2022-22936

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

8.8CVSS7.3AI score0.00808EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2022/03/29 5:15 p.m.28 views

CVE-2022-22936

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

8.8CVSS6.9AI score0.00808EPSS
SaveExploits0References5
OSV
OSV
added 2022/03/29 5:15 p.m.34 views

PYSEC-2022-173

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

8.8CVSS3.2AI score0.00808EPSS
SaveExploits0References4
OSV
OSV
added 2022/03/29 12:0 a.m.24 views

CVE-2022-22936

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

8.8CVSS8.9AI score0.00808EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2022/03/29 12:0 a.m.33 views

CVE-2022-22936

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

8.8AI score0.00808EPSS
SaveExploits0References4
CVE
CVE
added 2022/03/29 12:0 a.m.177 views

CVE-2022-22936

CVE-2022-22936 affects SaltStack Salt before versions 3002.8, 3003.4, and 3004.1. The issue allows replay attacks on job publishes and on file server replies, enabling an attacker to replay old jobs to minions. In certain scenarios, a craftier attacker could gain root access on a minion. Public s...

8.8CVSS8.4AI score0.00808EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2022/03/29 12:0 a.m.8 views

PT-2022-15744 · Saltstack +2 · Saltstack Salt +2

Name of the Vulnerable Software and Affected Versions: SaltStack Salt versions prior to 3002.8 SaltStack Salt versions prior to 3003.4 SaltStack Salt versions prior to 3004.1 Description: An issue was discovered in SaltStack Salt where job publishes and file server replies are susceptible to repl...

9.8CVSS7.4AI score0.99585EPSS
SaveExploits15References125
AlpineLinux
AlpineLinux
added 2022/03/29 12:0 a.m.105 views

CVE-2022-22936

An issue was discovered in SaltStack Salt in versions before 3002.8, 3003.4, 3004.1. Job publishes and file server replies are susceptible to replay attacks, which can result in an attacker replaying job publishes causing minions to run old jobs. File server replies can also be re-played. A...

8.8CVSS8.7AI score0.00808EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/03/29 12:0 a.m.65 views

CVE-2022-22936

Removed by vendor...

8.8CVSS7.8AI score0.00808EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/03/24 12:0 a.m.13 views

[WP-H2] EIP712MetaTransaction.executeMetaTransaction() failed txs are open to replay attacks

Lines of code Vulnerability details Any transactions that fail based on some conditions that may change in the future are not safe to be executed again later e.g. transactions that are based on others actions, or time-dependent etc. In the current implementation, once the low-level call is failed...

7.2AI score
SaveExploits0
CNNVD
CNNVD
added 2022/03/23 12:0 a.m.6 views

Honda Civic 安全漏洞

Honda Civic is an automobile from Honda Japan. The Honda Civic 2018 model year has a security vulnerability in the remote keyless system that stems from the remote keyless system sending the same RF signal for every door open request, which allows replay attacks, related to CVE-2019-20626...

5.3CVSS6.2AI score0.01083EPSS
SaveExploits2References7
Code423n4
Code423n4
added 2022/03/03 12:0 a.m.5 views

[WP-H1] Transactions can be replayed when a connectedChain is removed and then reconnected

Lines of code Vulnerability details function removeConnectedChainstring memory schainName public virtual override onlyChainConnector bytes32 schainHash = keccak256abi.encodePackedschainName; requireconnectedChainsschainHash.inited, "Chain is not initialized"; delete connectedChainsschainHash;...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/03/02 12:0 a.m.13 views

Private sale replay attack

Lines of code Vulnerability details Impact The private sale signature used in buyFromPrivateSaleFor does not prevent replay attacks. If the NFT ends up in the original seller's wallet again within the deadline it can be purchased from them again. POC S sells to B using a private sale. S creates a...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/25 12:0 a.m.8 views

Reentrancy in MessageProxyForSchain leads to replay attacks

Lines of code Vulnerability details Impact The postIncomingMessages function calls callReceiverContractfromChainHash, messagesi, startingCounter + 1 which gives control to a contract that is potentially attacker controlled before updating the incomingMessageCounter. for uint256 i = 0; i...

6.6AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/25 12:0 a.m.8 views

Issues with removing a connected chain

Lines of code Vulnerability details Impact A connected chain can be removed which will make all pending messages fail. If the chain is reinitialized again at some point, its incomingMessageCounter will start at zero and allow replay attacks of all previous messages. function...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/05 12:0 a.m.23 views

lockWithPermit() function allows for replay attacks and signature malleability

Handle jayjonah8 Vulnerability details Impact In XDEFIDistribution.sol the lockWithPermit function calls permit on the XDEFI token. The problem with simply using permit alone for this is the message that is signed by the owner using the ECDSA algorithm. The message only contains the receiver...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/18 12:0 a.m.10 views

Signature replay attacks for different identities (nonce on wrong party)

Handle cmichel Vulnerability details A single QuickAccount can serve as the "privilege" for multiple identities, see the comment in QuickAccManager.sol: NOTE: a single accHash can control multiple identities, as long as those identities set it's hash in privilegesaddressthis. this is by design If...

7.1AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2021/10/07 3:15 p.m.3 views

CVE-2021-35067

Meross MSG100 devices before 3.2.3 allow an attacker to replay the same data or similar data e.g., an attacker who sniffs a Close message can transmit an acceptable Open message...

8.1CVSS7.2AI score0.00907EPSS
SaveExploits1References3
CNVD
CNVD
added 2021/09/18 12:0 a.m.13 views

Enbra Ewm Data Forgery Issue Vulnerability

Enbra Ewm is a universal reading device from the Czech company Enbra. It uses a radio to read water meters, heating cost indicators and heat meters. Enbra EWM is vulnerable to a data forgery issue in version 1.7.29, which stems from the fact that the software does not check for or detect replay...

6.5CVSS2.1AI score0.00227EPSS
SaveExploits0References1
Rows per page
Query Builder