Lucene search
+L

22678 matches found

Cvelist
Cvelist
added 2026/04/18 1:19 a.m.41 views

CVE-2026-40487 Postiz Has Unrestricted File Upload via MIME Type Spoofing that Leads to Stored XSS

Postiz is an AI social media scheduling tool. Prior to version 2.21.6, a file upload validation bypass allows any authenticated user to upload arbitrary HTML, SVG, or other executable file types to the server by spoofing the Content-Type header. The uploaded files are then served by nginx with a...

8.9CVSS0.00224EPSS
SaveExploits1References2
CVE
CVE
added 2026/04/18 1:19 a.m.55 views

CVE-2026-40487

Postiz is an AI social media scheduling tool. Before version 2.21.6, a file upload validation bypass lets any authenticated user upload HTML/SVG or other executable types by spoofing Content-Type, after which nginx serves them with a Content-Type derived from the original extension (text/html, im...

9CVSS5.9AI score0.00224EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2026/04/18 12:16 a.m.16 views

CVE-2026-40348

Movary is a self hosted web app to track and rate a user's watched movies. Prior to version 0.71.1, an ordinary authenticated user can trigger server-side requests to arbitrary internal targets through POST /settings/jellyfin/server-url-verify. The endpoint accepts a user-controlled URL, appends...

7.7CVSS0.00379EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/18 12:05 a.m.12 views

CVE-2026-40349 Authenticated Movary User Can Self-Escalate to Administrator via PUT /settings/users/{userId} by Setting isAdmin=true

Movary is a self hosted web app to track and rate a user's watched movies. Prior to version 0.71.1, an ordinary authenticated user can escalate their own account to administrator by sending isAdmin=true to PUT /settings/users/userId for their own user ID. The endpoint is intended to let a user ed...

8.8CVSS5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/04/18 12:01 a.m.6 views

CVE-2026-40348 Movary has Authenticated SSRF via Jellyfin Server URL Verification that Allows Internal Network Probing

Movary is a self hosted web app to track and rate a user's watched movies. Prior to version 0.71.1, an ordinary authenticated user can trigger server-side requests to arbitrary internal targets through POST /settings/jellyfin/server-url-verify. The endpoint accepts a user-controlled URL, appends...

7.7CVSS5.8AI score0.00379EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/18 12:01 a.m.11 views

CVE-2026-40348 Movary has Authenticated SSRF via Jellyfin Server URL Verification that Allows Internal Network Probing

Movary is a self hosted web app to track and rate a user's watched movies. Prior to version 0.71.1, an ordinary authenticated user can trigger server-side requests to arbitrary internal targets through POST /settings/jellyfin/server-url-verify. The endpoint accepts a user-controlled URL, appends...

7.7CVSS6AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/04/18 12:01 a.m.19 views

CVE-2026-40348

Movary is a self hosted web app to track and rate a user's watched movies. Prior to version 0.71.1, an ordinary authenticated user can trigger server-side requests to arbitrary internal targets through POST /settings/jellyfin/server-url-verify. The endpoint accepts a user-controlled URL, appends...

7.7CVSS5.8AI score0.00379EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/17 11:54 p.m.6 views

CVE-2026-40346 NocoBase has SSRF in Workflow HTTP Request and Custom Request Plugins

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.37, NocoBase's workflow HTTP request plugin and custom request action plugin make server-side HTTP requests to user-provided URLs without any SSRF protection. An...

6.4CVSS5.8AI score0.00384EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/04/17 11:54 p.m.8 views

CVE-2026-40346

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to version 2.0.37, NocoBase's workflow HTTP request plugin and custom request action plugin make server-side HTTP requests to user-provided URLs without any SSRF protection. An...

6.4CVSS5.8AI score0.00384EPSS
SaveExploits1References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/17 10:31 p.m.7 views

CVE-2026-40479

Kimai is an open-source time tracking application. In versions 1.16.3 through 2.52.0, the escapeForHtml function in KimaiEscape.js does not escape double quote or single quote characters. When a user's profile alias is inserted into an HTML attribute context via the team member form prototype and...

5.4CVSS5.7AI score0.00207EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/04/17 10:31 p.m.24 views

CVE-2026-40479

CVE-2026-40479 (Kimai) : Concrete details across multiple sources show a stored XSS vulnerability caused by an incomplete escape in the client-side escapeForHtml() in KimaiEscape.js. Affected versions are 1.16.3 through 2.52.0; the issue arises when a user-controlled profile alias is injected int...

5.4CVSS5.7AI score0.00207EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2026/04/17 10:16 p.m.16 views

CVE-2026-40353

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.4CVSS0.00207EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/17 10:16 p.m.10 views

CVE-2026-40258

The Gramps Web API is a Python REST API for the genealogical research software Gramps. Versions 1.6.0 through 3.11.0 have a path traversal vulnerability Zip Slip in the media archive import feature. An authenticated user with owner-level privileges can craft a malicious ZIP file with...

9.1CVSS0.00401EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/17 9:39 p.m.10 views

CVE-2026-40474 wger has Broken Access Control in the Global Gym Configuration Update Endpoint

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the GymConfigUpdateView declares permissionrequired = 'config.changegymconfig' but inherits WgerFormMixin instead of WgerPermissionMixin, so the permission is never enforced at runtime. Since GymConfig is an...

7.6CVSS6AI score
SaveExploits0References5
NVD
NVD
added 2026/04/17 9:16 p.m.9 views

CVE-2026-40282

WeGIA is a web manager for charitable institutions. In versions prior to 3.6.10, a Stored Cross-Site Scripting XSS vulnerability allows an authenticated user to inject malicious JavaScript into the Intercorrências notification page, which is executed when user access the the page, enabling sessio...

6.4CVSS0.00258EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/17 9:16 p.m.17 views

CVE-2026-40284

WeGIA is a web manager for charitable institutions. In versions prior to 3.6.10, a Stored Cross-Site Scripting XSS vulnerability allows an authenticated user to inject malicious JavaScript via the "Destinatário" field. The payload is stored and later executed when viewing the dispatch page,...

6.8CVSS0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/17 9:16 p.m.11 views

CVE-2026-40285

WeGIA is a web manager for charitable institutions. Versions prior to 3.6.10 contain a SQL injection vulnerability in dao/memorando/UsuarioDAO.php. The cpfusuario POST parameter overwrites the session-stored user identity via extract$REQUEST in DespachoControle::verificarDespacho, and the...

8.8CVSS0.00266EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/17 9:16 p.m.5 views

CVE-2026-40353

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.1CVSS5.7AI score0.00207EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/04/17 9:16 p.m.44 views

CVE-2026-40353

CVE-2026-40353 affects wger (versions 2.5 and earlier) where AbstractLicenseModel.attribution_link builds HTML by directly interpolating user-controlled fields (e.g., license_author) without escaping, and templates render it with Django’s safe filter. This allows an authenticated user to store an...

5.4CVSS5.7AI score0.00207EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/04/17 9:16 p.m.11 views

CVE-2026-40353 wger: Stored XSS via Unescaped License Attribution Fields

wger is a free, open-source workout and fitness manager. In versions 2.5 and below, the attributionlink property in AbstractLicenseModel constructs HTML by directly interpolating user-controlled license fields such as licenseauthor without escaping, and templates render the result using Django's...

5.1CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder