Lucene search
K

61539 matches found

CVE
CVE
β€’added 2026/03/24 7:5 p.m.β€’39 views

CVE-2026-22559

CVE-2026-22559 concerns an improper input validation in UniFi Network Server (affected: 10.1.85 and earlier) that may allow unauthorized account access if the account owner is socially engineered into clicking a malicious link. Impact is high (C, I, A: High) with network access, user interaction ...

8.8CVSS5.8AI score0.00358EPSS
Exploits0References1
EUVD
EUVD
β€’added 2026/03/24 6:52 p.m.β€’9 views

EUVD-2026-14182

pyLoad is a free and open-source download manager written in Python. Prior to version 0.5.0b3.dev97, a Host Header Spoofing vulnerability in the @localcheck decorator allows unauthenticated external attackers to bypass local-only restrictions. This grants access to the Click'N'Load API endpoints,...

8.8CVSS5.8AI score0.00428EPSS
Exploits5References18
Vulnrichment
Vulnrichment
β€’added 2026/03/24 6:1 p.m.β€’4 views

CVE-2026-33417 Wallos: Password Reset Tokens Never Expire

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.7.2, password reset tokens in Wallos never expire. The passwordresets table includes a createdat timestamp column, but the token validation logic never checks it. A password reset token remains valid...

6.5CVSS5.7AI score0.00264EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
β€’added 2026/03/24 5:30 p.m.β€’2 views

CVE-2026-33160

Craft CMS is a content management system CMS. From version 4.0.0-RC1 to before version 4.17.8 and from version 5.0.0-RC1 to before version 5.9.14, an unauthenticated user can call assets/generate-transform with a private assetId, receive a valid transform URL, and fetch transformed image bytes. T...

6.9CVSS5.7AI score0.00355EPSS
Exploits0References5Affected Software1
OSV
OSV
β€’added 2026/03/24 4:59 p.m.β€’5 views

GHSA-5PGF-H923-M958 Craft CMS may expose private assets through anonymous "generate transform" calls via transform URL

Summary An unauthenticated user can call assets/generate-transform with a private assetId, receive a valid transform URL, and fetch transformed image bytes. The endpoint is anonymous and does not enforce per-asset authorization before returning the transform URL. Details Root cause: - Anonymous...

6.9CVSS5.8AI score0.00355EPSS
Exploits0References6
NVD
NVD
β€’added 2026/03/24 4:16 p.m.β€’3 views

CVE-2026-33680

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.2, the LinkSharing.ReadAll method allows link share authenticated users to list all link shares for a project, including their secret hashes. While LinkSharing.CanRead correctly blocks link share users from readi...

7.5CVSS0.00398EPSS
Exploits1References3
NVD
NVD
β€’added 2026/03/24 4:16 p.m.β€’4 views

CVE-2026-33336

Vikunja is an open-source self-hosted task management platform. Starting in version 0.21.0 and prior to version 2.2.0, the Vikunja Desktop Electron wrapper enables nodeIntegration in the main BrowserWindow and does not restrict same-window navigations. An attacker who can place a link in...

8.8CVSS0.01115EPSS
Exploits1References2
Circl
Circl
β€’added 2026/03/24 4:9 p.m.β€’3 views

CVE-2026-4684

creationtimestamp| type| source ---|---|--- 2026-03-24 16:09:35+00:00| seen| https://bsky.app/profile/postac001.bsky.social/post/3mhsxkducel26 2026-03-25 03:00:00+00:00| seen| https://www.hkcert.org/security-bulletin/mozilla-products-multiple-vulnerabilities20260325 2026-03-25 03:00:13+00:00| see...

7.5CVSS4.9AI score0.00275EPSS
Exploits0References4
Cvelist
Cvelist
β€’added 2026/03/24 3:51 p.m.β€’21 views

CVE-2026-33700 Vikunja has a Link Share Delete IDOR β€” Missing Project Ownership Check Allows Cross-Project Link Share Deletion

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the DELETE /api/v1/projects/:project/shares/:share endpoint does not verify that the link share belongs to the project specified in the URL. An attacker with admin access to any project can delete link shares...

6.9CVSS0.00205EPSS
Exploits0References2
OSV
OSV
β€’added 2026/03/24 3:51 p.m.β€’5 views

CVE-2026-33700 Vikunja has a Link Share Delete IDOR β€” Missing Project Ownership Check Allows Cross-Project Link Share Deletion

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the DELETE /api/v1/projects/:project/shares/:share endpoint does not verify that the link share belongs to the project specified in the URL. An attacker with admin access to any project can delete link shares...

6.9CVSS6.3AI score0.00205EPSS
Exploits0References4
Vulnrichment
Vulnrichment
β€’added 2026/03/24 3:51 p.m.β€’3 views

