Lucene search
+L
GithubRecent

34161 matches found

Github Security Blog
Github Security Blog
added 2026/04/16 8:43 p.m.9 views

Weblate: Arbitrary File Read via Symlink

Impact The ZIP download feature didn't verify downloaded file and it could follow symlinks outside the repository. Patches https://github.com/WeblateOrg/weblate/pull/18683 References Thanks to @DavidCarliez for reporting this vulnerability via GitHub...

7.7CVSS5.8AI score0.00465EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:42 p.m.13 views

Valtimo: Sensitive data exposure through inbox message logging in InboxHandlingService

Summary The InboxHandlingService logs the full content of every incoming inbox message at INFO level logger.info"Received message: ", message. Inbox messages are wrappers around outbox message data, which can contain highly sensitive information such as personal data PII, citizen identifiers BSN,...

4.9CVSS5.8AI score0.00366EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:42 p.m.10 views

ApostropheCMS: Stored XSS via CSS Custom Property Injection in @apostrophecms/color-field Escaping Style Tag Context

Summary The @apostrophecms/color-field module bypasses color validation for values prefixed with -- intended for CSS custom properties, but performs no HTML sanitization on these values. When styles containing attacker-controlled color values are rendered into tags — both in the global stylesheet...

5.4CVSS6.1AI score0.0021EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:42 p.m.11 views

ApostropheCMS: publicApiProjection Bypass via project Query Builder in Piece-Type REST API

Summary The getRestQuery method in the @apostrophecms/piece-type module checks whether a MongoDB projection has already been set before applying the admin-configured publicApiProjection. An unauthenticated attacker can supply a project query parameter in the REST API request to pre-populate the...

5.3CVSS5.6AI score0.00512EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:42 p.m.10 views

ApostropheCMS: User Enumeration via Timing Side Channel in Password Reset Endpoint

Summary The password reset endpoint /api/v1/@apostrophecms/login/reset-request exhibits a measurable timing side channel that allows unauthenticated attackers to enumerate valid usernames and email addresses. When a user is not found, the handler returns after a fixed 2-second artificial delay, b...

3.7CVSS5.8AI score0.00365EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:41 p.m.10 views

Weblate: Authenticated SSRF via redirect bypass of ALLOWED_ASSET_DOMAINS in screenshot URL uploads

Impact The ALLOWEDASSETDOMAINS setting applied only to the first issued requests and didn't restrict possible redirects. Patches https://github.com/WeblateOrg/weblate/pull/18550 References This issue was reported by @spbavarva via GitHub...

5CVSS5.8AI score0.0024EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:41 p.m.9 views

Weblate: Remote code execution during backup restoration

Impact The project backup didn't filter Git and Mercurial configuration files and this could lead to remote code execution under certain circumstances. Patches https://github.com/WeblateOrg/weblate/pull/18549 Workarounds The project backup is only accessible to users who can create projects...

8CVSS6.4AI score0.00708EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:41 p.m.13 views

Weblate: JavaScript localization CDN add-on allows arbitrary local file read outside the repository

Impact The translation memory API exposed unintended endpoints, which in turn didn't do proper access control. Patches https://github.com/WeblateOrg/weblate/pull/18516 Workarounds The CDN add-on is not enabled by default. References Thanks to @spbavarva for reporting this responsibly via GitHub...

6.8CVSS5.8AI score0.00323EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:41 p.m.10 views

Weblate: Improper access control for the translation memory in API

Impact The translation memory API exposed unintended endpoints, which in turn didn't do proper access control. Patches https://github.com/WeblateOrg/weblate/pull/18513 Workarounds Blocking access to /api/memory/ in the HTTP server removes access to this feature. References This issue was reported...

4.3CVSS5.8AI score0.00236EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:41 p.m.9 views

Weblate: Improper access control for pending tasks in API

Impact The API for tasks didn't verify user access for pending tasks. This could expose logs of in-progress operations to users who don't have access to given scope. Patches https://github.com/WeblateOrg/weblate/pull/18515 Workarounds The attacker needs to guess the random UUID of the task, so...

3.1CVSS5.8AI score0.00221EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:40 p.m.14 views

Buffer Overflow in Zlib::GzipReader ungetc via large input leads to memory corruption

