Lucene search
+L
GithubRecent

34222 matches found

Github Security Blog
Github Security Blog
•added 2026/04/01 11:21 p.m.•10 views

PraisonAI: SSRF via Unvalidated api_base in passthrough() Fallback

Summary passthrough and apassthrough in praisonai accept a caller-controlled apibase parameter that is concatenated with endpoint and passed directly to httpx.Client.request when the litellm primary path raises AttributeError. No URL scheme validation, private IP filtering, or domain allowlist is...

7.7CVSS5.9AI score0.00337EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:21 p.m.•13 views

PraisonAI Has ReDoS via Unvalidated User-Controlled Regex in MCPToolIndex.search_tools()

Summary MCPToolIndex.searchtools compiles a caller-supplied string directly as a Python regular expression with no validation, sanitization, or timeout. A crafted regex causes catastrophic backtracking in the re engine, blocking the Python thread for hundreds of seconds and causing a complete...

7.5CVSS5.9AI score0.00402EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:20 p.m.•10 views

PraisonAI Has Second-Order SQL Injection in `get_all_user_threads`

Summary The getalluserthreads function constructs raw SQL queries using f-strings with unescaped thread IDs fetched from the database. An attacker stores a malicious thread ID via updatethread. When the application loads the thread list, the injected payload executes and grants full database...

9.8CVSS6AI score0.00534EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:20 p.m.•13 views

PraisonAI: OS Command Injection in MCPHandler.parse_mcp_command()

Summary The --mcp CLI argument is passed directly to shlex.split and forwarded through the call chain to anyio.openprocess with no validation, allowlist check, or sanitization at any hop, allowing arbitrary OS command execution as the process user. Details cli/features/mcp.py:61 source -...

9.8CVSS6.2AI score0.00824EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:18 p.m.•13 views

PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

Summary runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick substitutions unescaped, allowing arbitrary OS command executi...

9.8CVSS6.2AI score0.00545EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:17 p.m.•13 views

PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summary executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Details pythontools.py:2...

10CVSS6.2AI score0.013EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:9 p.m.•13 views

Parser Server's streaming file download bypasses afterFind file trigger authorization

Impact File downloads via HTTP Range requests bypass the afterFindParse.File trigger and its validators on storage adapters that support streaming e.g. the default GridFS adapter. This allows access to files that should be protected by afterFind trigger authorization logic or built-in validators...

8.2CVSS5.9AI score0.00378EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 11:1 p.m.•19 views

Tesla Fleet Telemetry allows spoofing telemetry for arbitrary vehicles via compromised vehicle credentials

Summary A vulnerability in vehicle authentication allows threat actor with valid client credentials i.e., a private key and certificate from a rooted infotainment system to impersonate arbitrary VINs when authenticating to the telemetry server. Impact The attacker would be able to submit falsifie...

6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:59 p.m.•20 views

Ella Core Has Audit Log Falsification via Path/Body IMSI Mismatch in UpdateSubscriber

Summary The PUT /api/v1/subscriber/imsi API accepts an IMSI identifier from both the URL path and the JSON request body but never verifies they match. This allows an authenticated NetworkManager to modify any subscriber's policy while the audit trail records a fabricated or unrelated subscriber...

2.7CVSS5.9AI score0.00185EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:59 p.m.•13 views

Ella Core Panics Upon NGAP handover failure

Summary Ella Core panics when processing a NGAP handover failure message. Impact If an attacker can force a gNodeB to send NGAP handover failure messages to Ella Core, the process will crash, thereby disrupting service for all connected subscribers. Fix Improve guards in NGAP handover handlers...

6.5CVSS5.9AI score0.00317EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:56 p.m.•19 views

Haraka affected by DoS via `__proto__` email header

Summary Sending an email with proto: as a header name crashes the Haraka worker process. Details The header parser at nodemodules/haraka-email-message/lib/header.js:215-218 stores headers in a plain object: javascript addheaderkey, value, method this.headerskey ??= // line 216 this.headerskeymeth...

