Lucene search
+L

4609 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/20 3:26 p.m.9 views

CVE-2026-28220

Wazuh is a free and open source platform used for threat prevention, detection, and response. Prior to version 4.14.5, issues in the Cluster Distributed API DAPI handling allow a cluster peer, or any actor able to authenticate to the cluster channel using the shared cluster key, to make the maste...

8.4CVSS5.8AI score0.00396EPSS
SaveExploits1References2Affected Software1
Fedora
Fedora
added 2026/07/18 12:29 a.m.18 views

[SECURITY] Fedora 43 Update: yq-4.53.3-1.fc43

Yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor...

6.1CVSS5.2AI score0.00223EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/18 12:00 a.m.7 views

Fedora 43 : yq (2026-990cdd8329)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-990cdd8329 advisory. Update to 4.53.3 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not tested for this...

6.1CVSS4.9AI score0.00223EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/17 7:53 p.m.22 views

Prompty: Arbitrary code execution via JavaScript frontmatter in TypeScript loader

Summary The TypeScript Prompty loader used gray-matter without overriding executable frontmatter engines. gray-matter supports JavaScript frontmatter blocks such as ---js and evaluates them while parsing. An attacker-controlled .prompty file could therefore execute arbitrary JavaScript during...

8.7CVSS5.7AI score0.00972EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/07/17 4:17 p.m.23 views

CVE-2026-15007

A denial of service vulnerability was identified in GitHub Enterprise Server that allowed an authenticated user to cause service disruption by supplying a repository release notes configuration file containing deeply nested YAML. When release notes were generated, the configuration file was parse...

8.3CVSS0.00636EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/17 3:16 p.m.26 views

EUVD-2026-45188

A denial of service vulnerability was identified in GitHub Enterprise Server that allowed an authenticated user to cause service disruption by supplying a repository release notes configuration file containing deeply nested YAML. When release notes were generated, the configuration file was parse...

8.3CVSS5.4AI score0.00636EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/17 3:16 p.m.9 views

CVE-2026-15007

A denial of service vulnerability was identified in GitHub Enterprise Server that allowed an authenticated user to cause service disruption by supplying a repository release notes configuration file containing deeply nested YAML. When release notes were generated, the configuration file was parse...

8.3CVSS5.4AI score0.00636EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/07/17 3:16 p.m.49 views

CVE-2026-15007 Denial of service vulnerability in GitHub Enterprise Server allowed service disruption via deeply nested YAML in release notes configuration

A denial of service vulnerability was identified in GitHub Enterprise Server that allowed an authenticated user to cause service disruption by supplying a repository release notes configuration file containing deeply nested YAML. When release notes were generated, the configuration file was parse...

8.3CVSS0.00636EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/17 3:16 p.m.36 views

CVE-2026-15007

The CVE describes a Denial of Service in GitHub Enterprise Server caused by parsing a repository release notes configuration file with deeply nested YAML, without a nesting depth limit. When release notes are generated, this can consume excessive resources and render the instance unresponsive. Af...

8.3CVSS5.4AI score0.00636EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/17 3:16 p.m.20 views

CVE-2026-15007 Denial of service vulnerability in GitHub Enterprise Server allowed service disruption via deeply nested YAML in release notes configuration

A denial of service vulnerability was identified in GitHub Enterprise Server that allowed an authenticated user to cause service disruption by supplying a repository release notes configuration file containing deeply nested YAML. When release notes were generated, the configuration file was parse...

8.3CVSS5.3AI score0.00636EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/17 1:57 p.m.12 views

Security Bulletin: IBM Maximo Application Suite uses yaml-2.7.0.tgz which is vulnerable to CVE-2026-33532.

Summary IBM Maximo Application Suite uses yaml-2.7.0.tgz which is vulnerable to CVE-2026-33532. This bulletin contains information regarding the vulnerability and its fixture. Vulnerability Details CVEID:CVE-2026-33532 DESCRIPTION: yaml is a YAML parser and serialiser for JavaScript. Parsing a YA...

4.3CVSS5.3AI score0.0047EPSS
SaveExploits1Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/17 1:00 p.m.12 views

SUSE CVE-2026-13713

YAML::Syck versions before 1.47 for Perl allow a use-after-free and double-free via an anchor node freed while still on the parser value stack. In the bundled libsyck, when an anchor name is redefined or removed, syckhdlraddanchor and syckhdlrremoveanchor free the node stored under that name with...

6.2CVSS5.3AI score0.00134EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.13 views

SUSE CVE-2026-57075

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via a signed-char lookup-table index in syckbase64dec. The base64 decoder in the bundled libsyck indexes the 256-entry static table b64xtable with a signed char, so any !!binary byte = 0x80 sign-extends to a negative index and...

9.1CVSS5.4AI score0.00374EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.13 views

SUSE CVE-2026-57076

YAML::Syck versions before 1.47 for Perl allow a heap use-after-free via an anchor name reused as an anchors-table key in syckhdlraddanchor. In the bundled libsyck an anchor name allocated by syckstrndup is stored both as node-anchor, freed when the node is freed, and as the key in the parser's...

7.8CVSS5.4AI score0.00125EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.11 views

SUSE CVE-2026-57077

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via an unbounded newline scan in newlinelen. In the bundled libsyck newlinelen and isnewline dereference the scan pointer, and the following byte for a "\r\n" pair, with no NUL-terminator or bounds check. During block-scalar...

7.7CVSS5.3AI score0.00141EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/17 3:24 a.m.17 views

CVE-2026-57076

A flaw was found in YAML::Syck. An attacker could exploit a heap use-after-free vulnerability by providing a specially crafted YAML document that reuses an anchor name as an anchors-table key. This flaw causes the software to read freed heap memory, which may lead to information disclosure or...

7.8CVSS6AI score0.00125EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/17 3:20 a.m.15 views

CVE-2026-57077

A flaw was found in YAML::Syck. An out-of-bounds read vulnerability exists due to an unbounded newline scan during block-scalar lexing. A remote attacker could exploit this by providing a specially crafted YAML document, leading to potential information disclosure. This issue is an incomplete fix...

7.7CVSS6.1AI score0.00141EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/07/17 3:20 a.m.15 views

CVE-2026-57075

A flaw was found in YAML::Syck. An out-of-bounds read vulnerability exists in the base64 decoder, specifically in the syckbase64dec function. This occurs because the decoder uses a signed character to index a lookup table, allowing specially crafted !!binary YAML nodes with high-bit bytes to caus...

9.1CVSS6AI score0.00374EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/17 12:32 a.m.21 views

EUVD-2026-45056

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via an unbounded newline scan in newlinelen. In the bundled libsyck newlinelen and isnewline dereference the scan pointer, and the following byte for a "\r\n" pair, with no NUL-terminator or bounds check. During block-scalar...

6.1AI score0.00141EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/17 12:32 a.m.22 views

EUVD-2026-45054

YAML::Syck versions before 1.47 for Perl allow an out-of-bounds read via a signed-char lookup-table index in syckbase64dec. The base64 decoder in the bundled libsyck indexes the 256-entry static table b64xtable with a signed char, so any !!binary byte = 0x80 sign-extends to a negative index and...

6.1AI score0.00374EPSS
SaveExploits0References3
Rows per page
Query Builder