Lucene search
+L

196 matches found

NVD
NVD
added yesterday7 views

CVE-2026-73420

NextAuth.js provides authentication for Next.js. Prior to @auth/core 0.41.3 and next-auth 4.24.15 and 5.0.0-beta.32, the defaultNormalizer used by the email and magic-link sign-in flow validates an address before applying Unicode normalization. An address can contain a Unicode character such as...

9.1CVSS
SaveExploits0References6
CVE
CVE
added yesterday29 views

CVE-2026-73420

CVE-2026-73420 affects NextAuth.js email/passwordless flows where the default email normalizer validates addresses before Unicode normalization. An address containing a homoglyph (e.g., U+FF20 FULLWIDTH COMMERCIAL AT) can canonicalize to a normal ASCII @ after NFKC/NFKD, causing downstream mail l...

9.1CVSS5.4AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday2 views

PT-2026-71919

NextAuth.js provides authentication for Next.js. Prior to @auth/core 0.41.3 and next-auth 4.24.15 and 5.0.0-beta.32, the defaultNormalizer used by the email and magic-link sign-in flow validates an address before applying Unicode normalization. An address can contain a Unicode character such as...

9.1CVSS5.4AI score
SaveExploits0References7
OSV
OSV
added 2026/08/04 11:42 a.m.6 views

SUSE-SU-2026:3480-1 Security update for kubevirt

This update for kubevirt fixes the following issues: - Security update correcting a CVE over-claim from the previous update, verified by auditing the fix code actually present in the vendored tree: CVE-2026-39821 bsc1266575: the previous entry claimed this fixed by the golang.org/x/net v0.55.0...

9.6CVSS6.7AI score0.00655EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/29 5:25 p.m.5 views

CVE-2026-13723 Develar's electron-builder allows arbitrary file overwrite

A vulnerability in the zipx.Unzip extraction routine of Develar's app-builder allows an attacker to overwrite arbitrary files on macOS APFS by exploiting a Unicode Normalization Collision combined with symlink following behavior. APFS treats certain Unicode equivalent filenames as identical e.g.,...

6.5CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/07/29 5:25 p.m.42 views

CVE-2026-13723

Develar’s app-builder zipx.Unzip in macOS APFS is vulnerable to arbitrary file overwrite via Unicode normalization collision combined with unsafe symlink following. The root cause is lack of canonical normalization before path validation/writes, allowing a crafted ZIP with a symlink named ss (poi...

6.5CVSS5.9AI score0.00327EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/27 5:0 p.m.5 views

SUSE-SU-2026:3300-1 Security update for ignition

This update for ignition 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 bsc1266606. - CVE-2026-56852: golang.org/x/text/unicode/norm: handling of input containing invali...

9.6CVSS6.3AI score0.00655EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:0 a.m.9 views

openSUSE 16 Security Update : distribution (openSUSE-SU-2026:21441-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21441-1 advisory. This update for distribution fixes the following issues - CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded...

9.6CVSS5.9AI score0.00655EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 8:41 a.m.5 views

SUSE-SU-2026:22945-1 Security update for distribution

This update for distribution 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 bsc1266629. - CVE-2026-56852: golang.org/x/text/unicode/norm: infinite loop on...

9.6CVSS6.3AI score0.00655EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/23 2:40 p.m.39 views

GHSA-7RQJ-J65F-68WH Auth.js: Email normalizer validates the address before Unicode normalization, allowing a homoglyph @ bypass

Summary The default email-address normalizer used by the email/magic-link sign-in flow validates the address before applying Unicode normalization. An address can contain a Unicode character that is not an ASCII @ U+0040 but canonicalizes to one under NFKC/NFKD normalization the normalization...

9.1CVSS5.5AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/23 2:40 p.m.17 views

Auth.js: Email normalizer validates the address before Unicode normalization, allowing a homoglyph @ bypass

Summary The default email-address normalizer used by the email/magic-link sign-in flow validates the address before applying Unicode normalization. An address can contain a Unicode character that is not an ASCII @ U+0040 but canonicalizes to one under NFKC/NFKD normalization the normalization...

9.1CVSS5.5AI score
SaveExploits0References7Affected Software2
EUVD
EUVD
added 2026/07/21 7:9 p.m.21 views

EUVD-2026-42323

setuptools: MANIFEST.in exclusion bypass in sdist via Unicode normalization collision NFC/NFD on macOS APFS/HFS+...

6.1CVSS5.2AI score0.00405EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/21 7:9 p.m.18 views

setuptools: MANIFEST.in exclusion bypass in sdist via Unicode normalization collision (NFC/NFD) on macOS APFS/HFS+

Summary When building a source distribution python -m build --sdist / setup.py sdist, setuptools' FileList applies MANIFEST.in directives exclude, global-exclude, recursive-exclude, prune by matching a compiled glob against on-disk file names byte-for-byte, with no Unicode normalization. On...

6.1CVSS5.2AI score0.00405EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/21 7:9 p.m.7 views

GHSA-H35F-9H28-MQ5C setuptools: MANIFEST.in exclusion bypass in sdist via Unicode normalization collision (NFC/NFD) on macOS APFS/HFS+

Summary When building a source distribution python -m build --sdist / setup.py sdist, setuptools' FileList applies MANIFEST.in directives exclude, global-exclude, recursive-exclude, prune by matching a compiled glob against on-disk file names byte-for-byte, with no Unicode normalization. On...

6.1CVSS5.2AI score0.00405EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/07/16 12:0 a.m.13 views

Amazon Linux 2023 : python3.13, python3.13-devel, python3.13-freethreading (ALAS2023-2026-1910)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1910 advisory. tarfile.extractall with the 'data' or 'tar'filter could be bypassed by a crafted archive where a hardlinkreferences a symlink stored at a deeper name than the hardlink itself.The extraction...

8.2CVSS6.1AI score0.00811EPSS
SaveExploits0References16
OSV
OSV
added 2026/07/14 8:55 a.m.11 views

BIT-SETUPTOOLS-2026-59890 setuptools: MANIFEST.in exclusion bypass in sdist via Unicode normalization collision (NFC/NFD) on macOS APFS/HFS+

setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file names without Unico...

6.1CVSS6.1AI score0.00405EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/07/14 12:0 a.m.9 views

PT-2026-58929

setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file names without Unico...

6.1CVSS6.1AI score0.00405EPSS
SaveExploits1References5
Microsoft CVE
Microsoft CVE
added 2026/07/11 8:7 a.m.13 views

setuptools: MANIFEST.in exclusion bypass in sdist via Unicode normalization collision (NFC/NFD) on macOS APFS/HFS+

...

6.1CVSS6.1AI score0.00405EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/07/10 8:55 p.m.17 views

CVE-2026-59890

A flaw was found in setuptools, a Python package management tool. The FileList component, responsible for handling file exclusions, did not properly normalize Unicode file names when applying exclusion rules. This oversight could allow a specially crafted file name, using a different Unicode...

6.1CVSS6AI score0.00405EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2026/07/10 3:12 a.m.10 views

SUSE CVE-2026-59890

setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. Prior to 83.0.0, FileList applied MANIFEST.in exclude, global-exclude, recursive-exclude, and prune directives by matching compiled glob patterns against on-disk file names without Unico...

6.1CVSS6.1AI score0.00405EPSS
SaveExploits1References3
Rows per page
Query Builder