Lucene search
+L

30178 matches found

The Hacker News
The Hacker News
added 2025/05/10 6:54 a.m.24 views

Google Pays $1.375 Billion to Texas Over Unauthorized Tracking and Biometric Data Collection

Google has agreed to pay the U.S. state of Texas nearly $1.4 billion to settle two lawsuits that accused the company of tracking users' personal location and maintaining their facial recognition data without consent. The $1.375 billion payment dwarfs the fines the tech giant has paid to settle...

6.9AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2025/05/09 8:44 p.m.40 views

Security Bulletin: Multiple vulnerabilities which can affect IBM Storage Scale cloudkit and CES S3 are now addressed. (CVE-2025-22868, CVE-2025-22869)

Summary There are several vulnerabilities in IBM Storage Scale which could provide weaker than expected security that are now addressed CVE-2024-45337, CVE-2024-45338 Vulnerability Details CVEID:CVE-2025-22868 DESCRIPTION: An attacker can pass a malicious malformed token which causes unexpected...

9.1CVSS7.4AI score0.03153EPSS
SaveExploits2Affected Software1
UbuntuCve
UbuntuCve
added 2025/05/09 5:15 p.m.13 views

CVE-2025-0549

An issue has been discovered in GitLab CE/EE affecting all versions starting from 17.3 prior to 17.9.8, from 17.10 prior to 17.10.6, and from 17.11 prior to 17.11.2. A security vulnerability allows attackers to bypass Device OAuth flow protections, enabling authorization form submission through...

6.8CVSS5.8AI score0.00376EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2025/05/09 5:15 p.m.17 views

CVE-2025-1278

An issue has been discovered in GitLab CE/EE affecting all versions from 12.0 before 17.9.8, 17.10 before 17.10.6, and 17.11 before 17.11.2. Under certain conditions users could bypass IP access restrictions and view sensitive information...

7.5CVSS5.8AI score0.00342EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/09 7:16 a.m.13 views

CVE-2025-37882

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix isochronous Ring Underrun/Overrun event handling The TRB pointer of these events points at enqueue at the time of error occurrence on xHCI 1.1+ HCs or it's NULL on older ones. By the time we are handling the event,...

7.8CVSS0.00279EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/09 7:16 a.m.16 views

CVE-2025-37877

In the Linux kernel, the following vulnerability has been resolved: iommu: Clear iommu-dma ops on cleanup If iommudeviceregister encounters an error, it can end up tearing down already-configured groups and default domains, however this currently still leaves devices hooked up to iommu-dma and ev...

5.5CVSS0.00258EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.20 views

CVE-2025-37877 iommu: Clear iommu-dma ops on cleanup

In the Linux kernel, the following vulnerability has been resolved: iommu: Clear iommu-dma ops on cleanup If iommudeviceregister encounters an error, it can end up tearing down already-configured groups and default domains, however this currently still leaves devices hooked up to iommu-dma and ev...

0.00258EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/09 6:44 a.m.19 views

CVE-2025-37875 igc: fix PTM cycle trigger logic

In the Linux kernel, the following vulnerability has been resolved: igc: fix PTM cycle trigger logic Writing to clear the PTM status 'valid' bit while the PTM cycle is triggered results in unreliable PTM operation. To fix this, clear the PTM 'trigger' and status after each PTM transaction. The...

6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/05/09 6:43 a.m.20 views

CVE-2025-37866

In the Linux kernel, the following vulnerability has been resolved: mlxbf-bootctl: use sysfsemitat in securebootfusestateshow A warning is seen when running the latest kernel on a BlueField SOC: 251.512704 ------------ cut here ------------ 251.512711 invalid sysfsemit: buf:0000000003aa32ae...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/09 6:41 a.m.13 views

CVE-2025-37848

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix PM related deadlocks in MS IOCTLs Prevent runtime resume/suspend while MS IOCTLs are in progress. Failed suspend will call ivpumscleanup that would try to acquire filepriv-mslock, which is already held by the IOCT...

