Lucene search
+L

15777 matches found

Cvelist
Cvelist
added 2024/10/15 2:01 p.m.29 views

CVE-2024-9979 Pyo3: risk of use-after-free in `borrowed` reads from python weak references

A flaw was found in PyO3. This vulnerability causes a use-after-free issue, potentially leading to memory corruption or crashes via unsound borrowing from weak Python references...

5.3CVSS0.00206EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2024/10/15 1:17 p.m.15 views

WordPress AppPresser plugin <= 4.4.4 - Privilege Escalation and Account Takeover via Weak OTP vulnerability

Privilege Escalation and Account Takeover via Weak OTP vulnerability discovered by wesley wcraft in WordPress Plugin AppPresser versions = 4.4.4...

9.8CVSS7AI score0.00681EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2024/10/15 11:15 a.m.17 views

CVE-2024-45273

An unauthenticated local attacker can decrypt the devices config file and therefore compromise the device due to a weak implementation of the encryption used...

7.8CVSS5.8AI score0.00092EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/15 10:27 a.m.19 views

CVE-2024-45273 MB connect line/Helmholz: Weak encryption of configuration file

An unauthenticated local attacker can decrypt the devices config file and therefore compromise the device due to a weak implementation of the encryption used...

8.4CVSS6.9AI score0.00092EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/15 10:27 a.m.42 views

CVE-2024-45273 MB connect line/Helmholz: Weak encryption of configuration file

An unauthenticated local attacker can decrypt the devices config file and therefore compromise the device due to a weak implementation of the encryption used...

8.4CVSS0.00092EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/15 10:27 a.m.67 views

CVE-2024-45272

CVE-2024-45272 describes an unauthenticated remote brute-force attack against the credentials of the Remote Service Portal, leading to connection loss with a high likelihood of success (CVSS 3.1: AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H). The available connected documents corroborate a credential brut...

7.5CVSS7.6AI score0.0062EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2024/10/15 12:00 a.m.11 views

Rittal IoT Interface & CMC III Processing Unit 安全漏洞

The Rittal IoT Interface & CMC III Processing Unit is a key component of Rittal Germany's Smart Networking of Sensors for monitoring physical environmental conditions. A security vulnerability exists in Rittal IoT Interface & CMC III Processing Unit versions prior to 6.21.00.2, which stems from a...

9.8CVSS6.4AI score0.00868EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/10/15 12:00 a.m.6 views

PT-2024-40267 · Pypi · Pyo3

Name of the Vulnerable Software and Affected Versions: PyO3 versions prior to 0.23 Description: The issue concerns a family of functions in PyO3 that read "borrowed" values from Python weak references. These functions were fundamentally unsound because the weak reference does not have ownership o...

4.8CVSS7.1AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/10/15 12:00 a.m.9 views

PT-2024-39977 · Pypi · Pyo3

Name of the Vulnerable Software and Affected Versions: PyO3 versions prior to 0.22.4 PyO3 version 0.22.4 with mitigated functions, to be fully removed in 0.23 Description: A flaw was found in PyO3, causing a use-after-free issue. This can lead to memory corruption or crashes through unsound...

5.3CVSS6.9AI score0.00206EPSS
SaveExploits0References16
Tenable Nessus
Tenable Nessus
added 2024/10/15 12:00 a.m.17 views

Festo CODESYS V3 Products Use of Password Hash With Insufficient Computational Effort (CVE-2020-12069)

In CODESYS V3 products in all versions prior V3.5.16.0 containing the CmpUserMgr, the CODESYS Control runtime system stores the online communication passwords using a weak hashing algorithm. This can be used by a local attacker with low privileges to gain full control of the device. This plugin...

7.8CVSS8.3AI score0.00164EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/10/14 12:00 a.m.28 views

The vulnerability of the Passwork password manager, related to the lack of protective measures for the website structure, allows attackers to execute arbitrary JavaScript code.

The vulnerability of the Passwork password manager is related to the lack of protective measures for the website structure. Exploiting this vulnerability allows a malicious actor to execute arbitrary JavaScript code remotely...

5.8CVSS5.9AI score
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/10/14 12:00 a.m.20 views

