Lucene search
+L

1037162 matches found

OSV
OSV
added 2026/07/07 2:34 p.m.4 views

PYSEC-2026-1814 PyJWT Issuer field partial matches allowed

Summary The wrong string if check is run for iss checking, resulting in "acb" being accepted for "abc". Details This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. diff - if isinstanceissuer, list: + if...

2.2CVSS6AI score0.0081EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1611 Synapse allows a a malformed invite to break the invitee's `/sync`

Impact Synapse versions before 1.120.1 fail to properly validate invites received over federation. This vulnerability allows a malicious server to send a specially crafted invite that disrupts the invited user's /sync functionality. Patches Synapse 1.120.1 rejects such invalid invites received ov...

8.7CVSS6.7AI score0.00547EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1808 Pulp incorrectly assigns RBAC permissions in tasks that create objects

A flaw was found in the Pulp package. When a role-based access control RBAC object in Pulp is set to assign permissions on its creation, it uses the AutoAddObjPermsMixin typically the addrolesforobjectcreator method. This method finds the object creator by checking the current authenticated user...

8.6CVSS6.6AI score0.0061EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/07 2:34 p.m.4 views

PYSEC-2026-1992 twisted.web has disordered HTTP pipeline response

Summary The HTTP 1.0 and 1.1 server provided by twisted.web could process pipelined HTTP requests out-of-order, possibly resulting in information disclosure. PoC 0. Start a fresh Debian container: sh docker run --workdir /repro --rm -it debian:bookworm-slim 1. Install twisted and its dependencies...

8.3CVSS6AI score0.01755EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 2026/07/07 2:14 p.m.8 views

kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()

A flaw was found in the Linux kernel's RDMA/mlx4 component. This vulnerability arises from the incorrect use of Read-Copy Update RCU in the mlx4srqevent function. An attacker could potentially trigger an event before the srq object is fully initialized, leading to a system crash. This could resul...

7.8CVSS6.5AI score0.00114EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/07 12:40 p.m.10 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.20.28 bug fix and security update

Red Hat OpenShift Container Platform release 4.20.28 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.20. Red Hat Product Security has rated this update as having a...

9.8CVSS6AI score0.01335EPSS
SaveExploits4References5
Rockylinux
Rockylinux
added 2026/07/07 12:5 p.m.6 views

httpd security, bug fix, and enhancement update

An update is available for httpd. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The httpd packages provide the Apache HTTP Server, a powerful, efficient, and...

9.8CVSS6.9AI score0.01089EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2026/07/07 11:46 a.m.6 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.20.28 bug fix and security update

Red Hat OpenShift Container Platform release 4.20.28 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.20. Red Hat Product Security has rated this update as having a...

9.2CVSS6AI score0.00848EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/07/07 11:46 a.m.9 views

CVE-2011-10043

Module::Load versions before 0.22 for Perl allow arbitrary modules outside of @INC to be loaded. Module names starting with "::" could be passed to the load function to specify arbitrary module paths. Attackers able to influence module names passed to load could use that bug to execute arbitrary...

9.8CVSS6.1AI score0.00447EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 11:45 a.m.4 views

PYSEC-2026-1424 Excessive Iteration in gRPC

gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/ Three vectors were found that allow the following DOS attacks: - Unbounded memory buffering in the HPACK parser - Unbounded CPU consumption ...

7.5CVSS7.1AI score0.00412EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 11:45 a.m.7 views

PYSEC-2026-1835 pypdf and PyPDF2 possible Infinite Loop when a comment isn't followed by a character

Impact An attacker who uses this vulnerability can craft a PDF which leads to an infinite loop if parsecontentstream is executed. This infinite loop blocks the current process and can utilize a single core of the CPU by 100%. It does not affect memory usage. That is, for example, the case if the...

6.2CVSS6.2AI score0.00352EPSS
SaveExploits1References9
Atlassian
Atlassian
added 2026/07/07 11:24 a.m.6 views

RCE (Remote Code Execution) in Sourcetree for Mac and Sourcetree for Windows

This High severity RCE Remote Code Execution vulnerability was introduced in version 3.4.11 of Sourcetree for Mac and Sourcetree for Windows. This RCE Remote Code Execution vulnerability, with a CVSS Score of 7.1, allows an authenticated attacker to execute arbitrary code which has high impact to...

7.1CVSS7.7AI score0.00311EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/07 11:9 a.m.11 views

Important: Red Hat Security Advisory: RHACS 4.11.1 security and bug fix update

Updated images are now available for Red Hat Advanced Cluster Security RHACS, which typically include new features, bug fixes, and/or security patches. See the release notes link in the references section for a description of the fixes and enhancements in this particular release...

10CVSS5.9AI score0.00813EPSS
SaveExploits1References14
OSV
OSV
added 2026/07/07 10:17 a.m.6 views

PYSEC-2026-939 Invalid char to bool conversion when printing a tensor

Impact When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so sanitizers/fuzzers will crash. Patches We have patched the issu...

4.8CVSS7.1AI score0.00389EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 10:16 a.m.6 views

PYSEC-2026-2082

A bug in BaseSerialization.deserialize allowed unrestricted importstring of attacker-controlled class paths when the Scheduler / API Server loaded a serialized DAG: a DAG author could embed a malicious trigger into a DAG to gain remote code execution on the API Server / Scheduler process, crossin...

9.8CVSS6.5AI score0.00992EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 10:9 a.m.5 views

RHSA-2026:36049 Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

Bulletin has no description...

7.8CVSS5.9AI score0.00184EPSS
SaveExploits0References18
OSV
OSV
added 2026/07/07 10:9 a.m.6 views

RHSA-2026:36018 Red Hat Security Advisory: kernel security, bug fix, and enhancement update

Bulletin has no description...

8.4CVSS5.9AI score0.0055EPSS
SaveExploits2References65
OSV
OSV
added 2026/07/07 10:9 a.m.4 views

RHSA-2026:35892 Red Hat Security Advisory: nodejs:22 security, bug fix, and enhancement update

Bulletin has no description...

8.1CVSS5.9AI score0.03711EPSS
SaveExploits1References66
RedHat Linux
RedHat Linux
added 2026/07/07 9:57 a.m.8 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.21.23 bug fix and security update

Red Hat OpenShift Container Platform release 4.21.23 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.21. Red Hat Product Security has rated this update as having a...

9.1CVSS6AI score0.01557EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2026/07/07 9:26 a.m.46 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.22.4 bug fix and security update

Red Hat OpenShift Container Platform release 4.22.4 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.22. Red Hat Product Security has rated this update as having a...

9.1CVSS6AI score0.01557EPSS
SaveExploits2References6
Rows per page
Query Builder