Lucene search
+L

6210 matches found

Positive Technologies
Positive Technologies
added 2026/03/18 12:00 a.m.8 views

PT-2026-29979

Name of the Vulnerable Software and Affected Versions Roundcube Webmail versions 1.6.0 through 1.6.13 Description An issue exists in Roundcube Webmail where insufficient Cascading Style Sheets CSS sanitization in HTML email messages could lead to Server-Side Request Forgery SSRF or Information...

6.5CVSS5.8AI score0.0031EPSS
SaveExploits0References23
FreeBSD
FreeBSD
added 2026/03/18 12:00 a.m.20 views

chromium -- security fixes

Chrome Releases reports: This update includes 26 security fixes: 475877320 Critical CVE-2026-4439: Out of bounds memory access in WebGL. Reported by Goodluck on 2026-01-15 485935305 Critical CVE-2026-4440: Out of bounds read and write in WebGL. Reported by c6eed09fc8b174b0f3eebedcceb1e792 on...

8.8CVSS6.2AI score0.00415EPSS
SaveExploits2References1
Positive Technologies
Positive Technologies
added 2026/03/18 12:00 a.m.7 views

PT-2026-29451

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 146.0.7680.178 Description A use-after-free issue in the CSS engine of Google Chrome prior to version 146.0.7680.178 could allow a remote attacker to execute arbitrary code within a sandbox environment through a...

8.8CVSS6.3AI score0.0054EPSS
SaveExploits0References42
FreeBSD
FreeBSD
added 2026/03/18 12:00 a.m.28 views

Roundcube -- Multiple vulnerabilities

The Roundcube project reports: pre-auth arbitrary file write via unsafe deserialization in redis/memcache session handler password could get changed without providing the old password IMAP Injection + CSRF bypass in mail search remote image blocking bypass via various SVG animate attributes remot...

5.9AI score
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2026/03/18 12:00 a.m.11 views

The vulnerability of Mozilla Firefox’s CSS analysis and calculation components allows attackers to bypass existing security mechanisms safely.

The vulnerability of Mozilla Firefox’s CSS analysis and calculation components is related to the lack of verification of the reliability of data sources or messages. Exploiting this vulnerability can allow attackers to bypass existing security mechanisms remotely...

7.8CVSS5.8AI score0.00112EPSS
SaveExploits0References7Affected Software2
BDU FSTEC
BDU FSTEC
added 2026/03/17 12:00 a.m.10 views

The vulnerability of Google Chrome and Microsoft Edge browsers’ CSS components allows attackers to trigger a service failure.

The vulnerability of Google Chrome and Microsoft Edge browsers’ CSS components is related to deficiencies in access control. Exploiting this vulnerability can allow a malicious actor to cause service interruptions through a specially created HTML page...

10CVSS5.8AI score0.00258EPSS
SaveExploits0References9Affected Software4
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/03/16 12:00 a.m.11 views

Malicious code in vue-scoped-css (npm)

The package 'vue-scoped-css' is part of the PhantomRaven supply chain attack campaign Wave 2. It uses a Remote Dynamic Dependency RDD technique: the published package appears benign but includes a URL-based dependency in package.json pointing to an attacker-controlled C2 server npm.jpartifacts.co...

5.5AI score
SaveExploits0References3
OSV
OSV
added 2026/03/16 12:00 a.m.10 views

MAL-2026-1538 Malicious code in vue-scoped-css (npm)

The package 'vue-scoped-css' is part of the PhantomRaven supply chain attack campaign Wave 2. It uses a Remote Dynamic Dependency RDD technique: the published package appears benign but includes a URL-based dependency in package.json pointing to an attacker-controlled C2 server npm.jpartifacts.co...

5.6AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/13 1:18 a.m.4 views

CVE-2026-22209 wpDiscuz before 7.6.47 - Cross-Site Scripting via Unescaped Custom CSS in Style Tag

wpDiscuz before 7.6.47 contains a cross-site scripting vulnerability in the customCss field that allows administrators to inject malicious scripts by breaking out of style tags. Attackers with admin access can inject payloads like alert1 in the custom CSS setting to execute arbitrary JavaScript i...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/13 1:18 a.m.32 views

CVE-2026-22209 wpDiscuz before 7.6.47 - Cross-Site Scripting via Unescaped Custom CSS in Style Tag

