Lucene search
+L

15552 matches found

Cvelist
Cvelist
added 2026/04/17 10:31 p.m.32 views

CVE-2026-40479 Kimai: Stored XSS via Incomplete HTML Attribute Escaping in Team Member Widget

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.4CVSS0.00207EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/04/17 10:31 p.m.5 views

CVE-2026-40479 Kimai: Stored XSS via Incomplete HTML Attribute Escaping in Team Member Widget

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
SaveExploits1References2
EUVD
EUVD
added 2026/04/17 10:31 p.m.15 views

EUVD-2026-23575

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
SaveExploits1References2
NVD
NVD
added 2026/04/17 9:16 p.m.9 views

CVE-2026-40302

zrok is software for sharing web services, files, and network resources. Prior to version 2.0.1, the proxyUi template engine uses Go's text/template which performs no HTML escaping instead of html/template. The GitHub OAuth callback handlers in both publicProxy and dynamicProxy embed the...

6.1CVSS0.00209EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/04/17 8:56 p.m.30 views

CVE-2026-40302 zrok has reflected XSS in GitHub OAuth callback via unsanitized refreshInterval error rendering

zrok is software for sharing web services, files, and network resources. Prior to version 2.0.1, the proxyUi template engine uses Go's text/template which performs no HTML escaping instead of html/template. The GitHub OAuth callback handlers in both publicProxy and dynamicProxy embed the...

6.1CVSS0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/17 11:10 a.m.18 views

OESA-2026-1977 golang security update

. Security Fixes: url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.CVE-2026-25679 Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the valu...

7.5CVSS7.2AI score0.00728EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/17 11:10 a.m.16 views

OESA-2026-1980 golang security update

. Security Fixes: url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.CVE-2026-25679 Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the valu...

7.5CVSS7.2AI score0.00728EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/17 11:10 a.m.21 views

OESA-2026-1978 golang security update

. Security Fixes: url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.CVE-2026-25679 On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which...

7.5CVSS5.8AI score0.00728EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/17 9:16 a.m.8 views

CVE-2026-6439

The VideoZen plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 1.0.1. This is due to insufficient input sanitization and output escaping in the videozenconf function. The 'lang' POST parameter is stored directly via updateoption without any...

4.4CVSS0.00199EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/17 8:28 a.m.24 views

CVE-2026-6439

The CVE-2026-6439 entry concerns the VideoZen WordPress plugin (versions up to 1.0.1). The vulnerability is a Stored Cross-Site Scripting flaw in the videozen_conf() function where the 'lang' POST parameter is stored via update_option() without sanitization and later echoed inside a without prop...

4.4CVSS5.9AI score0.00199EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/04/17 8:28 a.m.9 views

CVE-2026-6439

The VideoZen plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 1.0.1. This is due to insufficient input sanitization and output escaping in the videozenconf function. The 'lang' POST parameter is stored directly via updateoption without any...

4.4CVSS5.9AI score0.00199EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.17 views

WordPress plugin Pz-LinkCard 安全漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. There ar...

6.4CVSS5.9AI score0.00235EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.14 views

WordPress plugin VideoZen 安全漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. WordPres...

4.4CVSS6AI score0.00199EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.16 views

WordPress plugin WP Statistics 安全漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application that can be install...

7.2CVSS5.6AI score0.00476EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/16 9:08 p.m.9 views

GHSA-4FXQ-2X3X-6XQX zrok: Reflected XSS in GitHub OAuth callback via unsanitized refreshInterval error rendering

Summary The proxyUi template engine uses Go's text/template which performs no HTML escaping instead of html/template. The GitHub OAuth callback handlers in both publicProxy and dynamicProxy embed the attacker-controlled refreshInterval query parameter verbatim into an error message when...

6.1CVSS5.9AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/16 7:22 p.m.10 views

CVE-2026-4005

The Coachific Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'userhash' shortcode attribute in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping. The plugin uses sanitizetextfield on the 'userhash'...

6.4CVSS5.7AI score0.00291EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/16 3:31 p.m.11 views

EUVD-2026-23229

The Email Encoder – Protect Email Addresses and Phone Numbers plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'eebmailto' shortcode in all versions up to, and including, 2.4.4 due to insufficient input sanitization and output escaping. This makes it possible for...

6.4CVSS5.9AI score0.00257EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/16 1:15 p.m.12 views

SUSE-SU-2026:21208-1 Security update for dovecot24

This update for dovecot24 fixes the following issues: - Update to v2.4.3 - CVE-2025-59028: Invalid base64 authentication can cause DoS for other logins bsc1260894. - CVE-2025-59031: decode2text.sh OOXML extraction may follow symlinks and read unintended files during indexing bsc1260895. -...

8.2CVSS5.8AI score0.0079EPSS
SaveExploits7References21
EUVD
EUVD
added 2026/04/16 9:31 a.m.13 views

EUVD-2026-23209

The BetterDocs plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'betterdocsfeedbackform' shortcode in all versions up to, and including, 4.3.8. This is due to insufficient input sanitization and output escaping on user supplied shortcode attributes. This makes it possible...

6.4CVSS5.9AI score0.00218EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/04/16 9:18 a.m.10 views

Security update for vim

This update for vim fixes the following issues: Update to version 9.2.0280. CVE-2026-34982: missing input validation allows for a modeline sandbox bypass and can lead to arbitrary OS command execution bsc1261271. CVE-2026-34714: missing checks allow for a tabpanel modeline escape and can lead to...

9.3CVSS6.8AI score0.00834EPSS
SaveExploits0References12
Rows per page
Query Builder