Lucene search
+L

13844 matches found

CVE
CVE
β€’added 2026/07/08 1:48 p.m.β€’18 views

CVE-2026-56284

Capgo (Cap-go/capgo) before version 12.128.2 has an information disclosure flaw in the Supabase PostgREST RPC function public.get_total_metrics(org_id). The RPC is callable by the anon role using only the public sb_publishable_* key, allowing an unauthenticated attacker to probe organization exis...

6.9CVSS5.9AI score0.00214EPSS
SaveExploits0References2
AstraLinux
AstraLinux
β€’added 2026/07/08 10:36 a.m.β€’11 views

Astra Linux – Vulnerability in libarchive

A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archivereaddata processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents further progress. This...

7.5CVSS7AI score0.00693EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/07/08 10:36 a.m.β€’3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: drm/amdgpu: Fixed NULL pointer dereferencing in the VRAM logic for APU devices Previously, APU platforms and other scenarios with uninitialized VRAM managers caused NULL pointer dereferencing in ttmresourcemanagerusage. The ro...

5.5AI score0.00183EPSS
SaveExploits0References2
AstraLinux
AstraLinux
β€’added 2026/07/08 10:36 a.m.β€’7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: scs: A wrong parameter was fixed in scsmagic. The scsmagic function requires a void variable, but a struct taskstruct is provided instead. taskscstsk represents the starting address of the task’s shadow call stack, and...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References3
CVE
CVE
β€’added 2026/07/08 4:30 a.m.β€’32 views

CVE-2026-14158

The Widget Logic Visual plugin for WordPress is affected by a Remote Code Execution vulnerability in all versions up to 1.52. The issue arises in the widget_logic_visual_check_visibility flow and the widget-logic-update-conditional-tags AJAX action due to missing capability check and nonce verifi...

8.8CVSS6.3AI score0.00501EPSS
SaveExploits0References4
EUVD
EUVD
β€’added 2026/07/08 12:37 a.m.β€’13 views

EUVD-2026-42157

An out-of-bounds read vulnerability exists in FreeType 2.14.3 and versions before commit 5a280ecde6f324de0d226261036e736e0cb49a71 in src/truetype/ttgxvar.c, in the TTGetVarDesign implementation used by FTGetVarDesignCoordinates...

6.5CVSS6AI score0.00278EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
β€’added 2026/07/08 12:0 a.m.β€’12 views

PT-2026-56560

Name of the Vulnerable Software and Affected Versions NATS Server versions prior to 2.14.3 NATS Server versions prior to 2.12.12 Description An unauthenticated MQTT client can cause the server to consume excessive memory by sending large incomplete MQTT CONNECT packets. The server retains these...

7.5CVSS5.9AI score0.00505EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
β€’added 2026/07/08 12:0 a.m.β€’11 views

PT-2026-56286

Name of the Vulnerable Software and Affected Versions OpenSSH versions prior to 10.4 Description The sftp client does not properly constrain the location of downloaded files when the command sftp server:/path . is used to connect to an attacker-controlled server. Recommendations Update to version...

9.4CVSS6.1AI score0.00441EPSS
SaveExploits0References45
Positive Technologies
Positive Technologies
β€’added 2026/07/08 12:0 a.m.β€’13 views

PT-2026-56528

Name of the Vulnerable Software and Affected Versions pypdf versions prior to 6.14.0 Description An attacker can craft a PDF file with declared image size values that are significantly larger than the actual data. This leads to excessive memory consumption during the image parsing process within...

6.9CVSS6AI score0.00303EPSS
SaveExploits0References17
NVD
NVD
β€’added 2026/07/07 11:16 p.m.β€’11 views

CVE-2026-59704

Cap's GET /api/video/ai endpoint fails to validate user ownership or membership before returning private video AI metadata including titles, summaries, and chapters. Authenticated attackers can supply arbitrary video IDs to read sensitive AI-generated content and trigger unauthorized AI generatio...

7.1CVSS0.00216EPSS
SaveExploits0References5
OSV
OSV
β€’added 2026/07/07 4:42 p.m.β€’12 views