wpDiscuz before 7.6.47 contains a cross-site scripting vulnerability in the customCss field that allows administrators to inject malicious scripts by breaking out of style tags. Attackers with admin access can inject payloads like alert1 in the custom CSS setting to execute arbitrary JavaScript i...

5.5CVSS0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/13 1:18 a.m.26 views

CVE-2026-22209

The CVE concerns wpDiscuz before 7.6.47, where a cross-site scripting (XSS) flaw exists in the customCss field. The underlying issue allows an administrator to break out of style tags and inject scripts (for example, ), enabling arbitrary JavaScript execution in the browsers of users. The vulnera...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/13 12:00 a.m.22 views

Cisco Secure Endpoint ClamAV CSS Parsing DoS (cisco-sa-clamav-css-Fn4QSZ)

According to its self-reported version, Cisco Secure Endpoint is affected by a denial of service DoS vulnerability. - A vulnerability in the HTML Cascading Style Sheets CSS module of ClamAV could allow an unauthenticated, remote attacker to cause a denial of service DoS condition on an affected...

5.3CVSS5.8AI score0.00414EPSS
SaveExploits0References5
NVD
NVD
added 2026/03/12 6:16 p.m.13 views

CVE-2026-31873

Unhead is a document head and template manager. Prior to 2.1.11, The link.href check in makeTagSafe safe.ts uses String.includes, which is case-sensitive. Browsers treat URI schemes case-insensitively. DATA:text/css,... is the same as data:text/css,... to the browser, but 'DATA:...'.includes'data...

6.1CVSS0.00237EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/03/12 5:20 p.m.34 views

CVE-2026-31873 Unhead has a Bypass of URI Scheme Sanitization in makeTagSafe via Case-Sensitivity

Unhead is a document head and template manager. Prior to 2.1.11, The link.href check in makeTagSafe safe.ts uses String.includes, which is case-sensitive. Browsers treat URI schemes case-insensitively. DATA:text/css,... is the same as data:text/css,... to the browser, but 'DATA:...'.includes'data...

0.00237EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/03/12 4:23 p.m.10 views

Malicious Package

Overview ignore-html-and-css-imports is a malicious package. This package was recognized as part of the 'PhantomRaven' supply chain campaign, which involves credential-stealing malware. The package impersonates well-known ecosystem plugins to deceive developers into installing it. Malicious...

9.8CVSS5.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/12 2:19 p.m.12 views

Unhead Vulnerable to Bypass of URI Scheme Sanitization in makeTagSafe via Case-Sensitivity

The link.href check in makeTagSafe safe.ts, line 68-71 uses String.includes, which is case-sensitive: typescript if key === 'href' if val.includes'javascript:' || val.includes'data:' return nextkey = val Browsers treat URI schemes case-insensitively. DATA:text/css,... is the same as...

6.1CVSS5.9AI score0.00237EPSS
SaveExploits1References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/12 12:00 a.m.6 views

FreeBSD : Firefox -- Same-origin policy bypass (e1e40d50-1de2-11f1-8aff-b42e991fc52e)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the e1e40d50-1de2-11f1-8aff-b42e991fc52e advisory. https://bugzilla.mozilla.org/showbug.cgi?id=2018400 reports: Same-origin policy bypass in the CSS Parsi...

6.5CVSS5.8AI score0.00112EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/12 12:00 a.m.10 views

PT-2026-33138

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 147.0.7727.101 Description A use after free issue in CSS allows a remote attacker to execute arbitrary code inside a sandbox by inducing the victim to open a crafted HTML page. Use after free is a memory...

10CVSS6.2AI score0.00341EPSS
SaveExploits0References49
OSV
OSV
added 2026/03/11 6:05 p.m.4 views

OPENSUSE-SU-2026:20345-1 Security update for python-lxml_html_clean

This update for python-lxmlhtmlclean fixes the following issues: Changes in python-lxmlhtmlclean: - CVE-2026-28348: improper keywords checking can allow external CSS loading bsc1259378 - CVE-2026-28350: lack of base tag handling can allow the hijacking of the resolution of relative URLs bsc125937...

6.1CVSS5.8AI score0.00254EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2026/03/11 4:18 p.m.10 views

SUSE CVE-2026-3846

Same-origin policy bypass in the CSS Parsing and Computation component. This vulnerability was fixed in Firefox 148.0.2...

6.5CVSS5.8AI score0.00112EPSS
SaveExploits0References3
Rows per page
Query Builder