8.7CVSS5.9AI score0.00432EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:38 p.m.•14 views

Copier `_external_data` allows path traversal and absolute-path local file read without unsafe mode

Summary Copier's externaldata feature allows a template to load YAML files using template-controlled paths. The documentation describes these values as relative paths from the subproject destination, so relative paths themselves appear to be part of the intended feature model. However, the curren...

5.5CVSS5.9AI score0.00287EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:31 p.m.•10 views

phpMyFAQ: Stored XSS via Regex Bypass in Filter::removeAttributes()

Summary The sanitization pipeline for FAQ content is: 1. Filter::filterVar$input, FILTERSANITIZESPECIALCHARS — encodes , ", ', & to HTML entities 2. htmlentitydecode$input, ENTQUOTES | ENTHTML5 — decodes entities back to characters 3. Filter::removeAttributes$input — removes dangerous HTML...

6.1CVSS5.9AI score0.00241EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:30 p.m.•12 views

phpMyFAQ: Path Traversal - Arbitrary File Deletion in MediaBrowserController

Summary The MediaBrowserController::index method handles file deletion for the media browser. When the fileRemove action is triggered, the user-supplied name parameter is concatenated with the base upload directory path without any path traversal validation. The FILTERSANITIZESPECIALCHARS filter...

8.7CVSS6AI score0.00693EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:28 p.m.•15 views

Copier `_subdirectory` allows template root escape via parent-directory traversal

Summary Copier's subdirectory setting is documented as the subdirectory to use as the template root. However, the current implementation accepts parent-directory traversal such as .. and uses it directly when selecting the template root. As a result, a template can escape its own directory and ma...

4.4CVSS5.9AI score0.00383EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:19 p.m.•10 views

dbgate-web: Stored XSS in applicationIcon leads to potential RCE in Electron due to unsafe renderer configuration

Summary A stored XSS vulnerability exists in DbGate because attacker-controlled SVG icon strings are rendered as raw HTML without sanitization. In the web UI this allows script execution in another user's browser; in the Electron desktop app this can escalate to local code execution because...

8.2CVSS6.3AI score0.00168EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:18 p.m.•12 views

ewe Has Improper Neutralization of CRLF Sequences in HTTP Headers (HTTP Request/Response Splitting)

Summary The encodeheaders function in src/ewe/internal/encoder.gleam directly interpolates response header keys and values into raw HTTP bytes without validating or stripping CRLF \r\n sequences. An application that passes user-controlled data into response headers e.g., setting a Location redire...

5.3CVSS6AI score0.00327EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:17 p.m.•9 views

Poetry Has Wheel Path Traversal Which Can Lead to Arbitrary File Write

Summary A crafted wheel can contain ../ paths that Poetry writes to disk without containment checks, allowing arbitrary file write with the privileges of the Poetry process. Impact Arbitrary file write path traversal from untrusted wheel content. Impacts users/CI/CD systems installing malicious o...

7.1CVSS6AI score0.00468EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:13 p.m.•11 views

StableLib Ed25519 Signature Malleability via Missing S < L Check

Ed25519 Signature Malleability via Missing S = L to prevent signature malleability. When S = L, SB = S mod LB = S - LB, meaning two different 32-byte S values produce the same verification result. An attacker who observes a valid signature R, S can produce a second valid signature R, S + L for th...

7.5CVSS5.9AI score0.00543EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:9 p.m.•17 views

CI4MS: Account Deactivation Module Grants Full Persistent Unauthorized Access for All‑Roles via Improper Session Invalidation (Logic Flaw)

Summary Vulnerability: Improper Session Invalidation on Account Deactivation Broken Access Control / Logic Flaw - This vulnerability is caused by a backend logic flaw that maintains a false trust assumption that already-authenticated users remain trustworthy, even after their accounts are...

8.8CVSS5.8AI score0.00502EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:9 p.m.•12 views

