Lucene search
+L

1616482 matches found

Rockylinux
Rockylinux
added 2026/08/31 12:01 p.m.9 views

libxml2 security update

An update is available for libxml2. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The libxml2 library is a development toolbox providing the implementation of...

7.8CVSS6.4AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2026/08/31 12:01 p.m.5 views

RLSA-2026:61248 Moderate: libxml2 security update

The libxml2 library is a development toolbox providing the implementation of various XML standards. Security Fixes: libxml2: libxml2: Arbitrary code execution in xmlcatalog utility via buffer overflow CVE-2026-11979 For more details about the security issues, including the impact, a CVSS score,...

4.8CVSS6.4AI score0.00148EPSS
SaveExploits0References3
RustSec
RustSec
added 2026/08/31 12:00 p.m.11 views

`zbus_polkit`: authorization bypass via PID reuse

Subject::newforowner in the zbuspolkit crate encodes the uid entry of a unix-process polkit subject as an unsigned 32-bit integer D-Bus type u, whereas the org.freedesktop.PolicyKit1.Authority interface specifies a signed 32-bit integer D-Bus type i. Because of this type mismatch, polkit silently...

7.3CVSS5.8AI score0.0009EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/08/31 12:00 p.m.6 views

RUSTSEC-2026-0278 `zbus_polkit`: authorization bypass via PID reuse

Subject::newforowner in the zbuspolkit crate encodes the uid entry of a unix-process polkit subject as an unsigned 32-bit integer D-Bus type u, whereas the org.freedesktop.PolicyKit1.Authority interface specifies a signed 32-bit integer D-Bus type i. Because of this type mismatch, polkit silently...

7.3CVSS5.8AI score0.0009EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 11:58 a.m.8 views

USN-8699-1 libssh vulnerabilities

It was discovered that libssh had a stack buffer overflow in its SFTP server when constructing directory listing entries for long filenames. An attacker could possibly use this issue to cause libssh to crash or execute arbitrary code. This issue only affected Ubuntu 26.04 LTS. CVE-2026-15370 It w...

7.5CVSS6.7AI score0.00567EPSS
SaveExploits0References10
Ubuntu
Ubuntu
added 2026/08/31 11:58 a.m.9 views

USN-8699-1: libssh vulnerabilities

It was discovered that libssh had a stack buffer overflow in its SFTP server when constructing directory listing entries for long filenames. An attacker could possibly use this issue to cause libssh to crash or execute arbitrary code. This issue only affected Ubuntu 26.04 LTS. CVE-2026-15370 It w...

7.5CVSS6.7AI score0.00567EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/31 11:56 a.m.10 views

CVE-2026-76983 Apache Wicket: XSS in AutoLabelTextResolver via FormComponent.setLabel

Improper neutralization of input during web page generation in Apache Wicket. The tag is provided by org.apache.wicket.markup.html.form.AutoLabelTextResolver, which is registered by default in every WebApplication. The resolver writes the label it finds into the markup as it is, and reads no...

5.1CVSS5.8AI score0.00496EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/31 11:56 a.m.8 views

EUVD-2026-68491

Improper neutralization of input during web page generation in Apache Wicket. The tag is provided by org.apache.wicket.markup.html.form.AutoLabelTextResolver, which is registered by default in every WebApplication. The resolver writes the label it finds into the markup as it is, and reads no...

5.1CVSS5.8AI score0.00496EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/31 11:56 a.m.17 views

CVE-2026-76983

Apache Wicket's AutoLabelTextResolver (registered by default in every WebApplication) writes form-component labels into markup unescaped , never consulting the escape-model-strings setting. When a label is set via FormComponent#setLabel(IModel) with attacker-influenced data, the result is a store...

5.4CVSS5.8AI score0.00496EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/31 11:56 a.m.37 views

CVE-2026-76983 Apache Wicket: XSS in AutoLabelTextResolver via FormComponent.setLabel

Improper neutralization of input during web page generation in Apache Wicket. The tag is provided by org.apache.wicket.markup.html.form.AutoLabelTextResolver, which is registered by default in every WebApplication. The resolver writes the label it finds into the markup as it is, and reads no...

5.1CVSS0.00496EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/31 11:56 a.m.37 views

CVE-2026-76984 Apache Wicket: XSS in MetaDataHeaderItem via addTagAttribute

Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.head.MetaDataHeaderItem generates and header tags. It escaped the attribute names it wrote, but ran the attribute values through a replacement of " with ". A backslash before a double quote mean...

5.1CVSS0.00496EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/31 11:56 a.m.11 views

CVE-2026-76984 Apache Wicket: XSS in MetaDataHeaderItem via addTagAttribute

Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.head.MetaDataHeaderItem generates and header tags. It escaped the attribute names it wrote, but ran the attribute values through a replacement of " with ". A backslash before a double quote mean...

5.1CVSS5.9AI score0.00496EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/31 11:56 a.m.15 views

CVE-2026-76984

Apache Wicket 's MetaDataHeaderItem class improperly escapes attribute values when generating and tags. The escape replaced " with \\", but a backslash before a double quote is meaningless in HTML, so an attacker-controlled value containing a double quote breaks out of the attribute and is pars...

5.4CVSS5.9AI score0.00496EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/08/31 11:56 a.m.8 views

EUVD-2026-68490

Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.head.MetaDataHeaderItem generates and header tags. It escaped the attribute names it wrote, but ran the attribute values through a replacement of " with ". A backslash before a double quote mean...

5.1CVSS5.9AI score0.00496EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/31 11:53 a.m.6 views

CVE-2026-63312

A flaw was found in NLTK. This vulnerability, specifically within the StreamBackedCorpusView component, allows an attacker to bypass security enforcement by directly calling builtins.open instead of the intended pathsec.open. By controlling the fileid argument, an attacker can read arbitrary loca...

8.7CVSS5.8AI score0.00563EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/08/31 11:52 a.m.12 views

CVE-2026-76982 Apache Wicket: XSS in Button via its model object

Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.html.form.Button clears the escape-model-strings flag in its constructor, so that the value attribute it writes is not encoded twice — ComponentTag already encodes attribute values when it write...

5.1CVSS5.8AI score0.00496EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/31 11:52 a.m.38 views

CVE-2026-76982 Apache Wicket: XSS in Button via its model object

Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.html.form.Button clears the escape-model-strings flag in its constructor, so that the value attribute it writes is not encoded twice — ComponentTag already encodes attribute values when it write...

5.1CVSS0.00496EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/31 11:52 a.m.15 views

CVE-2026-76982

Apache Wicket is vulnerable to a cross-site scripting (XSS) issue in the Button component (and its subclasses AjaxButton, AjaxFallbackButton, and WizardButton). The root cause: the Button constructor clears the escape-model-strings flag to prevent double-encoding of the value attribute on elemen...

5.4CVSS5.8AI score0.00496EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/08/31 11:52 a.m.7 views

EUVD-2026-68489

Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.html.form.Button clears the escape-model-strings flag in its constructor, so that the value attribute it writes is not encoded twice — ComponentTag already encodes attribute values when it write...

5.1CVSS5.8AI score0.00496EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/31 11:52 a.m.9 views

EUVD-2026-68488

AjaxEditableChoiceLabel in wicket-extensions, when constructed with a non-null IChoiceRenderer, writes the display value obtained from that renderer into the label's markup without applying the HTML escaping Wicket performs by default for component model values. An attacker who can influence the...

5.1CVSS5.8AI score0.00496EPSS
SaveExploits0References1
Rows per page
Query Builder