Details A buffer overflow vulnerability exists in Zlib::GzipReader. The zstreambufferungets function prepends caller-provided bytes ahead of previously produced output but fails to guarantee the backing Ruby string has enough capacity before the memmove shifts the existing data. This can lead to...

9.8CVSS6.8AI score0.00561EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 8:40 p.m.14 views

Silverstripe Assets Module has a DBFile::getURL() permission bypass

Impact Images rendered in templates or otherwise accessed via DBFile::getURL or DBFile::getSourceURL incorrectly add an access grant to the current session, which bypasses file permissions. This usually happens when creating an image variant, for example using a manipulation method like ScaleWidt...

5.3CVSS5.7AI score0.00398EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 3:31 p.m.9 views

Withdrawn Advisory: Protobuf: Denial of Service issue through malicious messages containing negative varints or deep recursion

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-p2gh-cfq4-4wjc. This link is maintained to preserve external references. Original Description A Denial of Service DoS vulnerability exists in the Protobuf PHP library during the parsing of untrusted input...

7.1CVSS5.7AI score0.0036EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 3:31 p.m.12 views

Apache Airflow: JWT token appearing in logs

JWT Tokens used by tasks were exposed in logs. This could allow UI users to act as Dag Authors. Users are advised to upgrade to Airflow version that contains fix. Users are recommended to upgrade to version 3.2.0, which fixes this issue...

7.5CVSS5.8AI score0.00739EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 3:31 p.m.7 views

goodoneuz/pay-uz: the /payment/api/editable/update endpoint overwrites existing PHP payment hook files

The goodoneuz/pay-uz Laravel package = 2.2.24 contains a critical vulnerability in the /payment/api/editable/update endpoint that allows unauthenticated attackers to overwrite existing PHP payment hook files. The endpoint is exposed via Route::any without authentication middleware, enabling remot...

10CVSS6.4AI score0.02758EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 3:31 p.m.14 views

SkyWalking OAP /debugging/config/dump endpoint may leak sensitive configuration information

The SkyWalking OAP /debugging/config/dump endpoint may leak sensitive configuration information of MySQL/PostgreSQL. This issue affects Apache SkyWalking: from 9.7.0 through 10.3.0. Users are recommended to upgrade to version 10.4.0, which fixes the issue...

7.5CVSS5.8AI score0.00544EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 3:31 p.m.26 views

Apache Airflow: RCE by race condition in example_xcom dag

The example examplexcom that was included in airflow documentation implemented unsafe pattern of reading value from xcom in the way that could be exploited to allow UI user who had access to modify XComs to perform arbitrary execution of code on the worker. Since the UI users are already highly...

8.1CVSS5.9AI score0.00579EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:37 a.m.16 views

wger has Stored XSS via Unescaped License Attribution Fields

Stored XSS via Unescaped License Attribution Fields Summary The AbstractLicenseModel.attributionlink property in wger/utils/models.py constructs HTML strings by directly interpolating user-controlled fields licenseauthor, licensetitle, licenseobjecturl, licenseauthorurl, licensederivativesourceur...

5.4CVSS6AI score0.00207EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:35 a.m.8 views

wger has Broken Access Control in Global Gym Configuration Update Endpoint

Summary wger exposes a global configuration edit endpoint at /config/gym-config/edit implemented by GymConfigUpdateView. The view declares permissionrequired = 'config.changegymconfig' but does not enforce it because it inherits WgerFormMixin ownership-only checks instead of the project’s...

7.6CVSS5.8AI score0.00333EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:34 a.m.20 views

Renovate affected by remote code execution was possible using the bazel-module or bazelisk managers, when using lockFileMaintenance

When using lockFileMaintenance using the bazel-module or bazelisk managers between Renovate 43.65.0 2026-03-12 and 43.102.11 2026-04-02, there was the opportunity for remote code execution from a malicious dependency, if the Bazel module executes code that relies on a dependency. As this is an...

6.4AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:31 a.m.13 views

UEFI Firmware Parser has a heap out-of-bounds write in tiano decompressor ReadCLen