CI4MS: Stored Cross‑Site Scripting (Stored XSS) in Backend User Management Allows Session Hijacking and Full Administrative Account Compromise

Summary A critical Stored Cross-Site Scripting Stored XSS vulnerability exists in the backend user management functionality. The application fails to properly sanitize user-controlled input before rendering it in the administrative interface, allowing attackers to inject persistent JavaScript cod...

9.9CVSS6.2AI score0.00393EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:8 p.m.•14 views

CI4MS: Account Deletion Module Grants Full Persistent Unauthorized Access for All‑Roles via Improper Session Invalidation (Logic Flaw)

Summary Vulnerability: Improper Session Invalidation on Account Deletion Broken Access Control / Logic Flaw - This vulnerability is caused by a backend logic flaw that maintains a false trust assumption that already-authenticated users remain trustworthy, even after their accounts are explicitly...

8.8CVSS5.8AI score0.00502EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:7 p.m.•16 views

CI4MS: Blogs Categories Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Blog Category Title Persistent Payload Injection - Stored Cross-Site Scripting via Unsanitized Blog Category Title in Blog Management Description The application fails to properly sanitize user-controlled input when creating or editing blog categories. An...

9.9CVSS6.2AI score0.00324EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:7 p.m.•15 views

CI4MS: Blogs Posts Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Blog Post Content Persistent Payload Injection - Stored Cross-Site Scripting via Unsanitized Blog Post Content in Blog Management Description The application fails to properly sanitize user-controlled input when creating or editing blog posts. An attacker...

9.1CVSS6.2AI score0.00317EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:6 p.m.•16 views

CI4MS: Blogs Posts (Categories) Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Blogs Posts Categories Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS - Stored Cross-Site Scripting via Unsanitized Blog Post Content in Blog Management Categories Description The application fails to properly sanitize user-controlled input wh...

9.1CVSS6.2AI score0.00269EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:6 p.m.•12 views

CI4MS: Pages Management Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Page Management Fields Persistent Payload Injection - Stored Cross-Site Scripting via Unsanitized Page Creation and Editing Inputs Description The application fails to properly sanitize user-controlled input within the Page Management functionality when...

9.1CVSS6.2AI score0.00269EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:5 p.m.•10 views

CI4MS: Menu Management (Posts) Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Posts Added to Menu Persistent Payload Injection - Stored Cross-Site Scripting via Unsafe Rendering of Post Entries in Menu Management Description The application fails to properly sanitize user-controlled input when adding Posts to navigation menus throu...

9.1CVSS6.2AI score0.00269EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:4 p.m.•11 views

CI4MS: Menu Management (Pages) Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Pages Added to Menu Persistent Payload Injection - Stored Cross-Site Scripting via Unsafe Rendering of Page Entries in Menu Management Description The application fails to properly sanitize user-controlled input when adding Pages to navigation menus throu...

9.1CVSS6.2AI score0.00307EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:4 p.m.•10 views

CI4MS: Backup Management Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM Blind XSS

Summary Vulnerability: Stored DOM Blind XSS via Backup Management Filename Persistent Payload Injection - Stored Cross-Site Scripting Blind XSS via Unsanitized Backup Filename in Backup Management Description The application fails to properly sanitize user-controlled input when handling backup...

9.1CVSS6.2AI score0.00269EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:3 p.m.•9 views

CI4MS: System Settings (Company Information) Full Platform Compromise & Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via System Settings – Company Information Same-Page Attribute Breakout & Persistent Payload Injection - Stored Cross-Site Scripting via Unsanitized Company Information Configuration Fields with Immediate Same-Page Execution Description The application fails t...

9CVSS6.2AI score0.00274EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 10:2 p.m.•17 views

CI4MS: System Settings (Social Media Management) Full Platform Compromise & Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via System Settings – Social Media Management Same-Page Attribute Breakout & Persistent Payload Injection - Stored Cross-site Scripting via Unsanitized Social Media Configuration Fields with Immediate Same-Page Execution Description The application fails to...

