Lucene search
+L

93 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/09/08 3:00 p.m.9 views

Security Bulletin: IBM SPSS Modeler is affected by an Eclipse Jetty vulnerability that may allow authentication bypass.

Summary IBM SPSS Modeler is affected by an Eclipse Jetty vulnerability that may allow authentication bypass. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2026-10050 DESCRIPTION: In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-...

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/08 2:52 p.m.5 views

Security Bulletin: SPSS Collaboration and Deployment Services is affected by Eclipse Jetty Digest Authentication Bypass Vulnerability

Summary SPSS Collaboration and Deployment Services is affected by Eclipse Jetty Digest Authentication Bypass Vulnerability. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2026-10050 DESCRIPTION: In Eclipse Jetty, the Digest authentication server-side component...

9.1CVSS5.8AI score0.00483EPSS
SaveExploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/19 12:00 a.m.13 views

SUSE SLED15: jetty-continuation / jetty-http / jetty-io / jetty-security / etc (SUSE-SU-2026:3631-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:3631-1 advisory. - CVE-2026-10050: ISO-8859-1 lossy encoding allows authentication bypass via character substitution bsc1272393. Tenable...

9.1CVSS5.5AI score0.00483EPSS
SaveExploits1References4
SUSE Linux
SUSE Linux
added 2026/08/17 4:52 p.m.11 views

Security update for jetty-minimal

This update for jetty-minimal fixes the following issues: CVE-2026-10050: ISO-8859-1 lossy encoding allows authentication bypass via character substitution bsc1272393. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper...

8.7CVSS5.2AI score0.00483EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/17 4:52 p.m.10 views

SUSE-SU-2026:3631-1 Security update for jetty-minimal

This update for jetty-minimal fixes the following issues: - CVE-2026-10050: ISO-8859-1 lossy encoding allows authentication bypass via character substitution bsc1272393...

9.1CVSS5.2AI score0.00483EPSS
SaveExploits1References3
NVD
NVD
added 2026/08/04 11:22 a.m.14 views

CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

9.1CVSS0.00483EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/08/04 11:22 a.m.12 views

CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

9.1CVSS5.4AI score0.00483EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/08/04 11:02 a.m.11 views

CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS5.5AI score0.00483EPSS
SaveExploits1References3Affected Software3
Cvelist
Cvelist
added 2026/08/04 11:02 a.m.69 views

CVE-2026-10050 Digest authentication lossy encoding

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS0.00483EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/08/04 11:02 a.m.9 views

CVE-2026-10050 Digest authentication lossy encoding

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS5.5AI score0.00483EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/04 11:02 a.m.542 views

CVE-2026-10050

Summary: CVE-2026-10050 affects Eclipse Jetty’s Digest authentication, where the server-side password encoding uses ISO-8859-1 by default. When characters cannot be represented in ISO-8859-1, they are replaced with “?”, enabling an attacker to submit a Digest header where a password of all “?” ch...

9.1CVSS5.5AI score0.00483EPSS
SaveExploits1References2Affected Software1
Snyk
Snyk
added 2026/07/22 10:55 p.m.14 views

Incorrect Implementation of Authentication Algorithm

Overview Affected versions of this package are vulnerable to Incorrect Implementation of Authentication Algorithm due to lossy ISO-8859-1 encoding in the digest hash computation. An attacker can log in as a user with a non-Latin-1 password by supplying a collision password that replaces each...

9.1CVSS5.9AI score0.00483EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/07/22 10:55 p.m.14 views

Eclipse Jetty Digest Authentication: ISO-8859-1 lossy encoding allows authentication bypass via character substitution

Summary The DigestAuthentication.apply method in Jetty's HTTP client uses getBytesStandardCharsets.ISO88591 at three locations lines 171, 179, 196 to compute Digest auth response hashes. ISO-8859-1 silently replaces any character above U+00FF Chinese, Japanese, Cyrillic, Arabic, Emoji, etc. with...

9.1CVSS5.5AI score0.00483EPSS
SaveExploits1References9Affected Software3
OSV
OSV
added 2026/07/22 10:55 p.m.27 views

GHSA-2FVJ-HGJ9-J2GR Eclipse Jetty Digest Authentication: ISO-8859-1 lossy encoding allows authentication bypass via character substitution

Summary The DigestAuthentication.apply method in Jetty's HTTP client uses getBytesStandardCharsets.ISO88591 at three locations lines 171, 179, 196 to compute Digest auth response hashes. ISO-8859-1 silently replaces any character above U+00FF Chinese, Japanese, Cyrillic, Arabic, Emoji, etc. with...

8.7CVSS5.6AI score0.00483EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.14 views

PT-2026-63532

Name of the Vulnerable Software and Affected Versions Eclipse Jetty affected versions not specified Description The Digest authentication server-side component and the DigestAuthentication.apply method in the HTTP client use ISO-8859-1 encoding to process passwords. Because ISO-8859-1 cannot...

9.1CVSS5.3AI score0.00483EPSS
SaveExploits1References24
Circl
Circl
added 2026/07/17 8:28 p.m.19 views

CVE-2026-8859

creationtimestamp| type| source ---|---|--- 2026-07-17 20:28:06+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mqulmi3kxg2e 2026-07-17 22:31:30+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mqusj4xzp62g 2026-07-18 12:00:55+00:00| seen|...

9.9CVSS4.8AI score0.0056EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/17 8:17 p.m.15 views

CVE-2026-8859

IBM Langflow OSS 1.0.0 through 1.10.0 Langflow could allow an attacker to write arbitrary files to unintended locations due to improper input validation in the APIRequest component. A path traversal vulnerability exists when the "Save to File" feature is enabled, where filenames extracted from HT...

9.9CVSS0.0056EPSS
SaveExploits0References1
Chainguard
Chainguard
added 2026/07/01 2:16 p.m.16 views

GHSA-7FPX-M38W-8859 vulnerabilities

Vulnerabilities for packages: chromium...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/24 12:00 a.m.16 views

Oracle Linux 8 : vim (ELSA-2026-28553)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-28553 advisory. 8.0.1763-24.0.1 - Remove upstream references Orabug: 31197557 - Added glibc-gconv-extra to common requires to provide ISO-8859-2 Orabug: 34114984 2:8.0.1763-24...

6.6CVSS6.5AI score0.00501EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/29 6:39 p.m.42 views

CVE-2026-7259

A flaw was found in PHP. When an attacker input can influence the encoding passed to mbregexencoding and the application subsequently uses mbregex search APIs, a NULL pointer dereference can occur due to a mismatch between the Oniguruma and mbfl encoding support. This issue can cause a crash in t...

6.5CVSS5.8AI score0.00202EPSS
SaveExploits0References4
Rows per page
Query Builder