Lucene search
+L

18805 matches found

Prion
Prion
added 2024/03/08 2:15 a.m.25 views

Design/Logic Flaw

The issue was addressed with improved checks. This issue is fixed in macOS Sonoma 14.4, macOS Monterey 12.7.4, macOS Ventura 13.6.5. An app may be able to modify protected parts of the file system...

1.9CVSS6.4AI score0.00228EPSS
SaveExploits0References6
Prion
Prion
added 2024/03/08 2:15 a.m.24 views

Design/Logic Flaw

A logic issue was addressed with improved checks. This issue is fixed in macOS Sonoma 14.4, macOS Monterey 12.7.4, macOS Ventura 13.6.5. A user may gain access to protected parts of the file system...

1.7CVSS6.6AI score0.00238EPSS
SaveExploits0References6
Prion
Prion
added 2024/03/08 2:15 a.m.15 views

Design/Logic Flaw

A downgrade issue affecting Intel-based Mac computers was addressed with additional code-signing restrictions. This issue is fixed in macOS Sonoma 14.4, macOS Monterey 12.7.4, macOS Ventura 13.6.5. An app may be able to modify protected parts of the file system...

6.6AI score0.00247EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/08 1:35 a.m.13 views

CVE-2024-23269

A downgrade issue affecting Intel-based Mac computers was addressed with additional code-signing restrictions. This issue is fixed in macOS Monterey 12.7.4, macOS Sonoma 14.4, macOS Ventura 13.6.5. An app may be able to modify protected parts of the file system...

7.1AI score0.00247EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/08 1:35 a.m.49 views

CVE-2024-23269

A downgrade issue affecting Intel-based Mac computers was addressed with additional code-signing restrictions. This issue is fixed in macOS Monterey 12.7.4, macOS Sonoma 14.4, macOS Ventura 13.6.5. An app may be able to modify protected parts of the file system...

6.9AI score0.00247EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/08 1:35 a.m.132 views

CVE-2024-23269

CVE-2024-23269 describes a downgrade issue on Intel-based Mac computers that could allow an app to modify protected parts of the file system. Apple addressed this by adding code-signing restrictions, and the vulnerability is stated as fixed in macOS Sonoma 14.4, macOS Monterey 12.7.4, and macOS V...

6.2CVSS7.1AI score0.00247EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2024/03/08 1:35 a.m.32 views

CVE-2024-23272

A logic issue was addressed with improved checks. This issue is fixed in macOS Monterey 12.7.4, macOS Sonoma 14.4, macOS Ventura 13.6.5. An attacker may gain access to protected parts of the file system...

5.7AI score0.00238EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/08 1:35 a.m.14 views

CVE-2024-23272

A logic issue was addressed with improved checks. This issue is fixed in macOS Monterey 12.7.4, macOS Sonoma 14.4, macOS Ventura 13.6.5. An attacker may gain access to protected parts of the file system...

6.7AI score0.00238EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/08 1:35 a.m.27 views

CVE-2024-23266

The issue was addressed with improved checks. This issue is fixed in macOS Monterey 12.7.4, macOS Sonoma 14.4, macOS Ventura 13.6.5. An app may be able to modify protected parts of the file system...

5.5AI score0.00228EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/08 1:35 a.m.99 views

CVE-2024-23266

The CVE-2024-23266 issue affects macOS where an app may modify protected parts of the file system. Affected platform versions and patch: macOS Sonoma 14.4, macOS Monterey 12.7.4, and macOS Ventura 13.6.5 contain the fix (improved checks). The description across sources notes the fix but does not ...

5.5CVSS6.7AI score0.00228EPSS
SaveExploits0References12Affected Software1
OpenVAS
OpenVAS
added 2024/03/08 12:00 a.m.19 views

Fedora: Security Advisory for apache-commons-vfs (FEDORA-2024-129d8ca6fc)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.8CVSS9.2AI score0.02578EPSS
SaveExploits3References2
Fedora
Fedora
added 2024/03/07 10:32 p.m.29 views

[SECURITY] Fedora 40 Update: ceph-18.2.1-10.fc40

Ceph is a massively scalable, open-source, distributed storage system that ru ns on commodity hardware and delivers object, block and file system storage...

8.8CVSS9.1AI score0.02578EPSS
SaveExploits3
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.7 views

SUSE CVE-2023-52604

In the Linux kernel, the following vulnerability has been resolved: FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfsdmap.c:2867:6 index 196694 is out of range for type 's81365' aka 'signed char1365' CPU: 1...

7.8CVSS6.5AI score0.00249EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.7 views

SUSE CVE-2023-52601

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbAdjTree Currently there is a bound check missing in the dbAdjTree while accessing the dmtstree. To add the required check added the bool isctl which is required to determine the size as...

7.1CVSS6.3AI score0.00249EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.4 views

SUSE CVE-2023-52602

In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds Read in dtSearch Currently while searching for current page in the sorted entry table of the page there is a out of bound access. Added a bound check to fix the error. Dave: Set return code to -EIO...

4.7CVSS6.4AI score0.00249EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/03/07 12:00 a.m.11 views

Apple macOS Sonoma Security Vulnerability

Apple macOS Sonoma is a desktop operating system from Apple Inc. in the United States. A security vulnerability exists in Apple macOS Sonoma version 14.4, which originates from an application that may be able to modify protected portions of the file system...

5.5CVSS8.3AI score0.00228EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.9 views

PT-2024-22113 · Apple · Apple Macos

Name of the Vulnerable Software and Affected Versions: macOS versions prior to 14.4 Description: A permissions issue was addressed by removing vulnerable code and adding additional checks. This issue may allow an app to modify protected parts of the file system. Recommendations: For versions prio...

7.1CVSS8.4AI score0.00179EPSS
SaveExploits0References5
Apple
Apple
added 2024/03/07 12:00 a.m.217 views

About the security content of macOS Monterey 12.7.4

About the security content of macOS Monterey 12.7.4 This document describes the security content of macOS Monterey 12.7.4. About Apple security updates For our customers' protection, Apple doesn't disclose, discuss, or confirm security issues until an investigation has occurred and patches or...

9.8CVSS9.1AI score0.01789EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2024/03/07 12:00 a.m.12 views

Apple macOS Sonoma Security Vulnerability

Apple macOS Sonoma is a desktop operating system from Apple Inc. in the United States. A security vulnerability exists in Apple macOS Sonoma version 14.4, which originates from a user being able to access protected portions of the file system...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.5 views

PT-2024-19766 · Apple · Apple Macos

Name of the Vulnerable Software and Affected Versions: macOS versions prior to 12.7.4 macOS versions prior to 13.6.5 macOS versions prior to 14.4 Description: A logic issue was addressed with improved checks, allowing a user to potentially gain access to protected parts of the file system...

5.5CVSS8AI score0.00238EPSS
SaveExploits0References14
Rows per page
Query Builder