Lucene search
+L

3206 matches found

Cvelist
Cvelist
•added 2024/02/27 6:40 p.m.•38 views

CVE-2021-46939 tracing: Restructure trace_clock_global() to never block

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

6.1AI score0.00246EPSS
SaveExploits0References9
Cvelist
Cvelist
•added 2024/02/27 9:44 a.m.•48 views

CVE-2021-46933 usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Clear ffseventfd in ffsdataclear. ffsdataclear is indirectly called from both ffsfskillsb and ffsep0release, so it ends up being called twice when userland closes ep0 and then unmounts ffs. If userland provided ...

7.8CVSS6.3AI score0.00244EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2024/02/27 2:24 a.m.•75 views

Low: Red Hat Security Advisory: Red Hat OpenShift distributed tracing 3.1.0 operator/operand containers

Red Hat OpenShift distributed tracing 3.1.0 Red Hat Product Security has rated this update as having a security impact of "Low". A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References...

7.3CVSS6.7AI score0.00797EPSS
SaveExploits1References13
SUSE CVE
SUSE CVE
•added 2024/02/24 3:16 a.m.•9 views

SUSE CVE-2024-26591

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

5.5CVSS6.6AI score0.0023EPSS
SaveExploits0References9
OSV
OSV
•added 2024/02/22 5:15 p.m.•10 views

DEBIAN-CVE-2024-26591

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

5.5CVSS5.7AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
•added 2024/02/22 5:15 p.m.•20 views

UBUNTU-CVE-2024-26591

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

5.5CVSS6.3AI score0.0023EPSS
SaveExploits0References13
Prion
Prion
•added 2024/02/22 5:15 p.m.•34 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

7.2AI score0.0023EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2024/02/22 4:21 p.m.•48 views

CVE-2024-26591

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

5.5CVSS7AI score0.0023EPSS
SaveExploits0
OSV
OSV
•added 2024/02/22 4:21 p.m.•9 views

CVE-2024-26591 bpf: Fix re-attachment branch in bpf_tracing_prog_attach

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

6AI score
SaveExploits0References8
Oracle linux
Oracle linux
•added 2024/02/12 12:00 a.m.•41 views

Unbreakable Enterprise kernel security update

4.14.35-2047.533.3 - net: rfkill: gpio: set GPIO direction Rouven Czerwinski - sched/fair: Fix tg-load when offlining a CPU Vincent Guittot Orabug: 36185208 - IB/cm: Cancel mad on the DREQ event when the state is MRAREPRCVD Mark Zhang Orabug: 36143229 - sched/rt: picknextrtentity: check listentry...

9.8CVSS10AI score0.05011EPSS
SaveExploits6
Wired Threat Level
Wired Threat Level
•added 2024/02/07 2:00 p.m.•24 views

Ransomware Payments Hit a Record $1.1 Billion in 2023

After a slowdown in payments to ransomware gangs in 2022, last year saw total ransom payouts jump to their highest level yet, according to a new report from crypto-tracing firm Chainalysis...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
•added 2024/01/25 8:13 a.m.•11 views

kernel: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option

A flaw was found in the Linux kernel. The PTRACESEIZE code path allows attackers to bypass intended restrictions on setting the PTSUSPENDSECCOMP flag, possibly disabling seccomp...

7.8CVSS6.7AI score0.00798EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
•added 2024/01/17 8:32 p.m.•23 views

use-after-free in tracing

The implementation of the Instrumented::intoinner method in affected versions of this crate contains undefined behavior due to incorrect use of std::mem::forget The function creates const pointers to self, calls mem::forgetselfstd::mem::forget, and then moves values out of those pointers using...

7.2AI score
SaveExploits0References5Affected Software1
OSV
OSV
•added 2024/01/17 8:32 p.m.•14 views

GHSA-8F24-6M29-WM2R use-after-free in tracing

The implementation of the Instrumented::intoinner method in affected versions of this crate contains undefined behavior due to incorrect use of std::mem::forget The function creates const pointers to self, calls mem::forgetselfstd::mem::forget, and then moves values out of those pointers using...

7.2AI score
SaveExploits0References5
OpenVAS
OpenVAS
•added 2024/01/03 12:00 a.m.•43 views

Ubuntu: Security Advisory (USN-6563-1)

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.8CVSS8.9AI score0.2063EPSS
SaveExploits0References2
Ubuntu
Ubuntu
•added 2024/01/02 9:28 a.m.•83 views

USN-6563-1: Thunderbird vulnerabilities

Multiple security issues were discovered in Thunderbird. If a user were tricked into opening a specially crafted website in a browsing context, an attacker could potentially exploit these to cause a denial of service, obtain sensitive information, bypass security restrictions, cross-site tracing,...

8.8CVSS7.9AI score0.2063EPSS
SaveExploits0
RedHat Linux
RedHat Linux
•added 2023/12/06 5:00 a.m.•39 views

Important: Red Hat Security Advisory: Red Hat OpenShift distributed tracing 3.0.0 operator/operand containers

Red Hat OpenShift distributed tracing 3.0.0 Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the...

7.5CVSS7.2AI score0.01364EPSS
SaveExploits0References10
OpenVAS
OpenVAS
•added 2023/11/28 12:00 a.m.•23 views

Ubuntu: Security Advisory (USN-6515-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 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.8CVSS8.9AI score0.01406EPSS
SaveExploits0References2
Ubuntu
Ubuntu
•added 2023/11/27 5:45 a.m.•57 views

USN-6515-1: Thunderbird vulnerabilities

Multiple security issues were discovered in Thunderbird. If a user were tricked into opening a specially crafted website in a browsing context, an attacker could potentially exploit these to cause a denial of service, obtain sensitive information, bypass security restrictions, cross-site tracing,...

8.8CVSS8AI score0.01406EPSS
SaveExploits0
Oracle linux
Oracle linux
•added 2023/11/21 12:00 a.m.•58 views

Unbreakable Enterprise kernel-container security update

5.4.17-2136.325.5.el8 - perf symbols: Symbol lookup with kcore can fail if multiple segments match stext Krister Johansen Orabug: 35905508 - char: misc: Increase the maximum number of dynamic misc devices to 1048448 D Scott Phillips Orabug: 35905508 - perf/arm-cmn: Fix invalid pointer when access...

7.1CVSS7.8AI score0.00387EPSS
SaveExploits0
Rows per page
Query Builder