Lucene search
+L

2799 matches found

AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข5 views

Astra Linux โ€“ Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrackinsn The verifier skips invalid kfunc calls in checkkfunccall. Such calls would be caught by fixupkfunccall if they arenโ€™t eliminated through dead code elimination. However, this can lead ...

5.5CVSS5.3AI score0.00235EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข10 views

Astra Linux โ€“ Vulnerabilities in Linux, Linux-5.10, Linux-5.15

Incorrect verifier pruning in the BPF module of the Linux kernel version 5.4 and above leads to unsafe code paths being incorrectly marked as safe. This results in arbitrary read/writes to kernel memory, lateral privilege escalation, and container escapes...

10CVSS7.2AI score0.03546EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข5 views

Astra Linux โ€“ Vulnerability in Linux

In kernel/bpf/verifier.c in the Linux kernel before version 5.12.13, a branch prediction can be mispredicted e.g., due to type confusion, allowing a non-privileged BPF program to access arbitrary memory locations through a side-channel attack, known as CID-9183671af6db...

4.7CVSS6.7AI score0.00922EPSS
SaveExploits3References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข16 views

Astra Linux โ€“ Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not report a verification bug for missing bpfsccvisit calls on speculative execution paths. Syzbot generated a program that triggers a verifierbug call in maybeexitscc. maybeexitscc assumes that, when called for a state...

6AI score0.00246EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข7 views

Astra Linux โ€“ Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: BPF: Skip the scalar adjustment for BPFNEG if the destination is a pointer. In checkaluop, the verifier currently calls checkregarg and adjustscalarminmaxvals unconditionally for BPFNEG operations. However, if the destination...

5.8AI score0.00207EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข4 views

Astra Linux โ€“ Vulnerability in Linux

The kernel/bpf/verifier.c file in the Linux kernel, as of version 5.12.1, performs undesirable speculative loads. This leads to the disclosure of stack contents through side-channel attacks, known as CID-801c6058d14a. The main issue is that the BPF stack area is not properly protected against...

5.5CVSS6.3AI score0.00313EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข5 views

Astra Linux โ€“ Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: BPF: Fixed the verifierโ€™s assumptions regarding the socket-sk structure. The verifier assumes that the sk field in the struct socket structure is valid and not NULL when the socket pointer itself is trusted and not NULL. This...

5.5CVSS5.3AI score0.00221EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข9 views

Astra Linux โ€“ Vulnerability in Linux

A issue was discovered in the Linux kernel through version 5.11.x. The kernel/bpf/verifier.c file contains unwanted out-of-bounds speculation during pointer arithmetic operations, which allows for side-channel attacks that circumvent Spectre mitigations and extract sensitive information from kern...

5.5CVSS6.4AI score0.01071EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข20 views

Astra Linux โ€“ Vulnerability in Linux, Linux 5.10

A flaw was discovered in the s390 eBPF JIT mechanism within bpfjitinsn in the arch/s390/net/bpfjitcomp.c file of the Linux kernel. In this flaw, a local attacker with special user privileges can bypass the verifier, potentially leading to confidentiality issues...

5.5CVSS6.7AI score0.00254EPSS
SaveExploits0References2
AstraLinux
AstraLinux
โ€ขadded 2026/05/20 5:53 a.m.โ€ข6 views

Astra Linux โ€“ Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fixed a memory leak in array reallocation for stack state. If an error NULL is returned by krealloc, callers of reallocarray would set their allocation pointers to NULL. However, when an error occurs in krealloc, i...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References1
CNNVD
CNNVD
โ€ขadded 2026/05/20 12:0 a.m.โ€ข17 views

NLnet Labs Unbound ่ต„ๆบ็ฎก็†้”™่ฏฏๆผๆดž

NLnet Labs Unbound is a high-performance DNS resolver open-sourced by NLnet Labs. In versions 1.19.1 to 1.25.0 of NLnet Labs Unbound, there is a resource management vulnerability. This vulnerability stems from incorrect overwriting of target pointers when deep copying data structures in the DNSSE...

10CVSS6.1AI score0.01272EPSS
SaveExploits0References3
CNNVD
CNNVD
โ€ขadded 2026/05/20 12:0 a.m.โ€ข13 views

NLnet Labs Unbound ๅฎ‰ๅ…จๆผๆดž

NLnet Labs Unbound is a high-performance DNS resolver open-sourced by NLnet Labs. Versions of NLnet Labs Unbound 1.25.0 and earlier contained security vulnerabilities. These vulnerabilities stemmed from the DNSSEC verifier failing to account for NSEC3 hash calculation restrictions when querying D...

6.9CVSS5.8AI score0.00339EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
โ€ขadded 2026/05/19 1:31 p.m.โ€ข25 views

kernel: bpf: Do not include stack ptr register in precision backtracking bookkeeping

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not include stack ptr register in precision backtracking bookkeeping Yi Lai reported an issue 1 where the following warning appears in kernel dmesg: 60.643604 verifier backtracking bug 60.643635 WARNING: CPU: 10 PID: 2315...

7.8CVSS6.3AI score0.00167EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
โ€ขadded 2026/05/19 9:4 a.m.โ€ข17 views

kernel: bpf: Do not include stack ptr register in precision backtracking bookkeeping

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not include stack ptr register in precision backtracking bookkeeping Yi Lai reported an issue 1 where the following warning appears in kernel dmesg: 60.643604 verifier backtracking bug 60.643635 WARNING: CPU: 10 PID: 2315...

7.8CVSS6.3AI score0.00167EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
โ€ขadded 2026/05/18 12:24 p.m.โ€ข27 views

bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid

A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft CompositeVerifier implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially...

7.5CVSS5.8AI score0.0064EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
โ€ขadded 2026/05/18 12:12 p.m.โ€ข33 views

bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid

A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft CompositeVerifier implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially...

7.5CVSS5.8AI score0.0064EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
โ€ขadded 2026/05/18 12:0 a.m.โ€ข11 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: google-oauth-java-client (UTSA-2026-021484)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-021484 advisory. The vulnerability is that IDToken verifier does not verify if token is properly signed. Signature verification makes sure that the token's payload comes from valid...

8.7CVSS5.8AI score0.00296EPSS
SaveExploits0References4
OSV
OSV
โ€ขadded 2026/05/15 5:33 p.m.โ€ข10 views

GHSA-WXW3-Q3M9-C3JR Better Auth: OAuth callback accepts mismatched `state` when cookie-backed state storage is used without PKCE

Am I affected? Users are affected if all of the following are true: - The application uses better-auth at a version below 1.6.2 or @better-auth/sso paired with such a version. - betterAuth account: storeStateStrategy is set to "cookie". The default "database" is not affected. - The application...

5.3CVSS6AI score0.00172EPSS
SaveExploits0References5
Snyk
Snyk
โ€ขadded 2026/05/15 5:30 p.m.โ€ข10 views

Improper Validation of Array Index

Overview Affected versions of this package are vulnerable to Improper Validation of Array Index through the CertVerifier.Verify function. An attacker can cause the process to panic and exit with a success code by providing a CMS/PKCS7 signed message containing an empty certificate set, which lead...

5.4CVSS5.8AI score0.00111EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/05/15 5:30 p.m.โ€ข9 views

Improper Validation of Array Index

Overview Affected versions of this package are vulnerable to Improper Validation of Array Index through the CertVerifier.Verify function. An attacker can cause the process to panic and exit with a success code by providing a CMS/PKCS7 signed message containing an empty certificate set, which lead...

5.4CVSS5.8AI score0.00111EPSS
SaveExploits0References2
Rows per page
Query Builder