CVE-2026-33700 Vikunja has a Link Share Delete IDOR β€” Missing Project Ownership Check Allows Cross-Project Link Share Deletion

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.1, the DELETE /api/v1/projects/:project/shares/:share endpoint does not verify that the link share belongs to the project specified in the URL. An attacker with admin access to any project can delete link shares...

6.9CVSS5.8AI score0.00205EPSS
Exploits0References2
CVE
CVE
β€’added 2026/03/24 3:51 p.m.β€’12 views

CVE-2026-33700

Summary: Vikunja before 2.2.1 had an IDOR on link share deletion. The vulnerable endpoint is DELETE /api/v1/projects/:project/shares/:share, which did not verify that the link share belongs to the project in the URL. An admin of any project could delete link shares from other projects by supplyin...

6.9CVSS5.8AI score0.00205EPSS
Exploits0References2Affected Software1
CVE
CVE
β€’added 2026/03/24 3:47 p.m.β€’16 views

CVE-2026-33680

Vikunja before version 2.2.2 is affected: the LinkSharing.ReadAll() API lets link-share users list all shares for a project, exposing secret hashes. Although LinkSharing.CanRead() blocks reading individual shares via ReadOne, the ReadAllWeb handler bypasses this check by never calling CanRead(), ...

7.5CVSS5.8AI score0.00398EPSS
Exploits1References3Affected Software1
OSV
OSV
β€’added 2026/03/24 3:47 p.m.β€’4 views

CVE-2026-33680 Vikunja Vulnerable to Link Share Hash Disclosure via ReadAll Endpoint Enables Permission Escalation

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.2, the LinkSharing.ReadAll method allows link share authenticated users to list all link shares for a project, including their secret hashes. While LinkSharing.CanRead correctly blocks link share users from readi...

7.5CVSS5.9AI score0.00398EPSS
Exploits1References5
Cvelist
Cvelist
β€’added 2026/03/24 3:47 p.m.β€’17 views

CVE-2026-33680 Vikunja Vulnerable to Link Share Hash Disclosure via ReadAll Endpoint Enables Permission Escalation

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.2, the LinkSharing.ReadAll method allows link share authenticated users to list all link shares for a project, including their secret hashes. While LinkSharing.CanRead correctly blocks link share users from readi...

7.5CVSS0.00398EPSS
Exploits1References3
Vulnrichment
Vulnrichment
β€’added 2026/03/24 3:47 p.m.β€’1 views

CVE-2026-33680 Vikunja Vulnerable to Link Share Hash Disclosure via ReadAll Endpoint Enables Permission Escalation

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.2, the LinkSharing.ReadAll method allows link share authenticated users to list all link shares for a project, including their secret hashes. While LinkSharing.CanRead correctly blocks link share users from readi...

7.5CVSS5.9AI score0.00398EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
β€’added 2026/03/24 3:47 p.m.β€’3 views

CVE-2026-33680

Vikunja is an open-source self-hosted task management platform. Prior to version 2.2.2, the LinkSharing.ReadAll method allows link share authenticated users to list all link shares for a project, including their secret hashes. While LinkSharing.CanRead correctly blocks link share users from readi...

7.5CVSS5.8AI score0.00398EPSS
Exploits1References4Affected Software1
Circl
Circl
β€’added 2026/03/24 3:30 p.m.β€’4 views

CVE-2026-1561

creationtimestamp| type| source ---|---|--- 2026-03-24 15:30:04+00:00| seen| https://bsky.app/profile/knaepp.bsky.social/post/3mhsvdoje7e2m 2026-03-26 00:14:46+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mhwd4t5c3w2i...

5.4CVSS7.4AI score0.00284EPSS
Exploits0References2
Circl
Circl
β€’added 2026/03/24 2:39 p.m.β€’3 views

CVE-2026-33475

creationtimestamp| type| source ---|---|--- 2026-03-24 14:39:20+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mhssixkrpk24 2026-03-24 16:08:58+00:00| seen| https://bsky.app/profile/postac001.bsky.social/post/3mhsxja5tri2j 2026-03-25 03:00:08+00:00| seen|...

9.1CVSS5.8AI score0.02956EPSS
Exploits1References4
Circl
Circl
β€’added 2026/03/24 2:15 p.m.β€’1 views

CVE-2025-14915

creationtimestamp| type| source ---|---|--- 2026-03-24 14:15:07+00:00| seen| https://bsky.app/profile/knaepp.bsky.social/post/3mhsr5mmujp2c 2026-03-24 16:35:05+00:00| seen| https://bsky.app/profile/knaepp.bsky.social/post/3mhsyxw6sij2l...

7.2CVSS5.8AI score0.00498EPSS
Exploits0References2
Rows per page
Query Builder