CVE-2019-19769
published 2019-12-12CVE-2019-19769: In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_lock_acquire function (related to include/trace/events/lock.h).
PriorityP428medium6.7CVSS 3.1
AVLACLPRHUINSUCHIHAH
EPSS
1.34%
68.4th percentile
In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_lock_acquire function (related to include/trace/events/lock.h).
Affected
9 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.5.13-1 (bookworm) | linux 5.5.13-1 (bookworm) |
| fedoraproject | fedora | — | — |
| fedoraproject | fedora | — | — |
| android | — | — | |
| linux | linux_kernel | <= 5.3.10 | — |
| linux | linux_kernel | >= 0 < 5.5.13-1 | 5.5.13-1 |
| linux | linux_kernel | >= 0 < 5.5.13-1 | 5.5.13-1 |
| linux | linux_kernel | >= 0 < 5.5.13-1 | 5.5.13-1 |
| linux | linux_kernel | >= 0 < 5.5.13-1 | 5.5.13-1 |
CVSS provenance
nvdv3.16.7MEDIUMCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
nvdv2.06.5MEDIUMAV:N/AC:L/Au:S/C:P/I:P/A:P
osv7.8HIGH
vendor_ubuntu7.8HIGH
vendor_debian6.7MEDIUM
vendor_redhat6.7MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-c798-7c9v-6jgh: In the Linux kernel 5
ghsa_unreviewed·2022-05-24
CVE-2019-19769 [MEDIUM] GHSA-c798-7c9v-6jgh: In the Linux kernel 5
In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_lock_acquire function (related to include/trace/events/lock.h).
OSV
CVE-2019-19769: In __locks_wake_up_blocks of locks
osv·2020-09-01
CVE-2019-19769 CVE-2019-19769: In __locks_wake_up_blocks of locks
In __locks_wake_up_blocks of locks.c, there is a possible out of bounds write due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
OSV
linux, linux-raspi2, linux-raspi2-5.3 regression
osv·2020-05-28·CVSS 7.8
[HIGH] linux, linux-raspi2, linux-raspi2-5.3 regression
linux, linux-raspi2, linux-raspi2-5.3 regression
USN-4369-1 fixed vulnerabilities in the 5.3 Linux kernel. Unfortunately,
that update introduced a regression in overlayfs. This update corrects
the problem.
We apologize for the inconvenience.
Original advisory details:
It was discovered that the btrfs implementation in the Linux kernel did not
properly detect that a block was marked dirty in some situations. An
attacker could use this to specially craft a file system image that, when
unmounted, could cause a denial of service (system crash). (CVE-2019-19377)
Tristan Madani discovered that the file locking implementation in the Linux
kernel contained a race condition. A local attacker could possibly use this
to cause a denial of service or expose sensitive information.
(CVE-2019-19769)
OSV
linux, linux-aws, linux-aws-5.3, linux-azure, linux-azure-5.3, linux-gcp, linux-gcp-5.3, linux-gke-5.3, linux-hwe, linux-kvm, linux-oracle, linux-oracle-5.3, linux-raspi2 vulnerabilities
osv·2020-05-24·CVSS 7.8
CVE-2019-19377 [HIGH] linux, linux-aws, linux-aws-5.3, linux-azure, linux-azure-5.3, linux-gcp, linux-gcp-5.3, linux-gke-5.3, linux-hwe, linux-kvm, linux-oracle, linux-oracle-5.3, linux-raspi2 vulnerabilities
linux, linux-aws, linux-aws-5.3, linux-azure, linux-azure-5.3, linux-gcp, linux-gcp-5.3, linux-gke-5.3, linux-hwe, linux-kvm, linux-oracle, linux-oracle-5.3, linux-raspi2 vulnerabilities
It was discovered that the btrfs implementation in the Linux kernel did not
properly detect that a block was marked dirty in some situations. An
attacker could use this to specially craft a file system image that, when
unmounted, could cause a denial of service (system crash). (CVE-2019-19377)
Tristan Madani discovered that the file locking implementation in the Linux
kernel contained a race condition. A local attacker could possibly use this
to cause a denial of service or expose sensitive information.
(CVE-2019-19769)
It was discovered that the Serial CAN interface driver in the Linux kernel
did not p
OSV
linux-gke-5.0, linux-oem-osp1 vulnerabilities
osv·2020-05-19·CVSS 6.7
CVE-2019-19769 [MEDIUM] linux-gke-5.0, linux-oem-osp1 vulnerabilities
linux-gke-5.0, linux-oem-osp1 vulnerabilities
Tristan Madani discovered that the file locking implementation in the Linux
kernel contained a race condition. A local attacker could possibly use this
to cause a denial of service or expose sensitive information.
(CVE-2019-19769)
It was discovered that the Serial CAN interface driver in the Linux kernel
did not properly initialize data. A local attacker could use this to expose
sensitive information (kernel memory). (CVE-2020-11494)
It was discovered that the linux kernel did not properly validate certain
mount options to the tmpfs virtual memory file system. A local attacker
with the ability to specify mount options could use this to cause a denial
of service (system crash). (CVE-2020-11565)
It was discovered that the OV51x USB Camera dev
Kernel
locks: fix a potential use-after-free problem when wakeup a waiter
kernel_security·2020-03-04·CVSS 6.7
CVE-2019-19769 [MEDIUM] locks: fix a potential use-after-free problem when wakeup a waiter
locks: fix a potential use-after-free problem when wakeup a waiter
'16306a61d3b7 ("fs/locks: always delete_block after waiting.")' add the
logic to check waiter->fl_blocker without blocked_lock_lock. And it will
trigger a UAF when we try to wakeup some waiter:
Thread 1 has create a write flock a on file, and now thread 2 try to
unlock and delete flock a, thread 3 try to add flock b on the same file.
Thread2 Thread3
flock syscall(create flock b)
...flock_lock_inode_wait
flock_lock_inode(will insert
our fl_blocked_member list
to flock a's fl_blocked_requests)
sleep
flock syscall(unlock)
...flock_lock_inode_wait
locks_delete_lock_ctx
...__locks_wake_up_blocks
__locks_delete_blocks(
b->fl_blocker = NULL)
...
break by a signal
locks_delete_block
b->fl_blocker == NULL &&
list_empty(&b->fl_blo
OSV
CVE-2019-19769: In the Linux kernel 5
osv·2019-12-12·CVSS 6.7
CVE-2019-19769 [MEDIUM] CVE-2019-19769: In the Linux kernel 5
In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_lock_acquire function (related to include/trace/events/lock.h).
Android
CVE-2019-19769: Storage subsystem
vendor_android·2020-09-01·CVSS 6.7
CVE-2019-19769 [MEDIUM] CVE-2019-19769: Storage subsystem
Android Security Bulletin 2020-09-01
CVE: CVE-2019-19769
Severity: HIGH
Type: EoP
Component: Storage subsystem
References: A-150693748
Upstream kernel
[2]
Ubuntu
Linux kernel regression
vendor_ubuntu·2020-05-28·CVSS 7.8
[HIGH] Linux kernel regression
Title: Linux kernel regression
Summary: USN-4369-1 introduced a regression in the Linux kernel.
USN-4369-1 fixed vulnerabilities in the 5.3 Linux kernel. Unfortunately,
that update introduced a regression in overlayfs. This update corrects
the problem.
We apologize for the inconvenience.
Original advisory details:
It was discovered that the btrfs implementation in the Linux kernel did not
properly detect that a block was marked dirty in some situations. An
attacker could use this to specially craft a file system image that, when
unmounted, could cause a denial of service (system crash). (CVE-2019-19377)
Tristan Madani discovered that the file locking implementation in the Linux
kernel contained a race condition. A local attacker could possibly use this
to cause a denial of service or
Ubuntu
Linux kernel vulnerabilities
vendor_ubuntu·2020-05-24·CVSS 7.8
CVE-2019-19377 [HIGH] Linux kernel vulnerabilities
Title: Linux kernel vulnerabilities
Summary: Several security issues were fixed in the Linux kernel.
It was discovered that the btrfs implementation in the Linux kernel did not
properly detect that a block was marked dirty in some situations. An
attacker could use this to specially craft a file system image that, when
unmounted, could cause a denial of service (system crash). (CVE-2019-19377)
Tristan Madani discovered that the file locking implementation in the Linux
kernel contained a race condition. A local attacker could possibly use this
to cause a denial of service or expose sensitive information.
(CVE-2019-19769)
It was discovered that the Serial CAN interface driver in the Linux kernel
did not properly initialize data. A local attacker could use this to expose
sensitive informat
Ubuntu
Linux kernel vulnerabilities
vendor_ubuntu·2020-05-19·CVSS 6.7
CVE-2019-19769 [MEDIUM] Linux kernel vulnerabilities
Title: Linux kernel vulnerabilities
Summary: Several security issues were fixed in the Linux kernel.
Tristan Madani discovered that the file locking implementation in the Linux
kernel contained a race condition. A local attacker could possibly use this
to cause a denial of service or expose sensitive information.
(CVE-2019-19769)
It was discovered that the Serial CAN interface driver in the Linux kernel
did not properly initialize data. A local attacker could use this to expose
sensitive information (kernel memory). (CVE-2020-11494)
It was discovered that the linux kernel did not properly validate certain
mount options to the tmpfs virtual memory file system. A local attacker
with the ability to specify mount options could use this to cause a denial
of service (system crash). (CVE-2020
Red Hat
kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h
vendor_redhat·2019-11-29·CVSS 6.7
CVE-2019-19769 [MEDIUM] CWE-416 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h
kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h
In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_lock_acquire function (related to include/trace/events/lock.h).
A use-after-free flaw was found when wakeup a waiter was in race in the locks_delete_block in fs/locks.c function in the Linux kernel's filesystem. A local attacker with a special user account (or root) may cause a denial of service, a system crash, or a leak in the internal kernel information.
Mitigation: Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
Package: kernel (Red Ha
Debian
CVE-2019-19769: linux - In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_l...
vendor_debian·2019·CVSS 6.7
CVE-2019-19769 [MEDIUM] CVE-2019-19769: linux - In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_l...
In the Linux kernel 5.3.10, there is a use-after-free (read) in the perf_trace_lock_acquire function (related to include/trace/events/lock.h).
Scope: local
bookworm: resolved (fixed in 5.5.13-1)
bullseye: resolved (fixed in 5.5.13-1)
forky: resolved (fixed in 5.5.13-1)
sid: resolved (fixed in 5.5.13-1)
trixie: resolved (fixed in 5.5.13-1)
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2019-19769 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h
bugzilla·2019-12-23·CVSS 6.7
CVE-2019-19769 [MEDIUM] CVE-2019-19769 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h
CVE-2019-19769 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h
An use-after-free (UAF) flaw was found when wakeup a waiter was in race in locks_delete_block in fs/locks.c in the Linux kernel's filesystem. A local attacker with a special user account (or root) may cause a denial of access (DoS), a system crash or leak internal kernel information.
Reference:
https://bugzilla.kernel.org/show_bug.cgi?id=205705
Discussion:
Created kernel tracking bugs for this issue:
Affects: fedora-all [bug 1786175]
---
Mitigation:
Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
Bugzilla
CVE-2019-19769 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h [fedora-all]
bugzilla·2019-12-23·CVSS 6.7
CVE-2019-19769 [MEDIUM] CVE-2019-19769 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h [fedora-all]
CVE-2019-19769 kernel: use-after-free in perf_trace_lock_acquire related to include/trace/events/lock.h [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this is
https://bugzilla.kernel.org/show_bug.cgi?id=205705https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TF4PQZBEPNXDSK5DOBMW54OCLP25FTCD/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VJSIZWKW7RDHKU3CHC5BFAQI43NVHLUQ/https://security.netapp.com/advisory/ntap-20200103-0001/https://usn.ubuntu.com/4368-1/https://usn.ubuntu.com/4369-1/https://bugzilla.kernel.org/show_bug.cgi?id=205705https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TF4PQZBEPNXDSK5DOBMW54OCLP25FTCD/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VJSIZWKW7RDHKU3CHC5BFAQI43NVHLUQ/https://security.netapp.com/advisory/ntap-20200103-0001/https://usn.ubuntu.com/4368-1/https://usn.ubuntu.com/4369-1/
2019-12-12
Published