Lucene search
+L

77373 matches found

RedHat Linux
RedHat Linux
added 2026/04/23 11:30 a.m.15 views

python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules

A flaw was found in Python's decompression modules, including lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is...

9.1CVSS7.2AI score0.00579EPSS
SaveExploits0References10
NVD
NVD
added 2026/04/23 10:16 a.m.13 views

CVE-2026-3259

A Generation of Error Message Containing Sensitive Information vulnerability in the Materialized View Refresh mechanism in Google BigQuery on Google Cloud Platform allows an authenticated user to potentially disclose sensitive data using a crafted materialized view that triggers a runtime error...

7.1CVSS0.00226EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/04/23 8:35 a.m.10 views

CVE-2026-3259 Sensitive Data Disclosure in BigQuery via Materialized View Error Messages

A Generation of Error Message Containing Sensitive Information vulnerability in the Materialized View Refresh mechanism in Google BigQuery on Google Cloud Platform allows an authenticated user to potentially disclose sensitive data using a crafted materialized view that triggers a runtime error...

7.1CVSS5.2AI score0.00226EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/23 8:35 a.m.5 views

CVE-2026-3259

A Generation of Error Message Containing Sensitive Information vulnerability in the Materialized View Refresh mechanism in Google BigQuery on Google Cloud Platform allows an authenticated user to potentially disclose sensitive data using a crafted materialized view that triggers a runtime error...

7.1CVSS5.7AI score0.00226EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/23 8:35 a.m.28 views

CVE-2026-3259

CVE-2026-3259 describes a vulnerability in Google Cloud BigQuery’s materialized view refresh mechanism where an authenticated user could trigger a runtime error that reveals sensitive information in error messages. Affected component: BigQuery Materialized View Refresh; root cause: error handling...

7.1CVSS5.7AI score0.00226EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2026/04/23 8:08 a.m.13 views

ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio

...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/04/23 8:08 a.m.16 views

Bluetooth: btintel: serialize btintel_hw_error() with hci_req_sync_lock

...

7.8CVSS5.2AI score0.00126EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/04/23 8:07 a.m.10 views

dmaengine: xilinx: xdma: Fix regmap init error handling

...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0
NVD
NVD
added 2026/04/23 2:16 a.m.12 views

CVE-2026-41200

STIG Manager is an API and web client for managing Security Technical Implementation Guides STIG assessments of Information Systems. Versions 1.5.10 through 1.6.7 have a reflected Cross-Site Scripting XSS vulnerability in the OIDC authentication error handling code in src/init.js and...

8.5CVSS0.00332EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.8 views

SUSE CVE-2026-31439

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.12 views

SUSE CVE-2026-31446

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in updatesuperwork when racing with umount Commit b98535d09179 "ext4: fix bugon in startthishandle during umount filesystem" moved ext4unregistersysfs before flushing ssbupdwork to prevent new error work...

4.7CVSS5.6AI score0.00135EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.11 views

SUSE CVE-2026-31451

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.12 views

SUSE CVE-2026-31468

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Fix double free in dma-buf feature The error path through vfiopcicorefeaturedmabuf ignores its own advice to only use dmabufput after dmabufexport, instead falling through the entire unwind chain. In the unlikely event...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.10 views

SUSE CVE-2026-31500

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: serialize btintelhwerror with hcireqsynclock btintelhwerror issues two hcicmdsync calls HCIOPRESET and Intel exception-info retrieval without holding hcireqsynclock. This lets it race against hcidevdoclose -...

7CVSS5.6AI score0.00126EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.14 views

SUSE CVE-2026-31514

In the Linux kernel, the following vulnerability has been resolved: erofs: set fileio bio failed in short read case For file-backed mount, IO requests are handled by vfsiocbiterread. However, it can be interrupted by SIGKILL, returning the number of bytes actually copied. Unused folios in bio are...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/23 1:24 a.m.15 views

SUSE CVE-2026-31521

In the Linux kernel, the following vulnerability has been resolved: module: Fix kernel panic when a symbol stshndx is out of bounds The module loader doesn't check for bounds of the ELF section index in simplifysymbols: for i = 1; i shsize / sizeofElfSym; i++ const char name = info-strtab +...

4.4CVSS5.6AI score0.00125EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/04/23 1:24 a.m.12 views

SUSE CVE-2026-31526

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix exception exit lock checking for subprogs processbpfexitfull passes checklock = !curframe to checkresourceleak, which is false in cases when bpfthrow is called from a static subprog. This makes checkresourceleak to skip...

5.5CVSS5.6AI score0.001EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/04/23 1:24 a.m.13 views

SUSE CVE-2026-33595

A client can trigger excessive memory allocation by generating a lot of errors responses over a single DoQ and DoH3 connection, as some resources were not properly released until the end of the connection...

7.5CVSS5.8AI score0.00371EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/23 12:40 a.m.6 views

CVE-2026-41200

STIG Manager is an API and web client for managing Security Technical Implementation Guides STIG assessments of Information Systems. Versions 1.5.10 through 1.6.7 have a reflected Cross-Site Scripting XSS vulnerability in the OIDC authentication error handling code in src/init.js and...

8.5CVSS6.1AI score0.00332EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/04/23 12:40 a.m.17 views

EUVD-2026-25158

STIG Manager is an API and web client for managing Security Technical Implementation Guides STIG assessments of Information Systems. Versions 1.5.10 through 1.6.7 have a reflected Cross-Site Scripting XSS vulnerability in the OIDC authentication error handling code in src/init.js and...

8.5CVSS6.1AI score0.00332EPSS
SaveExploits1References1
Rows per page
Query Builder