Lucene search
+L

329772 matches found

OSV
OSV
added last week3 views

CVE-2026-48804 python-socketio: Binary attachment accumulation can cause denial of service

python-socketio is a Python implementation of the Socket.IO realtime client and server. The python-socketio server stores binary EVENT and ACK messages in memory while it waits to receive their binary attachments. Once all the attachments are received, these messages are then processed. Prior to...

7.5CVSS5.6AI score
SaveExploits0References4
EUVD
EUVD
added last week8 views

EUVD-2026-56894

python-socketio is a Python implementation of the Socket.IO realtime client and server. The python-socketio server stores binary EVENT and ACK messages in memory while it waits to receive their binary attachments. Once all the attachments are received, these messages are then processed. Prior to...

7.5CVSS5.5AI score0.00279EPSS
SaveExploits0References2
NVD
NVD
added last week10 views

CVE-2026-48809

python-engineio is a Python implementation of the Engine.IO realtime client and server. Versions prior to 4.13.2 have two specific configurations of the python-engineio server in which the size of incoming messages is not checked before the messages are loaded into memory. An attacker can take...

7.5CVSS0.00279EPSS
SaveExploits0References2
NVD
NVD
added last week8 views

CVE-2026-18711

An issue in MongoDB Server's query execution engine could allow an authenticated user with read and write privileges to cause an internal reference to be used after the underlying memory has been freed, when running certain queries against time-series collections. This could result in a server...

7.1CVSS0.0027EPSS
SaveExploits0References1
NVD
NVD
added last week7 views

CVE-2026-18694

An issue in MongoDB Server's geospatial query processing could allow an authenticated user with write privileges to cause certain malformed geometry data to be stored and later processed without proper validation. Subsequent queries against this data could then result in the server accessing memo...

7.1CVSS0.00268EPSS
SaveExploits0References1
NVD
NVD
added last week6 views

CVE-2026-18692

An issue in MongoDB Server's handling of timeseries bucket lifecycle could allow an authenticated user with write privileges to cause an internal reference to be used after the underlying memory has been freed. Subsequent operations could then result in a server crash or, potentially, execution o...

8.8CVSS0.00405EPSS
SaveExploits0References1
NVD
NVD
added last week7 views

CVE-2026-18693

An issue in MongoDB Server's handling of timeseries collections could allow an authenticated user with write privileges to cause an internal data structure to become inconsistent through certain document insertions. A subsequent insert into the affected bucket could then result in the server...

7.6CVSS0.00228EPSS
SaveExploits0References1
NVD
NVD
added last week9 views

CVE-2026-18688

An issue in MongoDB Server's aggregation framework could allow an authenticated user to trigger an out-of-bounds memory read by providing a specially formed numeric parameter in a certain aggregation pipeline stage. This could result in a server crash denial of service and may potentially expose ...

7.1CVSS0.00268EPSS
SaveExploits0References1
Cvelist
Cvelist
added last week32 views

CVE-2026-73282

In ssh in OpenSSH before 10.5, a use-after-free for realloc data can occur if a certain pair of remote-forwarding operations are concurrent...

4.8CVSS0.00163EPSS
SaveExploits0References1
EUVD
EUVD
added last week9 views

EUVD-2026-56891

In ssh in OpenSSH before 10.5, a use-after-free for realloc data can occur if a certain pair of remote-forwarding operations are concurrent...

4.8CVSS5.2AI score0.00163EPSS
SaveExploits0References1
CVE
CVE
added last week113 views

CVE-2026-73282

OpenSSH CVE-2026-73282 affects OpenSSH prior to 10.5. The issue is a use-after-free in realloc data that can occur when a specific pair of remote-forwarding operations are concurrent. The CVSS vector indicates network attack with high complexity and no privileges required, but exploitation status...

4.8CVSS5.2AI score0.00163EPSS
SaveExploits0References1
Circl
Circl
added last week10 views

CVE-2026-62880

creationtimestamp| type| source ---|---|--- 2026-08-11 19:01:54+00:00| seen| https://www.thezdi.com/blog/2026/8/11/the-august-2026-security-update-review 2026-08-11 20:19:02+00:00| seen| https://advisories.ncsc.nl/advisory?id=NCSC-2026-0284 2026-08-12 01:01:51+00:00| seen|...

7.8CVSS4.8AI score0.0024EPSS
SaveExploits0References5
Circl
Circl
added last week8 views

CVE-2026-62776

creationtimestamp| type| source ---|---|--- 2026-08-11 19:01:35+00:00| seen| https://www.thezdi.com/blog/2026/8/11/the-august-2026-security-update-review 2026-08-11 20:16:22+00:00| seen| https://advisories.ncsc.nl/advisory?id=NCSC-2026-0284 2026-08-12 01:01:32+00:00| seen|...

7.8CVSS4.9AI score0.00278EPSS
SaveExploits0References4
Circl
Circl
added last week6 views

CVE-2026-68803

creationtimestamp| type| source ---|---|--- 2026-08-11 19:01:04+00:00| seen| https://www.thezdi.com/blog/2026/8/11/the-august-2026-security-update-review 2026-08-11 22:01:21+00:00| seen| https://advisories.ncsc.nl/advisory?id=NCSC-2026-0286 2026-08-12 01:01:00+00:00| seen|...

7.8CVSS4.9AI score0.00303EPSS
SaveExploits0References4
OSV
OSV
added last week3 views

CVE-2026-73228 Django REST framework: Potential bypass of Django `DATA_UPLOAD_MAX_MEMORY_SIZE` when parsing oversized JSON and urlencoded request bodies via DRF `request.data`

Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in restframework/request.py Request.parse passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies...

5.3CVSS5.4AI score
SaveExploits0References6
CVE
CVE
added last week34 views

CVE-2026-73228

Django REST Framework before 3.17.2 parses request.data in rest_framework/request.py Request._parse by passing the HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies, bypassing DATA_UPLOAD_MAX_MEMORY_SIZE. This can allow oversized req...

5.3CVSS5.3AI score0.00321EPSS
SaveExploits0References4
Cvelist
Cvelist
added last week28 views

CVE-2026-73228 Django REST framework: Potential bypass of Django `DATA_UPLOAD_MAX_MEMORY_SIZE` when parsing oversized JSON and urlencoded request bodies via DRF `request.data`

Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in restframework/request.py Request.parse passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies...

5.3CVSS0.00321EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added last week2 views

CVE-2026-73228 Django REST framework: Potential bypass of Django `DATA_UPLOAD_MAX_MEMORY_SIZE` when parsing oversized JSON and urlencoded request bodies via DRF `request.data`

Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in restframework/request.py Request.parse passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies...

5.3CVSS5.3AI score0.00321EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added last week7 views

CVE-2026-73228

Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in restframework/request.py Request.parse passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies...

5.3CVSS5.3AI score0.00321EPSS
SaveExploits0References5Affected Software1
MongoDB
MongoDB
added last week6 views

Use-After-Free in MongoDB Query Execution Engine Leads to Denial of Service and Potential Memory Disclosure

An issue in MongoDB Server's query execution engine could allow an authenticated user with read and write privileges to cause an internal reference to be used after the underlying memory has been freed, when running certain queries against time-series collections. This could result in a server...

7.1CVSS5.5AI score0.0027EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder