Lucene search
+L

31208 matches found

OSV
OSV
added 2025/07/27 12:0 a.m.3 views

DLA-4253-1 thunderbird - security update

Bulletin has no description...

9.8CVSS7.2AI score0.00472EPSS
SaveExploits0
Patchstack
Patchstack
added 2025/07/25 9:52 p.m.12 views

WordPress Advanced iFrame plugin <= 2025.5 - Authenticated (Contributor+) Stored Cross-Site Scripting vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting vulnerability discovered by muhammad yudha in WordPress Plugin Advanced iFrame versions = 2025.5...

6.4CVSS5.5AI score0.0029EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2025/07/25 8:13 p.m.4 views

GHSA-J63H-HMGW-X4J7 Opencast still publishes global system account credentials

Description Opencast prior to versions 17.6 would incorrectly send the hashed global system account credentials ie: org.opencastproject.security.digest.user and org.opencastproject.security.digest.pass when attempting to fetch mediapackage elements included in a mediapackage XML file. A previous...

6.5CVSS6.5AI score0.00361EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2025/07/25 8:13 p.m.9 views

Opencast still publishes global system account credentials

Description Opencast prior to versions 17.6 would incorrectly send the hashed global system account credentials ie: org.opencastproject.security.digest.user and org.opencastproject.security.digest.pass when attempting to fetch mediapackage elements included in a mediapackage XML file. A previous...

6.5CVSS6.5AI score0.00361EPSS
SaveExploits0References6Affected Software4
Vulnrichment
Vulnrichment
added 2025/07/25 3:50 p.m.6 views

CVE-2024-13976 Commvault 11.20.0 - 11.36.0 Windows Maintenance Installer DLL Injection

A DLL injection vulnerability exists in Commvault for Windows 11.20.0, 11.28.0, 11.32.0, 11.34.0, and 11.36.0. During the installation of maintenance updates, an attacker with local access may exploit uncontrolled search path or DLL loading behavior to execute arbitrary code with elevated...

8.5CVSS8.1AI score0.00185EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.14 views

CVE-2025-38461

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport TOCTOU Transport assignment may race with module unload. Protect newtransport from becoming a stale pointer. This also takes care of an insecure call in vsockuselocaltransport; add a lockdep assert. BUG: unab...

7CVSS5.3AI score0.00121EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 3:27 p.m.94 views

CVE-2025-38457

CVE-2025-38457 concerns a Linux kernel net/sched bug where grafting a qdisc to a non-existent parent class could cause a failure during qdisc initialization. The fix introduces early validation via qdisc_leaf so that attempting to attach to a non-class parent aborts before qdisc_create. Affected ...

5.5CVSS6.3AI score0.00164EPSS
SaveExploits0References11Affected Software1
CBLMariner
CBLMariner
added 2025/07/25 3:8 p.m.7 views

CVE-2025-6395 affecting package gnutls for versions less than 3.7.11-4

CVE-2025-6395 affecting package gnutls for versions less than 3.7.11-4. A patched version of the package is available...

6.5CVSS7.3AI score0.0065EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2025/07/25 3:8 p.m.8 views

CVE-2025-32988 affecting package gnutls for versions less than 3.7.11-4

CVE-2025-32988 affecting package gnutls for versions less than 3.7.11-4. A patched version of the package is available...

8.2CVSS7.3AI score0.01185EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 2:16 p.m.94 views

CVE-2025-38430

This CVE-2025-38430 affects the Linux kernel and is addressed by a patch that makes nfsd4_spo_must_allow() verify that the RPC procedure is NFSPROC4_COMPOUND. If the request is not a v4 compound, examining cstate could yield undefined results; the patch enforces the proper rq_procinfo for v4 comp...

9.8CVSS6.4AI score0.00503EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2025/07/25 1:15 p.m.9 views

CVE-2025-38372

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

7.8CVSS0.00156EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38361

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

7.8CVSS0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/25 12:53 p.m.7 views

CVE-2025-38395 regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods

In the Linux kernel, the following vulnerability has been resolved: regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods drvdata::gpiods is supposed to hold an array of 'gpiodesc' pointers. But the memory is allocated for only one pointer. This will lead to out-of-bounds access later ...

8.4CVSS6.5AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38389

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fix timeline left held on VMA alloc error The following error has been reported sporadically by CI when a test unbinds the i915 driver on a ring submission platform: 239.330153 ------------ cut here ------------...

7.8CVSS5.6AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.9 views

CVE-2025-38371

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable interrupts before resetting the GPU Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an interrupt context as shown in the following trace:...

5.5CVSS5.5AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.15 views

CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS5.5AI score0.00119EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2025/07/25 9:4 a.m.5 views

Security update for gnutls

This update for gnutls fixes the following issues: CVE-2025-32990: Fix 1-byte heap buffer overflow when parsing templates with certtool bsc1246267 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively...

4.8CVSS7.2AI score0.0072EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/07/25 12:0 a.m.5 views

NewStart CGSL MAIN 7.02 : python-urllib3 Multiple Vulnerabilities (NS-SA-2025-0157)

The remote NewStart CGSL host, running version MAIN 7.02, has python-urllib3 packages installed that are affected by multiple vulnerabilities: - urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the Cookie HTTP header special or provide any helpers for managing...

8.1CVSS6.7AI score0.01207EPSS
SaveExploits2References7
Tenable Nessus
Tenable Nessus
added 2025/07/25 12:0 a.m.2 views

SimpleHelp < 5.5.11 XSRF

The version of SimpleHelp running on the remote web server is prior to 5.5.11. It is, therefore, affected by a cross-site request forgery XSRF vulnerability. Note that this vulnerability can be used in conjunction with CVE-2025-36727 to fully compromise a target. Note that Nessus has not tested f...

8.8CVSS8.4AI score0.00423EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/24 11:15 p.m.6 views

CVE-2025-32429

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In versions 9.4-rc-1 through 16.10.5 and 17.0.0-rc-1 through 17.2.2, it's possible for anyone to inject SQL using the parameter sort of the getdeleteddocuments.vm. It's injected as is as an...

9.8CVSS0.8541EPSS
SaveExploits6References4
Rows per page
Query Builder