Lucene search
+L

16524 matches found

OSV
OSV
added 2026/07/31 9:29 a.m.5 views

SUSE-SU-2026:23073-1 Security update for google-osconfig-agent

This update for google-osconfig-agent fixes the following issues - CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation bsc1266603. - CVE-2026-56852: golang.org/x/text/unicode/norm: improper handling of...

9.6CVSS5.9AI score0.00655EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 4:02 p.m.7 views

JLSEC-2026-1052 ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing...

ImageMagick before 7.1.2-15 and 6.9.13-40 contains a memory leak in coders/txt.c when processing TXT files with texture attributes: the texture object allocated via ReadImage is not released when GetTypeMetrics fails, leaking memory each time a crafted TXT file with a texture attribute is process...

6.9CVSS6AI score0.00257EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/30 3:19 p.m.9 views

CVE-2026-44613

Cross-Site Request Forgery CSRF vulnerability in Apache Zeppelin. The default CORS configuration allowed cross-origin state-changing requests and accepted text/plain request bodies, allowing an attacker who lures an authenticated user to a malicious site to perform actions on the...

5.7AI score0.00387EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/30 3:19 p.m.45 views

CVE-2026-44613 Apache Zeppelin: Cross-site request forgery in REST and WebSocket request handling

Cross-Site Request Forgery CSRF vulnerability in Apache Zeppelin. The default CORS configuration allowed cross-origin state-changing requests and accepted text/plain request bodies, allowing an attacker who lures an authenticated user to a malicious site to perform actions on the...

0.00387EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/30 2:31 p.m.8 views

GHSA-XC5W-4V5W-7X65 OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

Summary OliveTin's checkShellArgumentSafety function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex, any Shell mode action using a regex:-typed argument...

6.6CVSS6.7AI score0.00995EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/30 11:01 a.m.9 views

CVE-2026-64193

A flaw was found in Net::DNS. A remote attacker can exploit a vulnerability in the handling of EDNS Extension Mechanisms for DNS EXTENDED ERROR options, leading to arbitrary code execution. The affected component processes the EXTRA-TEXT field of an EDNS EXTENDED-ERROR option without properly...

9.8CVSS6.3AI score0.00828EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/30 10:48 a.m.5 views

SUSE-SU-2026:23041-1 Security update for google-osconfig-agent

This update for google-osconfig-agent fixes the following issues - CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation bsc1266603. - CVE-2026-56852: golang.org/x/text/unicode/norm: improper handling of...

9.6CVSS5.4AI score0.00655EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/30 12:00 a.m.17 views

PT-2026-66502

Name of the Vulnerable Software and Affected Versions Apache Zeppelin versions 0.6.0 through 0.12.0 Description A Cross-Site Request Forgery CSRF issue exists due to a default CORS Cross-Origin Resource Sharing configuration that permits cross-origin state-changing requests and accepts text/plain...

6.1CVSS5.5AI score0.00387EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/07/29 10:46 p.m.6 views

golang.org/x/text: golang.org/x/text: Denial of Service via invalid UTF-8 input

A flaw was found in golang.org/x/text. The norm.Iter component can enter an infinite loop when processing input that contains invalid UTF-8 Unicode Transformation Format - 8-bit bytes. A remote attacker could exploit this vulnerability by providing specially crafted input, leading to a Denial of...

7.5CVSS7.2AI score0.00446EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/29 6:16 p.m.11 views

CVE-2026-59919

Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.136.Final and 4.2.16.Final, Netty's HAProxy encoder HAProxyMessageEncoder writes AFUNIX source and destination socket addresses into the HAProxy V1 text protocol without validating them for CRLF...

5.5CVSS0.00113EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/29 6:16 p.m.10 views

CVE-2026-54705

MathLive provides web components for math display and input. Prior to 0.110.0, MathLive fails to escape text-mode content in \text and \mbox commands in Box.toMarkup at src/core/box.ts, in xmlEscape, scanText, and text-mode output in src/formats/atom-to-math-ml.ts, and through convertLatexToMarku...