8.4CVSS6.2AI score0.00229EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:54 p.m.•12 views

CI4MS: Logs Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM Blind XSS via Logs Interface Rendering Administrative Context Execution - Stored Cross-Site Scripting Blind XSS via Unsafe Rendering of User-Controlled Logged Data Description The application renders user-controlled input unsafely within the logs interface. If an...

9.1CVSS6.2AI score0.0038EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:53 p.m.•30 views

CI4MS: Blogs Tags Full Account Takeover for All-Roles & Privilege-Escalation via Stored DOM XSS

Summary Vulnerability: Stored DOM XSS via Blog Tag Name Persistent Payload Injection - Stored Cross-Site Scripting via Unsanitized Blog Tag Name in Blog Management Description The application fails to properly sanitize user-controlled input when creating or editing blog tags. An attacker can inje...

9.1CVSS6.2AI score0.00324EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:49 p.m.•11 views

AIOHTTP accepts duplicate Host headers

Summary Multiple Host headers were allowed in aiohttp. Impact Mostly this doesn't affect aiohttp security itself, but if a reverse proxy is applying security rules depending on the target Host, it is theoretically possible that the proxy and aiohttp could process different host names, possibly...

6.3CVSS5.9AI score0.00288EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:49 p.m.•9 views

AIOHTTP's C parser (llhttp) accepts null bytes and control characters in response header values - header injection/security bypass

Summary The C parser the default for most installs accepted null bytes and control characters in request headers. Impact An attacker could send header values that are interpreted differently than expected due to the presence of control characters. For example, request.url.origin may return a...

9.1CVSS6.4AI score0.00461EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:48 p.m.•9 views

AIOHTTP has HTTP response splitting via \r in reason phrase

Summary An attacker who controls the reason parameter when creating a Response may be able to inject extra headers or similar exploits. Impact In the unlikely situation that an application allows untrusted data to be used in the response's reason parameter, then an attacker could manipulate the...

6.9CVSS5.8AI score0.00292EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:47 p.m.•11 views

AIOHTTP leaks Cookie and Proxy-Authorization headers on cross-origin redirect

Summary When following redirects to a different origin, aiohttp drops the Authorization header, but retains the Cookie and Proxy-Authorization headers. Impact The Cookie and Proxy-Authorizations headers could contain sensitive information which may be leaked to an unintended party after following...

6.9CVSS5.8AI score0.00337EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:47 p.m.•9 views

AIOHTTP has late size enforcement for non-file multipart fields causes memory DoS

Summary For some multipart form fields, aiohttp read the entire field into memory before checking clientmaxsize. Impact If an application uses Request.post an attacker can send a specially crafted multipart request to force significant temporary memory allocation even when the request is ultimate...

6.9CVSS5.9AI score0.00384EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:44 p.m.•18 views

Payload has Insufficient Filename Validation in Client-Upload Signed-URL Endpoints

Impact The client-upload signed-URL endpoints for S3, GCS, Azure, and R2 did not properly sanitize filenames. An attacker could craft filenames to escape the intended storage location. Consumers are affected if ALL of these are true: - Payload version v3.78.0 - Using client-upload signed-URL...

6.5CVSS5.8AI score0.00341EPSS
SaveExploits0References3Affected Software4
Github Security Blog
Github Security Blog
•added 2026/04/01 9:43 p.m.•8 views

AIOHTTP has a Multipart Header Size Bypass

Summary A response with an excessive number of multipart headers may be allowed to use more memory than intended, potentially allowing a DoS vulnerability. Impact Multipart headers were not subject to the same size restrictions in place for normal headers, potentially allowing substantially more...

8.7CVSS5.8AI score0.0044EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:42 p.m.•10 views

SillyTavern: Incomplete IP validation in /api/search/visit allows SSRF via localhost and IPv6

