Lucene search
+L

63 matches found

Vulnrichment
Vulnrichment
added 2025/11/25 5:23 a.m.7 views

CVE-2025-13644 MongoDB may be susceptible to Invariant Failure due to batched delete

MongoDB Server may experience an invariant failure during batched delete operations when handling documents. The issue arises when the server mistakenly assumes the presence of multiple documents in a batch based solely on document size exceeding BSONObjMaxSize. This issue affects MongoDB Server...

7.1CVSS6.5AI score0.00326EPSS
SaveExploits0References1
CVE
CVE
added 2025/11/25 5:23 a.m.47 views

CVE-2025-13644

The CVE-2025-13644 issue affects MongoDB Server and stems from an invariant failure during batched delete operations. The server may misinterpret a batch as containing multiple documents when the document size exceeds BSONObjMaxSize, leading to incorrect handling of the batch. Affected versions i...

7.5CVSS6.5AI score0.00326EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2025/11/25 5:23 a.m.8 views

CVE-2025-13644 MongoDB may be susceptible to Invariant Failure due to batched delete

MongoDB Server may experience an invariant failure during batched delete operations when handling documents. The issue arises when the server mistakenly assumes the presence of multiple documents in a batch based solely on document size exceeding BSONObjMaxSize. This issue affects MongoDB Server...

7.1CVSS6.6AI score
SaveExploits0References3
FreeBSD
FreeBSD
added 2025/11/25 12:00 a.m.11 views

MongoDB -- Reachable Assertion

https://jira.mongodb.org/browse/SERVER-101180 reports: MongoDB Server may experience an invariant failure during batched delete operations when handling documents. The issue arises when the server mistakenly assumes the presence of multiple documents in a batch based solely on document size...

7.5CVSS7AI score0.00326EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2025-22694

Malicious code in bioql PyPI...

6.2AI score0.00164EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/01 12:15 p.m.13 views

CVE-2023-53463

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

7.5CVSS0.00356EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/01 11:42 a.m.39 views

CVE-2023-53463

The CVE-2023-53463 entry concerns Linux kernel ibmvnic (IBM Power NIC) handling of NON_FATAL resets. The advisory describes a bug where resetting dql stats on NON_FATAL resets could lead to a mismatch between num_queued and num_completed due to batched skb handling, causing a BUG_ON crash during ...

7.5CVSS5.7AI score0.00356EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.24 views

CVE-2023-53463 ibmvnic: Do not reset dql stats on NON_FATAL err

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

7.5CVSS0.00356EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-38447

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out b...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/07/29 11:23 p.m.8 views

SUSE CVE-2025-38447

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.8CVSS6.2AI score0.00164EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 4:15 p.m.12 views

CVE-2025-38447

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.8CVSS0.00164EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/25 4:15 p.m.8 views

UBUNTU-CVE-2025-38447

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.19 views

CVE-2025-38447

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.8CVSS6AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 3:27 p.m.67 views

CVE-2025-38447

CVE-2025-38447: Linux kernel mm/rmap batched unmap could read past PTE table end. Root cause: batched unmap in try_to_unmap_one() could read beyond PTE table when a folio’s mappings span >1 page. Fix: refactor into folio_unmap_pte_batch(), compute a safe batch size capped by VMA and PMD bounda...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.22 views

CVE-2025-38447 mm/rmap: fix potential out-of-bounds page table access during batched unmap

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.8CVSS0.00164EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2025/07/25 3:27 p.m.9 views

CVE-2025-38447

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.1CVSS5.7AI score0.00164EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/25 3:27 p.m.10 views

CVE-2025-38447 mm/rmap: fix potential out-of-bounds page table access during batched unmap

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: fix potential out-of-bounds page table access during batched unmap As pointed out by David1, the batched unmap logic in trytounmapone may read past the end of a PTE table when a large folio's PTE mappings are not fully...

7.8CVSS6AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/06/27 12:00 a.m.10 views

PT-2025-30861 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue in the mm/rmap module related to out-of-bounds page table access during batched unmap operations within the try to unmap one function. This occurs wh...

6CVSS5.9AI score0.00164EPSS
SaveExploits0References12
Packet Storm News
Packet Storm News
added 2025/06/05 12:00 a.m.11 views

Big Bird: Privacy Budget Management for W3C'S Privacy-Preserving Attribution API

Privacy-preserving advertising APIs like Privacy-Preserving Attribution PPA are designed to enhance web privacy while enabling effective ad measurement. PPA offers an alternative to cross-site tracking with encrypted reports governed by differential privacy DP, but current designs lack a principl...

6.7AI score
SaveExploits0
Cvelist
Cvelist
added 2025/03/20 10:11 a.m.42 views

CVE-2025-0453 Denial of Service through Batched Queries in GraphQL in mlflow/mlflow

In mlflow/mlflow version 2.17.2, the /graphql endpoint is vulnerable to a denial of service attack. An attacker can create large batches of queries that repeatedly request all runs from a given experiment. This can tie up all the workers allocated by MLFlow, rendering the application unable to...

5.9CVSS0.11033EPSS
SaveExploits1References1
Rows per page
Query Builder