Lucene search
K

1779 matches found

OSV
OSV
added 2025/01/06 4:20 p.m.7 views

CVE-2024-56761 x86/fred: Clear WFE in missing-ENDBRANCH #CPs

In the Linux kernel, the following vulnerability has been resolved: x86/fred: Clear WFE in missing-ENDBRANCH CPs An indirect branch instruction sets the CPU indirect branch tracker IBT into WAITFORENDBRANCH WFE state and WFE stays asserted across the instruction boundary. When the decoder finds a...

5.5CVSS6.2AI score0.00219EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2024/12/11 4:20 p.m.0 views

php: Filter bypass in filter_var (FILTER_VALIDATE_URL)

A flaw was found in PHP. An early return in the filtervar FILTERVALIDATEURL function results in invalid user information username + password part of URLs being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filtervar...

5.3CVSS6.4AI score0.12117EPSS
Exploits1References5
NVD
NVD
added 2024/11/29 7:15 p.m.10 views

CVE-2024-53861

pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for "abc". This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. Since st...

7.5CVSS0.00751EPSS
Exploits1References3
Hacker One
Hacker One
added 2024/11/25 7:3 p.m.3 views

curl: -H with space prefix leads to previous header injection when used with --proxy

Summary: Hi team, I hope you're doing well. Recently I came accross this weird curl behavior where -H "spaceheader: value" would inject the header in the previous HTTP header. Tried it on mac OS Sequoia 15.1 with curl version curl 8.11.0 aarch64-apple-darwin24.1.0 libcurl/8.11.0 OpenSSL/3.4.0...

7.3AI score
Exploits0
Hacker One
Hacker One
added 2024/11/25 1:46 p.m.2 views

curl: Arbitrary File Deletion Vulnerability in curl Source Code via os.unlink()

Summary: The curl source code's testing scripts contain instances where the os.unlink function is used to delete files without validating the input file paths. This introduces a risk of arbitrary file deletion when these scripts are executed with malicious or manipulated inputs. Although the...

7AI score
Exploits0
0day.today
0day.today
added 2024/11/24 12:0 a.m.138 views

Linux 6.6 Race Condition Exploit

A security-relevant race between mremap and THP code has been discovered. Reaching the buggy code typically requires the ability to create unprivileged namespaces. The bug leads to installing physical address 0 as a page table, which is likely exploitable in several ways: For example, triggering...

7CVSS6.7AI score0.00198EPSS
Exploits2
Cvelist
Cvelist
added 2024/11/23 11:23 a.m.25 views

CVE-2024-11034 Request a Quote for WooCommerce and Elementor – Get a Quote Button – Product Enquiry Form Popup – Product Quotation <= 1.4 - Unauthenticated Arbitrary Shortcode Execution via fire_contact_form

The The Request a Quote for WooCommerce and Elementor – Get a Quote Button – Product Enquiry Form Popup – Product Quotation plugin for WordPress is vulnerable to arbitrary shortcode execution via firecontactform AJAX action in all versions up to, and including, 1.4. This is due to the software...

7.3CVSS0.00727EPSS
Exploits0References4
Packet Storm
Packet Storm
added 2024/11/22 12:0 a.m.913 views

Linux 6.6 Race Condition

Summary I found a security-relevant race between mremap and THP code. Reaching the buggy code typically requires the ability to create unprivileged namespaces. The bug leads to installing physical address 0 as a page table, which is likely exploitable in several ways: For example, triggering the...

7CVSS7AI score0.00198EPSS
Exploits2
OSV
OSV
added 2024/11/15 12:14 a.m.4 views

OSV-2024-1311 Security exception in java.base/java.util.Arrays.copyOfRange

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=378836879 Crash type: Security exception Crash state: java.base/java.util.Arrays.copyOfRange java.base/java.lang.StringUTF16.newString java.base/java.lang.StringBuilder.toString...

5.4AI score
Exploits0References1
NVD
NVD
added 2024/11/12 8:15 p.m.98 views

CVE-2024-52301