Details Distinct from CVE-2025-59159 and CVE-2026-26286 all fixed in v1.16.0. This endpoint is still unpatched. In src/endpoints/search.js line 419, the hostname is checked against /^\d+.\d+.\d+.\d+$/. This only matches literal dotted-quad IPv4 e.g. 127.0.0.1, 10.0.0.1. It does not catch: -...

5CVSS6AI score0.00213EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:41 p.m.•37 views

SillyTavern: Path Traversal in `/api/chats/export` and `/api/chats/delete` allows arbitrary file read/delete within user data root

Summary A Path Traversal vulnerability in chat endpoints allows an authenticated attacker to read and delete arbitrary files under their user data root for example secrets.json and settings.json by supplying avatarurl="..". Details The input validator used by avatarurl blocks only / and NUL bytes...

8.8CVSS6AI score0.0057EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:40 p.m.•24 views

SillyTavern: Path Traversal allows file existence oracle

Summary A path traversal vulnerability in the static file route handler allows any unauthenticated user to determine whether files exist anywhere on the server's filesystem. By sending percent-encoded ../ sequences %2E%2E%2F in requests to static file routes, an attacker can check for the existen...

5.3CVSS5.9AI score0.00449EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:36 p.m.•7 views

SillyTavern has a path traversal in `/api/chats/import` allows arbitrary file write outside intended chat directory

Summary A path traversal vulnerability in /api/chats/import allows an authenticated attacker to write attacker-controlled files outside the intended chats directory by injecting traversal sequences into charactername. Details charactername is used unsafely as part of the destination filename and...

8.1CVSS5.9AI score0.0041EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:36 p.m.•11 views

Payload has a CSRF Protection Bypass in Authentication Flow

Impact A Cross-Site Request Forgery CSRF vulnerability existed in the authentication flow. Under certain conditions, the configured CSRF protection could be bypassed, allowing cross-site requests to be made. Consumers are affected if ALL of these are true: - Payload version v3.79.1 - serverURL is...

5.4CVSS5.7AI score0.00129EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:26 p.m.•25 views

AIOHTTP affected by UNC SSRF/NTLMv2 Credential Theft/Local File Read in static resource handler on Windows

Summary On Windows the static resource handler may expose information about a NTLMv2 remote path. Impact If an application is running on Windows, and using aiohttp's static resource handler not recommended in production, then it may be possible for an attacker to extract the hash from an NTLMv2...

8.7CVSS5.9AI score0.00433EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:25 p.m.•11 views

Payload has Authenticated SSRF via Upload Functionality

Impact An authenticated Server-Side Request Forgery SSRF vulnerability existed in the upload functionality. Authenticated users with create or update access to an upload-enabled collection could cause the server to make outbound HTTP requests to arbitrary URLs. Consumers are affected if ALL of...

7.7CVSS5.9AI score0.00296EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:24 p.m.•10 views

@payloadcms/next has Stored XSS in Admin Panel

Impact A stored Cross-site Scripting XSS vulnerability existed in the admin panel. An authenticated user with write access to a collection could save content that, when viewed by another user, would execute in their browser. Consumers are affected if ALL of these are true: - Payload version v3.78...

8.7CVSS5.9AI score0.00286EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:20 p.m.•17 views

AIOHTTP has CRLF injection through multipart part content type header construction

Summary An attacker who controls the contenttype parameter in aiohttp could use this to inject extra headers or similar exploits. Impact If an application allows untrusted data to be used for the multipart contenttype parameter when constructing a request, an attacker may be able to manipulate th...

6.9CVSS5.8AI score0.00315EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2026/04/01 9:19 p.m.•10 views

AIOHTTP Affected by Denial of Service (DoS) via Unbounded DNS Cache in TCPConnector

Summary An unbounded DNS cache could result in excessive memory usage possibly resulting in a DoS situation. Impact If an application makes requests to a very large number of hosts, this could cause the DNS cache to continue growing and slowly use excessive amounts of memory. ----- Patch:...

7.5CVSS5.9AI score0.0044EPSS
SaveExploits0References5Affected Software1
Total number of security vulnerabilities34222