Lucene search
+L

12759 matches found

Tenable Nessus
Tenable Nessus
added 2023/12/27 12:00 a.m.30 views

NewStart CGSL MAIN 6.06 : dhcp Vulnerability (NS-SA-2023-0091)

The remote NewStart CGSL host, running version MAIN 6.06, has dhcp packages installed that are affected by a vulnerability: - In ISC DHCP 4.1-ESV-R1 - 4.1-ESV-R16, ISC DHCP 4.4.0 - 4.4.2 Other branches of ISC DHCP i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series are...

7.4CVSS7.3AI score0.06118EPSS
SaveExploits1References3
Patchstack
Patchstack
added 2023/12/26 12:00 a.m.18 views

WordPress Bit Assist Plugin <= 1.1.9 is vulnerable to Cross Site Scripting (XSS)

Software Bit Assist Type Plugin Vulnerable versions = 1.1.9 Fixed in 1.2 OWASP Top 10 A3: Injection Classification Cross Site Scripting XSS CVE CVE-2023-51371 Patch priority Low CVSS severity Low 5.9 Developer Claim ownership PSID e6a54b9372e2 Credits emad Required privilege Administrator Publish...

5.9CVSS6.6AI score0.00328EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2023/12/25 9:01 p.m.493 views

CVE-2023-51767

An authentication bypass vulnerability was found in OpenSSH. When common types of DRAM memory are used, it might allow row hammer attacks because the integer value of authenticated authpassword does not resist flips of a single bit. Mitigation Mitigation for this issue is either not available or...

7CVSS6.8AI score0.00661EPSS
SaveExploits0References6
OSV
OSV
added 2023/12/24 7:15 a.m.4 views

ALPINE-CVE-2023-51767

OpenSSH through 10.0, when common types of DRAM are used, might allow row hammer attacks for authentication bypass because the integer value of authenticated in mmanswerauthpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim...

7CVSS6.9AI score0.00661EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/24 7:15 a.m.9 views

UBUNTU-CVE-2023-51767

OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks for authentication bypass because the integer value of authenticated in mmanswerauthpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim...

7CVSS6.8AI score0.00661EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/12/24 12:00 a.m.14 views

OpenSSH Security Vulnerabilities

OpenSSH OpenBSD Secure Shell is a Canadian OpenBSD open source set of connection tools for secure access to remote computers. The tool is an open source implementation of the SSH protocol that supports encryption of all transmissions, effectively blocking eavesdropping, connection hijacking, and...

7CVSS6.8AI score0.00661EPSS
SaveExploits0References10
NVD
NVD
added 2023/12/22 4:15 p.m.37 views

CVE-2023-42465

Sudo before 1.9.15 might allow row hammer attacks for authentication bypass or privilege escalation because application logic sometimes is based on not equaling an error value instead of equaling a success value, and because the values do not resist flips of a single bit...

7CVSS0.00541EPSS
SaveExploits1References13
OSV
OSV
added 2023/12/22 12:00 p.m.15 views

RUSTSEC-2023-0124 `bit-flags` was removed from crates.io for malicious code

This crate was part of a typosquatting malware cluster published by the user alexrichton to run an arbitrary malware payload on Windows hosts. This advisory is to retrospectively document this attempted attack. The version information and download records of the malicious crate are no longer...

5.9AI score
SaveExploits0References2
RustSec
RustSec
added 2023/12/22 12:00 p.m.16 views

`bit-flags` was removed from crates.io for malicious code

This crate was part of a typosquatting malware cluster published by the user alexrichton to run an arbitrary malware payload on Windows hosts. This advisory is to retrospectively document this attempted attack. The version information and download records of the malicious crate are no longer...

5.9AI score
SaveExploits0
Cvelist
Cvelist
added 2023/12/22 12:00 a.m.60 views

CVE-2023-42465

Sudo before 1.9.15 might allow row hammer attacks for authentication bypass or privilege escalation because application logic sometimes is based on not equaling an error value instead of equaling a success value, and because the values do not resist flips of a single bit...

7.5AI score0.00541EPSS
SaveExploits1References9
Debian CVE
Debian CVE
added 2023/12/22 12:00 a.m.249 views

CVE-2023-42465

Sudo before 1.9.15 might allow row hammer attacks for authentication bypass or privilege escalation because application logic sometimes is based on not equaling an error value instead of equaling a success value, and because the values do not resist flips of a single bit...

7CVSS6.8AI score0.00541EPSS
SaveExploits1
OSV
OSV
added 2023/12/22 12:00 a.m.61 views

CVE-2023-42465

Sudo before 1.9.15 might allow row hammer attacks for authentication bypass or privilege escalation because application logic sometimes is based on not equaling an error value instead of equaling a success value, and because the values do not resist flips of a single bit...

7.5AI score
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2023/12/21 11:30 p.m.101 views

CVE-2023-42465

A flaw was found in the sudo package. This issue could allow a local authenticated attacker to cause a bit to flip, which enables fault injection and may authenticate as the root user. Mitigation In general to address this issue, it's crucial to implement robust logic that prevents unintended...

7CVSS6.8AI score0.00541EPSS
SaveExploits1References5
OSV
OSV
added 2023/12/21 6:14 p.m.19 views

GHSA-R24F-HG58-VFRW unsafe-libyaml unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/12/21 6:14 p.m.26 views

unsafe-libyaml unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7AI score
SaveExploits0References4Affected Software1
NVD
NVD
added 2023/12/20 6:15 p.m.28 views

CVE-2022-47599

Deserialization of Untrusted Data vulnerability in File Manager by Bit Form Team File Manager – 100% Free & Open Source File Manager Plugin for WordPress | Bit File Manager.This issue affects File Manager – 100% Free & Open Source File Manager Plugin for WordPress | Bit File Manager: from n/a...

7.2CVSS0.00516EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/20 6:15 p.m.13 views

CVE-2022-47599

Deserialization of Untrusted Data vulnerability in File Manager by Bit Form Team File Manager – 100% Free & Open Source File Manager Plugin for WordPress | Bit File Manager.This issue affects File Manager – 100% Free & Open Source File Manager Plugin for WordPress | Bit File Manager: from n/a...

7.2CVSS5.8AI score0.00516EPSS
SaveExploits0References1
CVE
CVE
added 2023/12/20 5:42 p.m.103 views

CVE-2022-47599

CVE-2022-47599 affects the Bit File Manager WordPress plugin (

7.2CVSS7.5AI score0.00516EPSS
SaveExploits0References1Affected Software1
RustSec
RustSec
added 2023/12/20 12:00 p.m.9 views

Unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7.1AI score
SaveExploits0Affected Software1
OSV
OSV
added 2023/12/20 12:00 p.m.22 views

RUSTSEC-2023-0075 Unaligned write of u64 on 32-bit and 16-bit platforms

Affected versions allocate memory using the alignment of usize and write data to it of type u64, without using core::ptr::writeunaligned. In platforms with sub-64bit alignment for usize including wasm32 and x86 these writes are insufficiently aligned some of the time. If using an ordinary optimiz...

7.1AI score
SaveExploits0References3
Rows per page
Query Builder