uefi-firmware contains a heap out-of-bounds write vulnerability in the native tiano/EFI decompressor. in uefifirmware/compression/Tiano/Decompress.c, ReadCLen reads Number = GetBitsSd, CBIT with CBIT = 9, so Number can be as large as 511, while the destination array Sd-mCLen has NC = 510 elements...

7.8CVSS6.1AI score0.00396EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:30 a.m.17 views

UEFI Firmware Parser has a stack out-of-bounds write in tiano decompressor MakeTable

uefi-firmware contains a stack out-of-bounds write vulnerability in the native tiano/EFI decompressor. in uefifirmware/compression/Tiano/Decompress.c, MakeTable does not validate that bit-length values read from the compressed bitstream are within the expected range 0..16. a crafted firmware blob...

7.8CVSS6.1AI score0.00396EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:20 a.m.10 views

pyLoad has a Session Cookie Security Downgrade via Untrusted X-Forwarded-Proto Header Spoofing (Global State Race Condition)

Summary The setsessioncookiesecure beforerequest handler in src/pyload/webui/app/init.py reads the X-Forwarded-Proto header from any HTTP request without validating that the request originates from a trusted proxy, then mutates the global Flask configuration SESSIONCOOKIESECURE on every request...

4.8CVSS5.8AI score0.00171EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:20 a.m.8 views

LangSmith SDK: Streaming token events bypass output redaction

Summary The LangSmith SDK's output redaction controls hideOutputs in JS, hideoutputs in Python do not apply to streaming token events. When an LLM run produces streaming output, each chunk is recorded as a newtoken event containing the raw token value. These events bypass the redaction pipeline...

5.3CVSS5.8AI score0.00214EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:9 a.m.10 views

PySpector has a Plugin Code Execution Bypass via Incomplete Static Analysis in PluginSecurity.validate_plugin_code

Summary The plugin security validator in PySpector uses AST-based static analysis to prevent dangerous code from being loaded as plugins. The blocklist implemented in PluginSecurity.validateplugincode is incomplete and can be bypassed using several Python constructs that are not checked. An...

7.8CVSS6.6AI score0.00185EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:4 a.m.13 views

MsQuic has a Remote Elevation of Privilege Vulnerability

Summary Improper input validation in Microsoft QUIC allows an unauthorized attacker to elevate privileges over a network. Details Improper Input Validation Integer Underflow Wrap or Wraparound when decoding ACK frame. Patches - Fix underflow in ACK frame parsing - 1e6e999b Impact An attacker who...

5.8AI score0.00075EPSS
SaveExploits0References3Affected Software2
Github Security Blog
Github Security Blog
added 2026/04/16 1:3 a.m.13 views

@fastify/express has a middleware authentication bypass via URL normalization gaps (duplicate slashes and semicolons)

Summary @fastify/express v4.0.4 fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows complete bypass of path-scoped authentication middleware via two vectors: 1. Duplicate slashes //admin/dashboard when...

9.1CVSS5.9AI score0.00483EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:3 a.m.11 views

@fastify/express's middleware path doubling causes authentication bypass in child plugin scopes

Summary @fastify/express v4.0.4 contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. This results in complete bypass of Express middleware security controls for all routes defined within child plugin scopes that share ...

9.1CVSS5.8AI score0.0043EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:2 a.m.12 views

Fastify's connection header abuse enables stripping of proxy-added headers

Summary @fastify/reply-from and @fastify/http-proxy process the client's Connection header after the proxy has added its own headers via rewriteRequestHeaders. This allows attackers to retroactively strip proxy-added headers like access control or identification headers from upstream requests by...

9CVSS5.9AI score0.00441EPSS
SaveExploits1References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/04/16 1:2 a.m.9 views

Path traversal in vite-plus/binding downloadPackageManager() writes outside VP_HOME

Summary downloadPackageManager in vite-plus/binding accepts an untrusted version string and uses it directly in filesystem paths. A caller can supply ../ segments to escape the VPHOME/packagemanager// cache root and cause Vite+ to delete, replace, and populate directories outside the intended cac...

10CVSS5.8AI score0.00311EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:2 a.m.19 views

hono Improperly Handles JSX Attribute Names Allows HTML Injection in hono/jsx SSR

