Lucene search
+L

1203 matches found

OSV
OSV
added 2024/12/12 2:15 a.m.11 views

CVE-2024-54504

A privacy issue was addressed with improved private data redaction for log entries. This issue is fixed in macOS Sequoia 15.2. An app may be able to access user-sensitive data...

5.5CVSS5.8AI score0.00207EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/12/11 10:58 p.m.31 views

CVE-2024-54504

A privacy issue was addressed with improved private data redaction for log entries. This issue is fixed in macOS Sequoia 15.2. An app may be able to access user-sensitive data...

0.00207EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/12/11 12:00 a.m.13 views

PT-2024-36379 · Apple · Macos Sonoma +7

Name of the Vulnerable Software and Affected Versions: watchOS versions prior to 11.2 tvOS versions prior to 18.2 macOS Sequoia versions prior to 15.2 iOS versions prior to 18.2 iPadOS versions prior to 18.2 macOS Ventura versions prior to 13.7.2 macOS Sonoma versions prior to 14.7.2 Description:...

5.5CVSS6AI score0.0324EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2024/12/11 12:00 a.m.7 views

PT-2025-3029 · Apple · Macos Sonoma +3

Name of the Vulnerable Software and Affected Versions: macOS Sonoma versions prior to 14.7.2 macOS Sequoia versions prior to 15.2 macOS Ventura versions prior to 13.7.2 Description: A privacy issue was addressed with improved private data redaction for log entries. This issue may allow an app to...

3.3CVSS6.4AI score0.00196EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/11/26 12:00 a.m.12 views

WordPress plugin Jeg Elementor Kit 信息泄露漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a set of blogging platforms developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. An information...

4.3CVSS7.9AI score0.00407EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2024/11/21 11:30 p.m.10 views

WordPress Simple Membership plugin <= 4.5.5 - Exposure of Private Personal Information to an Unauthorized Actor vulnerability

Exposure of Private Personal Information to an Unauthorized Actor vulnerability discovered by Francesco Carlucci in WordPress Plugin Simple Membership versions = 4.5.5...

7.5CVSS6.9AI score0.00627EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2024/11/21 12:00 a.m.11 views

WordPress plugin Stratum 信息泄露漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. An information disclosure...

4.3CVSS7.7AI score0.00523EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.12 views

AZL-53603 CVE-2024-50277 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: dm: fix a crash if blkallocdisk fails If blkallocdisk fails, the variable md-disk is set to an error value. cleanupmappeddevice will see that md-disk is non-NULL and it will attempt to access it, causing a crash on this statement...

4.7CVSS5.8AI score0.00188EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.18 views

UBUNTU-CVE-2024-50274

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.13 views

kernel: Bluetooth: btrtl: fix out of bounds memory access

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl driver uses private hci data to store 'struct btrealtekdata'. If btrtl driver is used with btusb, then memory for private hci data is...

7.8CVSS6.8AI score0.006EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.23 views

kernel: nbd: fix uaf in nbd_open

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbdopen Commit 4af5f2e03013 "nbd: use blkmqallocdisk and blkcleanupdisk" cleans up disk by blkcleanupdisk and it won't set disk-privatedata as NULL as before. UAF may be triggered in nbdopen if someone tries to op...

7.8CVSS6.7AI score0.0025EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/11/11 12:00 a.m.16 views

PT-2024-39687 · WordPress · Sky Addons For Elementor

Name of the Vulnerable Software and Affected Versions: The Sky Addons for Elementor plugin for WordPress versions up to, and including, 2.6.1 Description: The issue allows authenticated attackers with Contributor-level access and above to extract sensitive private, pending, and draft Elementor...

4.3CVSS9.3AI score0.00308EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/11/10 3:49 a.m.19 views

SUSE CVE-2024-50237

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: do not pass a stopped vif to the driver in .gettxpower Avoid potentially crashing in the driver because of uninitialized private data...

5.5CVSS7.7AI score0.00273EPSS
SaveExploits0References21
OSV
OSV
added 2024/11/09 11:15 a.m.4 views

DEBIAN-CVE-2024-50237

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: do not pass a stopped vif to the driver in .gettxpower Avoid potentially crashing in the driver because of uninitialized private data...

5.5CVSS5.7AI score0.00273EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/09 10:14 a.m.195 views

CVE-2024-50237

In the Linux kernel, CVE-2024-50237 affects the wifi mac80211 path: the driver could receive a stopped vif in the .get_txpower callback, risking a crash from uninitialized private data. The documented fix is to avoid passing a stopped vif to the driver, mitigating kernel-driver instability. Impac...

7.8CVSS5.2AI score0.00273EPSS
SaveExploits0References10Affected Software1
CNNVD
CNNVD
added 2024/10/29 12:00 a.m.12 views

WordPress plugin Move Addons for Elementor 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. A security vulnerability...

4.3CVSS6.4AI score0.00375EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/10/29 12:00 a.m.9 views

PT-2024-16179 · Unknown · Exclusive Addons For Elementor

Name of the Vulnerable Software and Affected Versions: Exclusive Addons for Elementor versions up to, and including, 2.7.4 Description: The issue allows authenticated attackers with Contributor-level access and above to extract sensitive private, pending, and draft template data via the render...

4.3CVSS6.5AI score0.00438EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/28 9:15 p.m.11 views

CVE-2024-44278

An information disclosure issue was addressed with improved private data redaction for log entries. This issue is fixed in iOS 18.1 and iPadOS 18.1, iOS 17.7.1 and iPadOS 17.7.1, macOS Ventura 13.7.1, macOS Sonoma 14.7.1, watchOS 11.1, visionOS 2.1. A sandboxed app may be able to access sensitive...

5.5CVSS5.8AI score0.00244EPSS
SaveExploits0References13
OSV
OSV
added 2024/10/28 9:15 p.m.6 views

CVE-2024-44273

This issue was addressed with improved handling of symlinks. This issue is fixed in iOS 18.1 and iPadOS 18.1, visionOS 2.1, macOS Sonoma 14.7.1, watchOS 11.1, tvOS 18.1. A malicious app may be able to access private information...

5.5CVSS5.7AI score0.00278EPSS
SaveExploits0References10
OSV
OSV
added 2024/10/28 9:15 p.m.6 views

CVE-2024-44239

An information disclosure issue was addressed with improved private data redaction for log entries. This issue is fixed in tvOS 18.1, iOS 18.1 and iPadOS 18.1, iOS 17.7.1 and iPadOS 17.7.1, macOS Ventura 13.7.1, macOS Sonoma 14.7.1, watchOS 11.1, visionOS 2.1. An app may be able to leak sensitive...

5.5CVSS5.7AI score0.00273EPSS
SaveExploits0References13
Rows per page
Query Builder