The vulnerability of the Autofill function in Microsoft Edge and Google Chrome browsers allows a hacker to replace the user’s interface.

The vulnerability of the Autofill function in Microsoft Edge and Google Chrome browsers is related to improper security checks for standard elements. Exploiting this vulnerability could allow a malicious actor to replace the user interface with a specially created HTML page...

5CVSS6.4AI score0.00371EPSS
SaveExploits0References10Affected Software5
Cvelist
Cvelist
added 2024/10/13 4:31 a.m.31 views

CVE-2024-9907 QileCMS Verification Code Forget.php sendEmail password recovery

A vulnerability classified as problematic was found in QileCMS up to 1.1.3. This vulnerability affects the function sendEmail of the file /qilecms/user/controller/Forget.php of the component Verification Code Handler. The manipulation leads to weak password recovery. The attack can be initiated...

6.3CVSS0.00403EPSS
SaveExploits0References4
RustSec
RustSec
added 2024/10/12 12:00 p.m.9 views

Risk of use-after-free in `borrowed` reads from Python weak references

The family of functions to read "borrowed" values from Python weak references were fundamentally unsound, because the weak reference does itself not have ownership of the value. At any point the last strong reference could be cleared and the borrowed value would become dangling. In PyO3 0.22.4...

5.3CVSS6.9AI score0.00206EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2024/10/12 12:00 p.m.13 views

RUSTSEC-2024-0378 Risk of use-after-free in `borrowed` reads from Python weak references

The family of functions to read "borrowed" values from Python weak references were fundamentally unsound, because the weak reference does itself not have ownership of the value. At any point the last strong reference could be cleared and the borrowed value would become dangling. In PyO3 0.22.4...

5.3CVSS6.9AI score0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/10/12 12:00 a.m.6 views

PT-2024-40924 · Pypi · Pyo3

Name of the Vulnerable Software and Affected Versions: PyO3 versions prior to 0.23 Description: The family of functions to read "borrowed" values from Python weak references were fundamentally unsound due to the weak reference not having ownership of the value. This could lead to a dangling...

7.1AI score
SaveExploits0References4
zdt
zdt
added 2024/10/11 12:00 a.m.336 views

ABB Cylon Aspect 3.07.02 user.properties Default Credentials Vulnerability

ABB Cylon Aspect version 3.07.02 uses a weak set of default administrative credentials that can be guessed in remote password attacks and used to gain full control of the system. ABB Cylon Aspect 3.07.02 user.properties Default Credentials Vendor: ABB Ltd. Product web page: https://www.global.abb...

7.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2024/10/11 12:00 a.m.379 views

ABB Cylon Aspect 3.07.02 user.properties Default Credentials

ABB Cylon Aspect 3.07.02 user.properties Default Credentials Vendor: ABB Ltd. Product web page: https://www.global.abb Affected version: NEXUS Series, MATRIX-2 Series, ASPECT-Enterprise, ASPECT-Studio Firmware: =3.07.02 Summary: ASPECT is an award-winning scalable building energy management and...

7.4AI score
SaveExploits0
Cvelist
Cvelist
added 2024/10/10 8:51 a.m.39 views

CVE-2024-22068 Weak Password Vulnerability in ZTE ZSR V2 Intelligent Multi Service Router

Improper Privilege Management vulnerability in ZTE ZXR10 1800-2S series ,ZXR10 2800-4,ZXR10 3800-8,ZXR10 160 series on 64 bit allows Functionality Bypass.This issue affects ZXR10 1800-2S series ,ZXR10 2800-4,ZXR10 3800-8,ZXR10 160 series: V4.00.10 and earlier...

6CVSS0.00227EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/10/10 8:51 a.m.16 views

CVE-2024-22068 Weak Password Vulnerability in ZTE ZSR V2 Intelligent Multi Service Router

Improper Privilege Management vulnerability in ZTE ZXR10 1800-2S series ,ZXR10 2800-4,ZXR10 3800-8,ZXR10 160 series on 64 bit allows Functionality Bypass.This issue affects ZXR10 1800-2S series ,ZXR10 2800-4,ZXR10 3800-8,ZXR10 160 series: V4.00.10 and earlier...

6CVSS7AI score0.00227EPSS
SaveExploits0References1
Rows per page
Query Builder