Summary Improper handling of JSX attribute names in hono/jsx allows malformed attribute keys to corrupt the generated HTML output. When untrusted input is used as attribute keys during server-side rendering, specially crafted keys can break out of attribute or tag boundaries and inject unintended...

5.3CVSS5.7AI score0.00174EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 1:2 a.m.11 views

Froxlor has Local File Inclusion via path traversal in API `def_language` parameter leads to Remote Code Execution

Summary The Froxlor API endpoint Customers.update and Admins.update does not validate the deflanguage parameter against the list of available language files. An authenticated customer can set deflanguage to a path traversal payload e.g., ../../../../../var/customers/webs/customer1/evil, which is...

9.9CVSS6.4AI score0.00524EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:54 a.m.10 views

ProcessWire: server-side request forgery vulnerability in the admin panel's 'Add Module From URL' feature

ProcessWire CMS version 3.0.255 and prior contain a server-side request forgery vulnerability in the admin panel's 'Add Module From URL' feature that allows authenticated administrators to supply arbitrary URLs to the module download parameter, causing the server to issue outbound HTTP requests t...

5.9AI score0.00385EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:50 a.m.10 views

Froxlor has a PHP Code Injection via Unescaped Single Quotes in userdata.inc.php Generation (MysqlServer API)

Summary PhpHelper::parseArrayToString writes string values into single-quoted PHP string literals without escaping single quotes. When an admin with changeserversettings permission adds or updates a MySQL server via the API, the privilegeduser parameter which has no input validation is written...

9.1CVSS6AI score0.0048EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:47 a.m.14 views

Froxlor has a BIND Zone File Injection via Unsanitized DNS Record Content in DomainZones::add()

Summary DomainZones::add accepts arbitrary DNS record types without a whitelist and does not sanitize newline characters in the content field. When a DNS type not covered by the if/elseif validation chain is submitted e.g., NAPTR, PTR, HINFO, content validation is entirely bypassed. Embedded...

8.5CVSS5.9AI score0.00347EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:47 a.m.12 views

Froxlor has Incomplete Symlink Validation in DataDump.add() Allows Arbitrary Directory Ownership Takeover via Cron

Summary DataDump.add constructs the export destination path from user-supplied input without passing the $fixedhomedir parameter to FileDir::makeCorrectDir, bypassing the symlink validation that was added to all other customer-facing path operations likely as the fix for CVE-2023-6069. When the...

9.9CVSS6AI score0.00836EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:47 a.m.11 views

Froxlor has an Email Sender Alias Domain Ownership Bypass via Wrong Array Index Allows Cross-Customer Email Spoofing

Summary In EmailSender::add, the domain ownership validation for full email sender aliases uses the wrong array index when splitting the email address, passing the local part instead of the domain to validateLocalDomainOwnership. This causes the ownership check to always pass for non-existent...

5CVSS5.9AI score0.00231EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:46 a.m.9 views

Froxlor has a Reseller Domain Quota Bypass via Unvalidated adminid Parameter in Domains.add()

Summary In Domains.add, the adminid parameter is accepted from user input and used without validation when the calling reseller does not have the customersseeall permission. This allows a reseller to attribute newly created domains to any other admin, bypassing their own domain quota since the...

5.4CVSS5.9AI score0.00264EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/16 12:46 a.m.26 views

DOMPurify's ADD_TAGS function form bypasses FORBID_TAGS due to short-circuit evaluation

Summary In src/purify.ts:1117-1123, ADDTAGS as a function via EXTRAELEMENTHANDLING.tagCheck bypasses FORBIDTAGS due to short-circuit evaluation. The condition: !tagChecktagName && !ALLOWEDTAGStagName || FORBIDTAGStagName When tagChecktagName returns true, the entire condition is false and the...

6.1CVSS5.8AI score0.002EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 9:30 p.m.11 views

KubeVirt's authorization mechanism improperly truncates subresource names

A flaw was found in KubeVirt's Role-Based Access Control RBAC evaluation logic. The authorization mechanism improperly truncates subresource names, leading to incorrect permission evaluations. This allows authenticated users with specific custom roles to gain unauthorized access to subresources,...

5.4CVSS5.7AI score0.0015EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 9:30 p.m.11 views

