Lucene search
+L

10144 matches found

Debian CVE
Debian CVE
added 2025/05/21 2:34 p.m.13 views

CVE-2024-23337

jq is a command-line JSON processor. In versions up to and including 1.7.1, an integer overflow arises when assigning value using an index of 2147483647, the signed integer limit. This causes a denial of service. Commit de21386681c0df0104a99d9d09db23a9b2a78b1e contains a patch for the issue...

6.5CVSS6.2AI score0.0041EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2025/05/21 12:35 p.m.26 views

CVE-2025-40775

When an incoming DNS protocol message includes a Transaction Signature TSIG, BIND always checks it. If the TSIG contains an invalid value in the algorithm field, BIND immediately aborts with an assertion failure. This issue affects BIND 9 versions 9.20.0 through 9.20.8 and 9.21.0 through 9.21.7...

7.5CVSS8.1AI score0.12496EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2025/05/21 7:16 a.m.8 views

CVE-2025-4949

In Eclipse JGit versions 7.2.0.202503040940-r and older, the ManifestParser class used by the repo command and the AmazonS3 class used to implement the experimental amazons3 git transport protocol allowing to store git pack files in an Amazon S3 bucket, are vulnerable to XML External Entity XXE...

6.8CVSS6.9AI score0.00737EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/05/21 6:16 a.m.6 views

CVE-2025-4969

A vulnerability was found in the libsoup package. This flaw stems from its failure to correctly verify the termination of multipart HTTP messages. This can allow a remote attacker to send a specially crafted multipart HTTP body, causing the libsoup-consuming server to read beyond its allocated...

6.5CVSS6.8AI score0.00818EPSS
SaveExploits0References3
Wolfi
Wolfi
added 2025/05/21 1:46 a.m.26 views

CVE-2025-47279 vulnerabilities

Vulnerabilities for packages: code-server...

3.1CVSS7.1AI score0.00302EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/05/21 1:14 a.m.29 views

CVE-2025-32962 vulnerabilities

Vulnerabilities for packages: airflow, superset, airflow-core...

6.1CVSS4.5AI score0.00218EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/05/21 1:14 a.m.25 views

CVE-2025-47279 vulnerabilities

Vulnerabilities for packages: code-server...

3.1CVSS7.1AI score0.00302EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/05/21 1:14 a.m.10 views

GHSA-CXRH-J4JR-QWG3 vulnerabilities

Vulnerabilities for packages: code-server...

7.5AI score
SaveExploits0
Chainguard
Chainguard
added 2025/05/21 1:14 a.m.10 views

GHSA-99PM-CH96-CCP2 vulnerabilities

Vulnerabilities for packages: airflow, superset, airflow-core...

5.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/05/20 10:15 p.m.5 views

CVE-2025-5001

A vulnerability was found in GNU PSPP 82fb509fb2fedd33e7ac0c46ca99e108bb3bdffb. It has been declared as problematic. This vulnerability affects the function calloc of the file pspp-convert.c. The manipulation of the argument -l leads to integer overflow. Local access is required to approach this...

5.5CVSS5.4AI score0.00261EPSS
SaveExploits1References7
Wolfi
Wolfi
added 2025/05/20 7:46 p.m.25 views

CVE-2025-32962 vulnerabilities

Vulnerabilities for packages: airflow, superset...

6.1CVSS4.5AI score0.00218EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/05/20 7:46 p.m.12 views

GHSA-99PM-CH96-CCP2 vulnerabilities

Vulnerabilities for packages: airflow, superset...

5.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/05/20 6:15 p.m.6 views

CVE-2025-37983

In the Linux kernel, the following vulnerability has been resolved: qibfs: fix another leak failure to allocate inode = leaked dentry... this one had been there since the initial merge; to be fair, if we are that far OOM, the odds of failing at that particular allocation are low...

5.5CVSS6AI score0.00168EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/05/20 6:15 p.m.8 views

CVE-2025-37984

In the Linux kernel, the following vulnerability has been resolved: crypto: ecdsa - Harden against integer overflows in DIVROUNDUP Herbert notes that DIVROUNDUP may overflow unnecessarily if an ecdsa implementation's -keysize callback returns an unusually large value. Herbert instead suggests for...

7CVSS6.1AI score0.00164EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/05/20 6:15 p.m.10 views

CVE-2025-37985

In the Linux kernel, the following vulnerability has been resolved: USB: wdm: close race between wdmopen and wdmwwanportstop Clearing WDMWWANINUSE must be the last action or we can open a chardev whose URBs are still poisoned...

4.7CVSS6AI score0.00121EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/05/20 6:15 p.m.3 views

CVE-2025-37988

In the Linux kernel, the following vulnerability has been resolved: fix a couple of races in MNTTREEBENEATH handling by domovemount Normally dolockmountpath, is locking a mountpoint pinned by path and at the time when matching unlockmount unlocks that location it is still pinned by the same thing...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.7 views

CVE-2025-37976

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.9AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.9 views

CVE-2025-37968

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

5.5CVSS6.2AI score0.0014EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.6 views

CVE-2025-37967

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix deadlock This patch introduces the ucsiconmutexlock / ucsiconmutexunlock functions to the UCSI driver. ucsiconmutexlock ensures the connector mutex is only locked if a connection is established...

5.5CVSS6.1AI score0.00131EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.9 views

CVE-2025-37974

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix missing check for zpcicreatedevice error return The zpcicreatedevice function returns an error pointer that needs to be checked before dereferencing it as a struct zpcidev pointer. Add the missing check in clpadd...

5.5CVSS6.1AI score0.00162EPSS
SaveExploits0References20
Rows per page
Query Builder