6.3CVSS0.00208EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/29 5:21 p.m.13 views

Cross-site Scripting (XSS)

Overview mathlive is an A web component for math input Affected versions of this package are vulnerable to Cross-site Scripting XSS in the Box.toMarkup method src/core/box.ts and the MathML serializer src/formats/atom-to-math-ml.ts, which emit literal characters from LaTeX text-mode commands into...

6.3CVSS6.7AI score0.00535EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/29 5:21 p.m.7 views

GHSA-FM7P-GW32-828P mathlive's Lack of Escaping of HTML allows for XSS

Summary Despite the 0.104.0 patch escaping attribute-bearing constructs \htmlData, \href, text-content reflection was missed. The \text, \mbox commands accept arbitrary characters in their body and emit them raw and unescaped into both the HTML markup and the MathML output, leading to XSS. Detail...

6.3CVSS5.9AI score0.00208EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/29 5:21 p.m.15 views

mathlive's Lack of Escaping of HTML allows for XSS

Summary Despite the 0.104.0 patch escaping attribute-bearing constructs \htmlData, \href, text-content reflection was missed. The \text, \mbox commands accept arbitrary characters in their body and emit them raw and unescaped into both the HTML markup and the MathML output, leading to XSS. Detail...

6.3CVSS5.9AI score0.00208EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/29 5:21 p.m.9 views

CVE-2026-54705 mathlive's Lack of Escaping of HTML allows for XSS

MathLive provides web components for math display and input. Prior to 0.110.0, MathLive fails to escape text-mode content in \text and \mbox commands in Box.toMarkup at src/core/box.ts, in xmlEscape, scanText, and text-mode output in src/formats/atom-to-math-ml.ts, and through convertLatexToMarku...

6.3CVSS5.9AI score0.00208EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/29 5:21 p.m.10 views

CVE-2026-54705

MathLive provides web components for math display and input. Prior to 0.110.0, MathLive fails to escape text-mode content in \text and \mbox commands in Box.toMarkup at src/core/box.ts, in xmlEscape, scanText, and text-mode output in src/formats/atom-to-math-ml.ts, and through convertLatexToMarku...

6.3CVSS5.9AI score0.00208EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/29 5:21 p.m.36 views

CVE-2026-54705 mathlive's Lack of Escaping of HTML allows for XSS

MathLive provides web components for math display and input. Prior to 0.110.0, MathLive fails to escape text-mode content in \text and \mbox commands in Box.toMarkup at src/core/box.ts, in xmlEscape, scanText, and text-mode output in src/formats/atom-to-math-ml.ts, and through convertLatexToMarku...

6.3CVSS0.00208EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/29 5:21 p.m.7 views

CVE-2026-54705 mathlive's Lack of Escaping of HTML allows for XSS

MathLive provides web components for math display and input. Prior to 0.110.0, MathLive fails to escape text-mode content in \text and \mbox commands in Box.toMarkup at src/core/box.ts, in xmlEscape, scanText, and text-mode output in src/formats/atom-to-math-ml.ts, and through convertLatexToMarku...

6.3CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/07/29 5:21 p.m.53 views

CVE-2026-54705

This CVE concerns MathLive web components (pre-0.110.0) where text-mode content in parts of Box.toMarkup (src/core/box.ts), xmlEscape, scanText, and text-mode output in src/formats/atom-to-math-ml.ts, as well as through convertLatexToMarkup, convertLatexToMathMl, , , and the default identity Math...

6.3CVSS5.9AI score0.00208EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/29 4:17 p.m.17 views

CVE-2026-54078

veraPDF validation model is an implementation of the veraPDF validation model. From 1.25.73 until 1.30.2 and 1.31.71, veraPDF-validation contains an XML External Entity XXE vulnerability in validation-model/src/main/java/org/verapdf/gf/model/tools/DictionaryKeysHelper.java in...

8.7CVSS0.0032EPSS
SaveExploits0References4
Rows per page
Query Builder