Grafana Loki Path Traversal - CVE-2021-36156 Bypass

The CVE-2021-36156 fix validates the namespace parameter for path traversal sequences after a single URL decode, by double encoding, an attacker can read files at the Ruler API endpoint /loki/api/v1/rules/namespace Thanks to Prasanth Sundararajan for reporting this vulnerability...

5.3CVSS5.8AI score0.01489EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 9:30 p.m.14 views

Pyroscope Exposes Storage Secret

Pyroscope is an open-source continuous profiling database. The database supports various storage backends, including Tencent Cloud Object Storage COS. If the database is configured to use Tencent COS as the storage backend, an attacker could extract the secretkey configuration value from the...

9.1CVSS5.4AI score0.00407EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 7:46 p.m.9 views

Kimai's User Preferences API allows standard users to modify restricted attributes: hourly_rate, internal_rate

Summary A Mass Assignment / Broken Object Property Level Authorization BOPA vulnerability in the User Preferences API allows any authenticated user even those with the lowest privileges to arbitrarily modify restricted financial attributes on their profile, specifically their hourlyrate and...

4.3CVSS5.8AI score0.00267EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 7:46 p.m.11 views

Kimai has Stored XSS via Incomplete HTML Attribute Escaping in Team Member Widget

Summary The client-side escapeForHtml function in KimaiEscape.js, introduced in commit 89bfa82c 2959 to fix a JavaScript XSS vulnerability, only escapes , and & but does not escape " double quote or ' single quote. When user-controlled data profile alias is placed in an HTML attribute context...

5.4CVSS5.9AI score0.00207EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 7:46 p.m.24 views

Improper neutralization of specific syntax patterns for unauthorized expressions in Thymeleaf

Impact A security bypass vulnerability exists in the expression execution mechanisms of Thymeleaf up to and including 3.1.3.RELEASE. Although the library provides mechanisms to prevent expression injection, it fails to properly neutralize specific syntax patterns that allow for the execution of...

9CVSS5.9AI score0.00766EPSS
SaveExploits0References3Affected Software3
Github Security Blog
Github Security Blog
added 2026/04/15 7:46 p.m.12 views

Improper restriction of the scope of accessible objects in Thymeleaf expressions

Impact A security bypass vulnerability exists in the expression execution mechanisms of Thymeleaf up to and including 3.1.3.RELEASE. Although the library provides mechanisms to prevent expression injection, it fails to properly restrict the scope of accessible objects, allowing specific potential...

9CVSS5.9AI score0.00851EPSS
SaveExploits0References3Affected Software3
Github Security Blog
Github Security Blog
added 2026/04/15 7:45 p.m.12 views

python-multipart affected by Denial of Service via large multipart preamble or epilogue data

Summary A denial of service vulnerability exists when parsing crafted multipart/form-data requests with large preamble or epilogue sections. Details Two inefficient multipart parsing paths could be abused with attacker-controlled input. Before the first multipart boundary, the parser handled...

5.3CVSS5.8AI score0.00351EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 7:43 p.m.9 views

NocoBase has SSRF in Workflow HTTP Request and Custom Request Plugins

Summary NocoBase's workflow HTTP request plugin and custom request action plugin make server-side HTTP requests to user-provided URLs without any SSRF protection. An authenticated user can access internal network services, cloud metadata endpoints, and localhost. Vulnerable Code 1. Workflow HTTP...

6.5CVSS6AI score0.00384EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 7:43 p.m.14 views

PocketMine-MP has LogDoS by many junk properties in client data JWT in LoginPacket

Impact Attackers can fill the body of the clientData JWT in LoginPacket with lots of junk properties, causing the server to flood warning messages, as well as wasting CPU time. This happens because the JsonMapper instance used to process the JWT body is configured to warn on unexpected properties...

5.8AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/15 7:43 p.m.25 views

pypdf has long runtimes for wrong size values in cross-reference and object streams

Impact An attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires cross-reference streams with wrong large /Size values or object streams with wrong large /N values. Patches This has been fixed in pypdf==6.10.1. Workarounds If you cannot upgrade yet,...

6.9CVSS5.7AI score0.00297EPSS
SaveExploits0References6Affected Software1
Total number of security vulnerabilities34161