PYSEC-2026-1789 picklescan missing detection by simple obfuscation of a `builtins.eval` call

Summary An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the host loading a pickle payload from an untrusted source. Details It's possible to hide the eval call nested under another callable via getattr. PoC python import builtins class EvilClas...

9.3CVSS6.4AI score0.00519EPSS
SaveExploits0References9
OSV
OSV
β€’added 2026/07/07 4:3 p.m.β€’8 views

PYSEC-2026-1965 Hugging Face Text Generation Inference vulnerable to Uncontrolled Resource Consumption

A vulnerability in huggingface/text-generation-inference version 3.3.6 allows unauthenticated remote attackers to exploit unbounded external image fetching during input validation in VLM mode. The issue arises when the router scans inputs for Markdown image links and performs a blocking HTTP GET...

7.5CVSS7.1AI score0.22494EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/07/07 4:3 p.m.β€’9 views

PYSEC-2026-1097 AIOHTTP vulnerable to brute-force leak of internal static file path components

Summary Path normalization for static files prevents path traversal, but opens up the ability for an attacker to ascertain the existence of absolute path components. Impact If an application uses web.static not recommended for production deployments, it may be possible for an attacker to ascertai...

6.9CVSS6.7AI score0.00313EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/07/07 4:3 p.m.β€’9 views

PYSEC-2026-1605 Marshmallow has DoS in Schema.load(many)

Impact Schema.loaddata, many=True is vulnerable to denial of service attacks. A moderately sized request can consume a disproportionate amount of CPU time. Patches 4.1.2, 3.26.2 Workarounds py Fail fast def loadmanyschema, data, kwargs: if not isinstancedata, list: raise ValidationError'Invalid...

5.3CVSS5.9AI score0.00257EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/07/07 4:3 p.m.β€’10 views

PYSEC-2026-1994 urllib3 streaming API improperly handles highly compressed data

Impact urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP...

8.9CVSS7AI score0.00692EPSS
SaveExploits0References6
PyPA
PyPA
β€’added 2026/07/07 4:3 p.m.β€’21 views

urllib3 allows an unbounded number of links in the decompression chain

Impacturllib3 supports chained HTTP encoding algorithms for response content according to RFC 9110 e.g., Content-Encoding: gzip, zstd.However, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps leadi...

8.9CVSS6AI score0.00692EPSS
SaveExploits0References6Affected Software1
OSV
OSV
β€’added 2026/07/07 4:3 p.m.β€’8 views

PYSEC-2026-1998 urllib3 allows an unbounded number of links in the decompression chain

Impact urllib3 supports chained HTTP encoding algorithms for response content according to RFC 9110 e.g., Content-Encoding: gzip, zstd. However, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps...

8.9CVSS7.1AI score0.00692EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/07/07 4:3 p.m.β€’7 views

PYSEC-2026-1761 Insecure Deserialization (pickle) in pdfminer.six CMap Loader β€” Local Privesc

πŸš€ Overview This report demonstrates a real-world privilege escalation vulnerability in pdfminer.six due to unsafe usage of Python's pickle module for CMap file loading. It shows how a low-privileged user can gain root access or escalate to any service account by exploiting insecure deserializatio...

7.8CVSS6.6AI score0.00279EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/07/07 4:2 p.m.β€’11 views

PYSEC-2026-1682 MS SWIFT WEB-UI RCE Vulnerability

I. Detailed Description: This includes scenarios, screenshots, vulnerability reproduction methods. For account-related vulnerabilities, please provide test accounts. If the reproduction process is complex, you may record a video, upload it to Taopan, and attach the link. 1. Install ms-swift pip...

5.9CVSS6.1AI score0.01177EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/07/07 4:2 p.m.β€’7 views

PYSEC-2026-1359 fastapi-guard is vulnerable to ReDoS through inefficient regex

Summary fastapi-guard detects penetration attempts by using regex patterns to scan incoming requests. However, some of the regex patterns used in detection are extremely inefficient and can cause polynomial complexity backtracks when handling specially crafted inputs. It is not as severe as...

6.9CVSS6AI score0.00422EPSS
SaveExploits1References6
Rows per page
Query Builder