Laravel is a web application framework. When the registerargcargv php directive is set to on , and users call any URL with a special crafted query string, they are able to change the environment used by the framework when handling the request. The vulnerability fixed in 6.20.45, 7.30.7, 8.83.28,...

8.7CVSS0.37206EPSS
Exploits1References2
Circl
Circl
added 2024/11/11 8:12 a.m.9 views

CVE-2024-11067

creationtimestamp| type| source ---|---|--- 2024-11-11 08:12:00+00:00| seen| https://infosec.exchange/users/cve/statuses/113463310423022630 2024-11-11 10:15:02+00:00| seen| https://t.me/cvedetector/10482 2024-11-13 16:42:10+00:00| seen| https://mstdn.ca/users/rfwaveio/statuses/113476640532735205...

7.5CVSS4.8AI score0.01301EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/10/29 4:18 a.m.2 views

SUSE CVE-2024-45802

Squid is an open source caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. Due to Input Validation, Premature Release of Resource During Expected Lifetime, and Missing Release of Resource after Effective Lifetime bugs, Squid is vulnerable to Denial of Service attacks by a trusted...

6.8CVSS6.8AI score0.45289EPSS
Exploits0References8
FreeBSD
FreeBSD
added 2024/10/24 12:0 a.m.11 views

qt5-webengine -- Use after free in Serial

Qt qtwebengine-chromium repo reports: Backports for 1 security bug in Chromium: CVE-2024-10827: Use after free in Serial...

8.8CVSS7.9AI score0.00637EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.15 views

CVE-2024-49885 mm, slub: avoid zeroing kmalloc redzone

In the Linux kernel, the following vulnerability has been resolved: mm, slub: avoid zeroing kmalloc redzone Since commit 946fa0dbf2d8 "mm/slub: extend redzone check to extra allocated kmalloc space than requested", setting origsize treats the wasted space objectsize - origsize as a redzone. Howev...

0.00233EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49883 ext4: aovid use-after-free in ext4_ext_insert_extent()

In the Linux kernel, the following vulnerability has been resolved: ext4: aovid use-after-free in ext4extinsertextent As Ojaswin mentioned in Link, in ext4extinsertextent, if the path is reallocated in ext4extcreatenewleaf, we'll use the stale path and cause UAF. Below is a sample trace with dumm...

6.9AI score0.00275EPSS
Exploits0References9
CVE
CVE
added 2024/10/09 6:7 p.m.322 views

CVE-2024-47813

CVE-2024-47813 is a race-condition bug in Wasmtime where concurrent creation/dropping of types (e.g., FuncType, ArrayType) on a shared wasmtime::Engine can cause double-unregistration, potentially corrupting the internal type registry and violating WebAssembly CFI and type safety. The issue arise...

2.9CVSS3.6AI score0.00152EPSS
Exploits0References2Affected Software1
SUSE Linux
SUSE Linux
added 2024/10/08 2:6 p.m.3 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-48911: kabi: add nfqueuegetrefs for kabi compliance. bsc1229633. CVE-2022-48923: btrfs: prevent copying too big compressed lzo segment bsc1229662...

7.8CVSS8AI score0.00824EPSS
Exploits0References52
OSV
OSV
added 2024/09/29 6:30 p.m.27 views

RHSA-2021:5085 Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.9.0 enhancement, security, and bug fix update

Bulletin has no description...

7.5CVSS6.9AI score0.07032EPSS
Exploits4References30
CVE
CVE
added 2024/09/27 12:39 p.m.98 views

CVE-2024-46824

Summary (CVE-2024-46824) The connected MiracleLinux/MiracleLinux AXSA advisory AXSA:2024-9508:43 for MiracleLinux 9 ( kernel 5.14.0-503.14.1.el9_5 ) explicitly lists CVE-2024-46824 among the vulnerabilities. The advisory notes that the issue affects iommufd: drivers must supply the cache_invalida...

5.5CVSS6.5AI score0.00205EPSS
Exploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2024/09/24 1:43 a.m.5 views

kernel: wifi: mac80211: Avoid address calculations via out of bounds array indexing

No description is available for this CVE...

7.3AI score
Exploits0References5
Rows per page
Query Builder