Lucene search
+L

748 matches found

RedHat Linux
RedHat Linux
added 2024/03/13 12:29 a.m.6 views

kernel: memcg does not limit the number of POSIX file locks allowing memory exhaustion

A flaw was found in the filelockinit in fs/locks.c function in the Linux kernel. This issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface POSIX file locks...

5.5CVSS6.8AI score0.00283EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/03/13 12:17 a.m.9 views

kernel: memcg does not limit the number of POSIX file locks allowing memory exhaustion

A flaw was found in the filelockinit in fs/locks.c function in the Linux kernel. This issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface POSIX file locks...

5.5CVSS6.8AI score0.00283EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/03/13 12:17 a.m.31 views

Moderate: Red Hat Security Advisory: kernel-rt security and bug fix update

An update for kernel-rt is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. 'Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available f...

5.5CVSS6.7AI score0.00283EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/03/13 12:0 a.m.35 views

RHEL 9 : kernel-rt (RHSA-2024:1303)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:1303 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Securi...

5.5CVSS6.7AI score0.00283EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/03/12 12:48 a.m.5 views

kernel: memcg does not limit the number of POSIX file locks allowing memory exhaustion

A flaw was found in the filelockinit in fs/locks.c function in the Linux kernel. This issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface POSIX file locks...

5.5CVSS6.8AI score0.00283EPSS
SaveExploits0References6
CERT
CERT
added 2024/03/07 12:0 a.m.84 views

Sceiner firmware locks and associated devices are vulnerable to encryption downgrade and arbitrary file upload attacks

Overview Sciener is a company that develops software and hardware for electronic locks that are marketed under many different brands. Their hardware works in tandem with an app, called the TTLock app, which is also produced by Sciener. The TTLock app utilizes Bluetooth connections to connect to...

9.8CVSS7.5AI score0.00503EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/03/07 12:0 a.m.8 views

PT-2024-15174 · Kontrol +2 · Kontrol +3

Name of the Vulnerable Software and Affected Versions: Sciener firmware affected versions not specified Description: The issue concerns the unlockKey character in locks using Sciener firmware, which can be compromised through brute force attacks by sending repeated challenge requests. This affect...

9.1CVSS7AI score0.00503EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/03/07 12:0 a.m.8 views

PT-2024-15171 · Kontrol +2 · Kontrol +3

Name of the Vulnerable Software and Affected Versions: Sciener firmware affected versions not specified Description: The issue concerns the use of a non-unique AES key in the pairing process between locks using Sciener firmware and wireless keypads. This key can be reused, potentially compromisin...

6.8CVSS7AI score0.0028EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/02 5:49 a.m.7 views

SUSE CVE-2021-46997

In the Linux kernel, the following vulnerability has been resolved: arm64: entry: always set GICPRIOPSRISET during entry Zenghui reports that booting a kernel with "irqchip.gicv3pseudonmi=1" on the command line hits a warning during kernel entry, due to the way we manipulate the PMR. Early in the...

5.5CVSS7.9AI score0.00246EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/29 11:15 p.m.6 views

UBUNTU-CVE-2021-47055

In the Linux kernel, the following vulnerability has been resolved: mtd: require write permissions for locking and badblock ioctls MEMLOCK, MEMUNLOCK and OTPLOCK modify protection bits. Thus require write permission. Depending on the hardware MEMLOCK might even be write-once, e.g. for SPI-NOR...

5.5CVSS6.2AI score0.00197EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 3:52 p.m.9 views

CVE-2023-52493 bus: mhi: host: Drop chan lock before queuing buffers

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Drop chan lock before queuing buffers Ensure read and write locks for the channel are not taken in succession by dropping the read lock from parsexferevent such that a callback given to client can potentially queu...

5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/02/29 3:52 p.m.32 views

CVE-2023-52493 bus: mhi: host: Drop chan lock before queuing buffers

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Drop chan lock before queuing buffers Ensure read and write locks for the channel are not taken in succession by dropping the read lock from parsexferevent such that a callback given to client can potentially queu...

7.6AI score0.00209EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/02/29 11:37 a.m.40 views

CVE-2023-52483

A use-after-free vulnerability was found in the Linux kernel, which affects the mctp component and is caused by route lookups that traverse the net's route list without the RCU read lock held. This issue can result in a use-after-free situation where the kfree function is called on a route pointe...

7.8CVSS8.8AI score0.00231EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/29 6:15 a.m.31 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

6.6AI score0.00231EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/29 5:43 a.m.42 views

CVE-2023-52483 mctp: perform route lookups under a RCU read-side lock

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups mctproutelookup and mctproutelookupnull traverse the net's route list without the RCU read lock held. This means the route lookup is subject to...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.11 views

DEBIAN-CVE-2021-47038

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: avoid deadlock between hcidev-lock and socket lock Commit eab2404ba798 "Bluetooth: Add BTPHY socket option" added a dependency between socket lock and hcidev-lock that could lead to deadlock. It turns out that...

5.5CVSS5.9AI score0.00179EPSS
SaveExploits0References1
Palo Alto Networks
Palo Alto Networks
added 2024/02/14 5:0 p.m.62 views

PAN-OS: Insufficient Session Expiration Vulnerability in the Web Interface

Web sessions in the management interface in Palo Alto Networks PAN-OS software do not expire in certain situations, making it susceptible to unauthorized access. Work around: Ensure that inactivity-based screen locks are enforced on endpoints with access to the PAN-OS web interface...

8.8CVSS7AI score0.00503EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/02/13 7:5 p.m.27 views

CVE-2024-25122 Cross-site Scripting sidekiq-unique-jobs UI server vulnerability

sidekiq-unique-jobs is an open source project which prevents simultaneous Sidekiq jobs with the same unique arguments to run. Specially crafted GET request parameters handled by any of the following endpoints of sidekiq-unique-jobs' "admin" web UI, allow a super-user attacker, or an unwitting, bu...

7.1CVSS6.7AI score0.00525EPSS
SaveExploits1References2
Snyk
Snyk
added 2024/02/13 6:34 p.m.2 views

Cross-site Scripting (XSS)

Overview sidekiq-unique-jobs is a package containing unique jobs that were removed from sidekiq. Affected versions of this package are vulnerable to Cross-site Scripting XSS via specially crafted GET request parameters handled by any of the following endpoints of the "admin" web UI: /changelogs,...

8.2CVSS5.2AI score0.00525EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2024/02/13 6:34 p.m.37 views

XSS sidekiq-unique-jobs UI server vulnerability

Summary Cross site scripting XSS potentially exposing cookies / sessions / localStorage, fixed by sidekiq-unique-jobs v8.0.7. Specifically, this is a Reflected Server-Side, Non-Self, Cross Site Scripting vulnerability, considered a P3 on the BugCrowd taxonomy with the following categorization:...

7.1CVSS7.7AI score0.00525EPSS
SaveExploits1References6Affected Software1
Rows per page
Query Builder