Lucene search
+L

743 matches found

Vulnrichment
Vulnrichment
added 2024/02/17 5:0 a.m.14 views

CVE-2024-21495

Versions of the package github.com/greenpau/caddy-security before 1.0.42 are vulnerable to Insecure Randomness due to using an insecure random number generation library which could possibly be predicted via a brute-force search. Attackers could use the potentially predictable nonce value used for...

6.5CVSS7AI score0.0068EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/17 5:0 a.m.105 views

CVE-2024-21495

The CVE-2024-21495 entry concerns the Go package github.com/greenpau/caddy-security (versions before 1.0.42). Root cause: insecure randomness used in multiple contexts (OAuth nonce, MFA secrets, API key generation) due to an insecure RNG library, enabling potential replay or predictability attack...

9.8CVSS6.5AI score0.0068EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/02/17 5:0 a.m.29 views

CVE-2024-21495

Versions of the package github.com/greenpau/caddy-security before 1.0.42 are vulnerable to Insecure Randomness due to using an insecure random number generation library which could possibly be predicted via a brute-force search. Attackers could use the potentially predictable nonce value used for...

6.5CVSS7.1AI score0.0068EPSS
SaveExploits0References6
NVD
NVD
added 2024/01/23 9:15 p.m.19 views

CVE-2023-46892

The radio frequency communication protocol being used by Meross MSH30Q 4.5.23 is vulnerable to replay attacks, allowing attackers to record and replay previously captured communication to execute unauthorized commands or actions e.g., thermostat's temperature...

8.8CVSS8.9AI score0.0028EPSS
SaveExploits0References1
OSV
OSV
added 2024/01/23 9:15 p.m.5 views

CVE-2023-46892

The radio frequency communication protocol being used by Meross MSH30Q 4.5.23 is vulnerable to replay attacks, allowing attackers to record and replay previously captured communication to execute unauthorized commands or actions e.g., thermostat's temperature...

8.8CVSS5.9AI score0.0028EPSS
SaveExploits0References1
Prion
Prion
added 2024/01/23 9:15 p.m.19 views

Design/Logic Flaw

The radio frequency communication protocol being used by Meross MSH30Q 4.5.23 is vulnerable to replay attacks, allowing attackers to record and replay previously captured communication to execute unauthorized commands or actions e.g., thermostat's temperature...

5.8CVSS7.6AI score0.0028EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/01/23 12:0 a.m.32 views

CVE-2023-46892

The radio frequency communication protocol being used by Meross MSH30Q 4.5.23 is vulnerable to replay attacks, allowing attackers to record and replay previously captured communication to execute unauthorized commands or actions e.g., thermostat's temperature...

9.1AI score0.0028EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/01/23 12:0 a.m.10 views

CVE-2023-46892

The radio frequency communication protocol being used by Meross MSH30Q 4.5.23 is vulnerable to replay attacks, allowing attackers to record and replay previously captured communication to execute unauthorized commands or actions e.g., thermostat's temperature...

7.4AI score0.0028EPSS
SaveExploits0References1
CVE
CVE
added 2024/01/23 12:0 a.m.60 views

CVE-2023-46892

CVE-2023-46892 concerns the Meross MSH30Q (version 4.5.23) RF communication protocol. The issue is a replay attack vulnerability that allows recording and replay of previously captured RF commands to trigger unauthorized actions (e.g., thermostat temperature). Affected component is the device’s R...

8.8CVSS8.8AI score0.0028EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2024/01/11 9:15 p.m.29 views

CVE-2023-50128

The remote keyless system of the Hozard alarm system alarmsystemen v1.0 sends an identical radio frequency signal for each request, which results in an attacker being able to conduct replay attacks to bring the alarm system to a disarmed state...

5.3CVSS5.3AI score0.00225EPSS
SaveExploits0References1
Prion
Prion
added 2024/01/11 9:15 p.m.28 views

Design/Logic Flaw

The remote keyless system of the Hozard alarm system alarmsystemen v1.0 sends an identical radio frequency signal for each request, which results in an attacker being able to conduct replay attacks to bring the alarm system to a disarmed state...

1.8CVSS7.2AI score0.00225EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/11 12:0 a.m.5 views

CVE-2023-50128

The remote keyless system of the Hozard alarm system alarmsystemen v1.0 sends an identical radio frequency signal for each request, which results in an attacker being able to conduct replay attacks to bring the alarm system to a disarmed state...

5.2AI score0.00225EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/01/11 12:0 a.m.7 views

PT-2024-13867

Name of the Vulnerable Software and Affected Versions Hozard alarm system version 1.0 Description The remote keyless system of the Hozard alarm system sends an identical radio frequency signal for each request, allowing an attacker to conduct replay attacks and bring the alarm system to a disarme...

5.3CVSS6.2AI score0.00225EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/01/11 12:0 a.m.35 views

CVE-2023-50128

The remote keyless system of the Hozard alarm system alarmsystemen v1.0 sends an identical radio frequency signal for each request, which results in an attacker being able to conduct replay attacks to bring the alarm system to a disarmed state...

5.6AI score0.00225EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2023/12/21 12:0 a.m.15 views

voteForManyWithSig functions in CultureIndex are open to replay attacks if fails.

Lines of code Vulnerability details Impact If vote fails or reverts for any reason, the nonce in verifyVoteSignature doesn't increment. This leads to the same vote tx being replayed by anyone. Proof of Concept A user submits a vote via voteForManyWithSig, triggering verifyVoteSignature for...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/11/10 12:0 a.m.79 views

Signature malleability can occur by using EVM's ecrecover

Lines of code Vulnerability details Impact EVM's ecrecover is susceptible to signature malleability which allows replay attacks, check this. Proof of Concept OffChainSignatureValidator in its function isValidSignature checks for signature validity by using vulnerable method of ecrecover. address...

7.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/10/31 12:0 a.m.30 views

GLSA-202310-22 : Salt: Multiple Vulnerabilities

The remote host is affected by the vulnerability described in GLSA-202310-22 Salt: Multiple Vulnerabilities - An issue was discovered in SaltStack Salt before 3002.5. The minion's restartcheck is vulnerable to command injection via a crafted process name. This allows for a local privilege...

9.8CVSS7.4AI score0.92312EPSS
SaveExploits9References22
Code423n4
Code423n4
added 2023/10/20 12:0 a.m.9 views

Signed data may be usable cross-chain

Lines of code Vulnerability details Impact The function validatePreTransactionOverridable, which Validates a txn on guard before execution, for Brahma console accounts.takes one parameter "txParams" which is of type SafeTransactionParams Struct, if we look at that struct members : struct...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/20 12:0 a.m.14 views

ExecutorPlugin.executeTransaction() is prone to cross-chain replay attacks.

Lines of code Vulnerability details The function executeTransaction is used by executors to validate and execute transactions via a module transaction. the function takes in the input ExecutionRequest and does no validation of the msg.sender. therefore this creates an opening in which a malicious...

7.1AI score
SaveExploits0
Cvelist
Cvelist
added 2023/09/21 4:45 p.m.34 views

CVE-2023-42806 Snapshot signature not including HeadID will allow replay attacks

Hydra is the layer-two scalability solution for Cardano. Prior to version 0.13.0, not signing and verifying $\mathsfcid$ allows an attacker which must be a participant of this head to use a snapshot from an old head instance with the same participants to close the head or contest the state with i...

6.5CVSS6.6AI score0.00413EPSS
SaveExploits0References4
Rows per page
Query Builder