5.5CVSS5.6AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2025/05/09 6:41 a.m.100 views

CVE-2025-37848

The CVE-2025-37848 fix applies to the Linux kernel accel/ivpu MS IOCTLs path. It resolves a PM-related deadlock where runtime resume/suspend can be blocked while MS IOCTLs are in progress; a failed suspend would trigger ivpu_ms_cleanup() which attempts to acquire file_priv->ms_lock that is alr...

5.5CVSS6.5AI score0.00198EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/09 6:41 a.m.10 views

CVE-2025-37848 accel/ivpu: Fix PM related deadlocks in MS IOCTLs

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix PM related deadlocks in MS IOCTLs Prevent runtime resume/suspend while MS IOCTLs are in progress. Failed suspend will call ivpumscleanup that would try to acquire filepriv-mslock, which is already held by the IOCT...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/05/09 6:41 a.m.99 views

CVE-2025-37845

CVE-2025-37845: Linux kernel tracing fprobe events fix prevents use-after-free by unloading a module during tprobe/tracepoint handling. Root cause: a previous relocation of try_module_get() from __find_tracepoint_module_cb() to find_tracepoint() could access a freed module object; the patch resto...

7.8CVSS6.4AI score0.00252EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/09 6:41 a.m.14 views

CVE-2025-37837 iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix warnings due to dmamfreecoherent Two WARNINGs are observed when SMMU driver rolls back upon failure: arm-smmu-v3.9.auto: Failed to register iommu arm-smmu-v3.9.auto: probe with driver arm-smmu-v3 failed...

6AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/05/09 1:31 a.m.27 views

CVE-2025-3218

IBM i 7.2, 7.3, 7.4, 7.5, and 7.6 is vulnerable to authentication and authorization attacks due to incorrect validation processing in IBM i Netserver. A malicious actor could use the weaknesses, in conjunction with brute force authentication attacks or to bypass authority restrictions, to access...

5.4CVSS6.9AI score0.0025EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/09 12:00 a.m.6 views

PT-2025-20583 · Opensuse +1 · Govulncheck-Vulndb

Name of the Vulnerable Software and Affected Versions: govulncheck-vulndb versions prior to 0.0.20250506T153719 Description: This update addresses multiple issues within govulncheck-vulndb. The update includes fixes for issues identified as GO-2025-3645, GO-2025-3646, GO-2025-3647, GO-2025-3648,...

7.3AI score
SaveExploits0References2
OSV
OSV
added 2025/05/09 12:00 a.m.5 views

OPENSUSE-SU-2025:15073-1 chromedriver-136.0.7103.92-1.1 on GA media

These are all security issues fixed in the chromedriver-136.0.7103.92-1.1 package on the GA media of openSUSE Tumbleweed...

8.8CVSS5.8AI score0.00474EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/05/09 12:00 a.m.8 views

SUSE SLES15 Security Update : kernel (Live Patch 17 for SLE 15 SP5) (SUSE-SU-2025:1454-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:1454-1 advisory. This update for the Linux Kernel 5.14.21-1505005573 fixes several issues. The following security issues were fixed: - CVE-2024-8805: Bluetooth:...

8.8CVSS7.1AI score0.0202EPSS
SaveExploits0References10
Citrix
Citrix
added 2025/05/09 12:00 a.m.17 views

Unable to take control during a Teams session with a Linux Workspace

Unable to take control during a Teams session with a Linux Workspace...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/09 12:00 a.m.9 views

PT-2025-20604 · Undefined · Undefined

⚠️ Vulnerability Alert: Multiple vulnerabilities in GL-MT2500 and GL-MT2500A 📅 Timeline: Not provided 🆔 cveId: CVE-2024-57391 📊 baseScore: 7.2 📏 cvssMetrics: AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H cvssSeverity: High 🟠 📈 EPSS Percentile: Not available 🛠️...

7.1AI score
SaveExploits0References2
Rows per page
Query Builder