Lucene search
+L

123470 matches found

Github Security Blog
Github Security Blog
added 2026/05/08 7:51 p.m.20 views

Open WebUI Missing Access Check on Channel Members Endpoint for Standard Channels

Missing Access Check on Channel Members Endpoint for Standard Channels Affected Component Channel members listing endpoint: - backend/openwebui/routers/channels.py lines 445-507, getchannelmembersbyid Affected Versions Current main branch and likely all versions with the channels feature...

4.3CVSS5.8AI score0.00221EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/05/08 7:51 p.m.18 views

GHSA-C7WP-3QH5-55PV Open WebUI Missing Access Check on Channel Members Endpoint for Standard Channels

Missing Access Check on Channel Members Endpoint for Standard Channels Affected Component Channel members listing endpoint: - backend/openwebui/routers/channels.py lines 445-507, getchannelmembersbyid Affected Versions Current main branch and likely all versions with the channels feature...

4.3CVSS5.8AI score0.00221EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/05/08 6:41 p.m.15 views

CVE-2026-43303

A flaw was found in the Linux kernel's memory management subsystem. When pages are freed, the page-private field is not properly cleared. If these pages are later reallocated as high-order pages and split, the tail pages can retain stale page-private values. This can lead to a use-after-free...

7.8CVSS5.7AI score0.00165EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/08 5:20 p.m.19 views

MCP Registry has an unauthenticated SSRF: HTTP namespace verification dials 6to4 / NAT64 / site-local IPv6 addresses, bypassing private-address allowlist

Summary The Registry's HTTP-based namespace verification POST /v0/auth/http, POST /v0.1/auth/http uses safeDialContext internal/api/handlers/v0/auth/http.go:67-110 to refuse dialling private/internal addresses when fetching the well-known public-key file from a publisher-supplied domain. The...

6.3CVSS5.9AI score0.00285EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/05/08 5:20 p.m.17 views

GHSA-R48C-V28R-PF6V MCP Registry has an unauthenticated SSRF: HTTP namespace verification dials 6to4 / NAT64 / site-local IPv6 addresses, bypassing private-address allowlist

Summary The Registry's HTTP-based namespace verification POST /v0/auth/http, POST /v0.1/auth/http uses safeDialContext internal/api/handlers/v0/auth/http.go:67-110 to refuse dialling private/internal addresses when fetching the well-known public-key file from a publisher-supplied domain. The...

6.3CVSS5.9AI score0.00285EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/05/08 3:31 p.m.38 views

EUVD-2026-28762

In the Linux kernel, the following vulnerability has been resolved: bonding: fix type confusion in bondsetupbyslave kernel BUG at net/core/skbuff.c:2306! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI RIP: 0010:pskbexpandhead+0xa08/0xfe0 net/core/skbuff.c:2306 RSP: 0018:ffffc90004aff760 EFLAGS:...

5.8AI score0.0016EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/08 3:31 p.m.15 views

EUVD-2026-28573

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

5.8AI score0.00165EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.14 views

CVE-2026-43434

In the Linux kernel, the following vulnerability has been resolved: rustbinder: check ownership before using vma When installing missing pages or zapping them, Rust Binder will look up the vma in the mm by address, and then call vminsertpage or zappagerangesingle. However, if the vma is closed an...

7.8CVSS5.7AI score0.00128EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.16 views

CVE-2026-43456

In the Linux kernel, the following vulnerability has been resolved: bonding: fix type confusion in bondsetupbyslave kernel BUG at net/core/skbuff.c:2306! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI RIP: 0010:pskbexpandhead+0xa08/0xfe0 net/core/skbuff.c:2306 RSP: 0018:ffffc90004aff760 EFLAGS:...

7.8CVSS6.5AI score0.0016EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.16 views

CVE-2026-43351

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Eagerly init vgic dist/redist on vgic creation If vgicallocateprivateirqslocked fails for any odd reason, we exit kvmvgiccreate early, leaving dist-rdregions uninitialised. kvmvgicdistdestroy then comes along and walk...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/08 2:22 p.m.66 views

CVE-2026-43434

CVE-2026-43434 (Linux kernel, rust_binder) : A vulnerability in the rust_binder component can occur during page installation or zap_page_range operations. If a VMA at a given address is closed and replaced, rust_binder may look up and use the wrong VMA, potentially allowing writes to normally rea...

7.8CVSS5.7AI score0.00128EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/05/08 2:21 p.m.23 views

CVE-2026-43404

CVE-2026-43404: In the Linux kernel mm subsystem, hmm_range_fault() can livelock if folio_trylock() fails during device-private folio migration; the spinning waiter may be starved if a dependent work item on the same CPU never runs, causing a DoS-like livelock. Conditions include: migration path ...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/05/08 2:16 p.m.16 views

CVE-2026-43303

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS0.00165EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/08 2:16 p.m.4 views

AZL-86160 CVE-2026-43303 affecting package kernel for versions less than 6.6.143.1-1

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS6.7AI score0.00165EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/05/08 2:16 p.m.16 views

CVE-2026-43303

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/08 2:16 p.m.23 views

UBUNTU-CVE-2026-43303

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/08 1:11 p.m.87 views

CVE-2026-43303

The CVE-2026-43303 issue affects the Linux kernel’s memory management in mm/page_alloc. Subsystems such as slub, shmem, and ttm expose page->private and fail to clear it before freeing pages. If freed pages are later allocated as high-order pages and split, tail pages may retain stale page-&gt...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/05/08 1:11 p.m.52 views

CVE-2026-43303 mm/page_alloc: clear page->private in free_pages_prepare()

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS0.00165EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/08 1:11 p.m.11 views

CVE-2026-43303 mm/page_alloc: clear page->private in free_pages_prepare()

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS5.9AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/05/08 1:11 p.m.17 views

CVE-2026-43303

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: clear page-private in freepagesprepare Several subsystems slub, shmem, ttm, etc. use page-private but don't clear it before freeing pages. When these pages are later allocated as high-order pages and split via...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0
Rows per page
Query Builder