Lucene search
+L

203 matches found

OSV
OSV
added 2026/07/13 7:28 p.m.18 views

CVE-2026-55771 CedarJava has policy injection, type confusion, and incorrect equality comparison vulnerabilities

CedarJava is an open source Java implementation of the Cedar policy language, used for fine-grained authorization decisions. In versions prior to 4.9.0, the EntityIdentifier.equals has inverted null/self branches which could lead to incorrect equality comparisons. The EntityIdentifier.equals meth...

8.8CVSS6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.31 views

PT-2026-57856

Name of the Vulnerable Software and Affected Versions CedarJava versions prior to 4.9.0 Description The EntityIdentifier.equals function contains inverted logic for null and self-reference checks. This causes the method to return true for null comparisons and false for self-comparisons, leading t...

8.8CVSS6.1AI score0.00575EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/07 12:16 a.m.27 views

CVE-2024-56141

Minosoft is an open-source, multi-version Minecraft Java Edition client written in Kotlin. Starting in commit f1ae30e2b046a490026a8413b075685deb795122, the CryptManager encryption routine CryptManager.kt initializes its AES cipher using an initialization vector IV that is set equal to the secret...

5CVSS0.0016EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/06/27 1:56 a.m.23 views

SUSE CVE-2026-47770

jq is a command-line JSON processor. Prior to 1.8.2, comparing two sufficiently deeply nested arrays with the == operator exhausts the C stack on jq's ordinary command-line surface, resulting in denial of service via stack exhaustion uncontrolled recursion. The crash occurs in jq's recursive...

5.5CVSS5.8AI score0.00147EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/06/26 5:33 p.m.18 views

Unverified Password Change

Overview Affected versions of this package are vulnerable to Unverified Password Change in the OAuth2 authentication module when the password is silently rewritten to the username upon OAuth2 re-login. An attacker can gain unauthorized access to user accounts by authenticating with both the...

8.7CVSS5.8AI score0.00491EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.15 views

CVE-2026-53092

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

7.8CVSS5.1AI score0.00131EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.59 views

CVE-2026-53092 bpf: Fix linked reg delta tracking when src_reg == dst_reg

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

7.8CVSS0.00131EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/24 4:30 p.m.15 views

CVE-2026-53092 bpf: Fix linked reg delta tracking when src_reg == dst_reg

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

7.8CVSS5.5AI score
SaveExploits0References10
EUVD
EUVD
added 2026/06/24 4:30 p.m.22 views

EUVD-2026-38960

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

5.5AI score0.00131EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/24 4:30 p.m.67 views

CVE-2026-53092

CVE-2026-53092 affects the Linux kernel’s BPF subsystem . The root cause is in register delta tracking when the same source and destination registers are used (e.g., rX += rX). In adjust_reg_min_max_vals(), the code mutates the destination in-place, and later, when evaluating the source register,...

7.8CVSS5.5AI score0.00131EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/06/22 12:25 p.m.34 views

EUVD-2026-38228

The Azure Active Directory AAD authentication implementation contained multiple weaknesses in its OAuth 2.0 authorization flow that could allow attackers to bypass important security guarantees provided by the protocol. The application used the PHP session identifier sessionid as the OAuth state...

9.3CVSS5.9AI score0.00462EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.16 views

CVE-2026-46284

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix early boot crash on parameters without '=' separator If hugepages, hugepagesz, or defaulthugepagesz are specified on the kernel command line without the '=' separator, early parameter parsing passes NULL to...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References11
attackerkb
attackerkb
added 2026/06/08 3:41 p.m.15 views

CVE-2026-46284

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix early boot crash on parameters without '=' separator If hugepages, hugepagesz, or defaulthugepagesz are specified on the kernel command line without the '=' separator, early parameter parsing passes NULL to...

5.4AI score0.00121EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/06/08 3:41 p.m.57 views

CVE-2026-46284 mm/hugetlb: fix early boot crash on parameters without '=' separator

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix early boot crash on parameters without '=' separator If hugepages, hugepagesz, or defaulthugepagesz are specified on the kernel command line without the '=' separator, early parameter parsing passes NULL to...

0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/08 3:41 p.m.53 views

CVE-2026-46284

CVE-2026-46284 affects the Linux kernel mm/hugetlb parameter parsing path. When hugepages, hugepagesz, or default_hugepagesz are supplied on the kernel command line without an '=' separator, early-boot parameter parsing passes NULL to hugetlb_add_param(), which dereferences NULL in strlen(), pote...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References3Affected Software1
Mageia
Mageia
added 2026/06/07 5:10 a.m.27 views

Updated xdg-dbus-proxy packages fix security vulnerability

A policy parser vulnerability allows bypassing eavesdrop restrictions. The proxy checks for eavesdrop=true in policy rules but fails to handle eavesdrop ='true' with a space before the equals sign and similar cases...

6.8CVSS5.5AI score0.00175EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/06/05 7:44 p.m.30 views

CVE-2026-39823

A flaw was found in the html/template package of Go. A remote attacker could exploit this vulnerability by inserting ASCII whitespaces around the equals sign = within a URL's content attribute inside a tag. This improper escaping could lead to Cross-Site Scripting XSS, allowing the attacker to...

6.1CVSS7AI score0.00314EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/06/04 12:39 p.m.21 views

html/template: golang: Go html/template: Cross-Site Scripting via improper URL escaping in meta tag content

A flaw was found in the html/template package of Go. A remote attacker could exploit this vulnerability by inserting ASCII whitespaces around the equals sign = within a URL's content attribute inside a tag. This improper escaping could lead to Cross-Site Scripting XSS, allowing the attacker to...

6.1CVSS6.1AI score0.00314EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/29 12:01 a.m.18 views

OSV-2026-822 Heap-use-after-free in slice_segment_header::operator=

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=517027630 Crash type: Heap-use-after-free READ 4 Crash state: slicesegmentheader::operator= slicesegmentheader::read decodercontext::readsliceNAL...

5.8AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/05/27 10:56 a.m.23 views

SUSE CVE-2026-48829

In GNU SASL before 2.2.3, DIGEST-MD5 has a NULL pointer dereference affecting both clients and servers, via a known token with no accompanying = character. This occurs in lib/digest-md5/getsubopt.c...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits0References4
Rows per page
Query Builder