Lucene search
+L
GithubRecent

35598 matches found

Github Security Blog
Github Security Blog
added 2026/05/12 6:30 p.m.23 views

Snorkel Trainer.load uses an unsafe torch.load

The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability CWE-502 in the Trainer.load method of the Trainer class. The method loads model checkpoint files using torch.load without enabling the security-restrictive weightsonly=True parameter. This default behavior allows...

8.8CVSS6.3AI score0.00392EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 4:17 p.m.18 views

OpenClaude Sandbox Bypass via Model-Controlled `dangerouslyDisableSandbox` Input

Summary The dangerouslyDisableSandbox parameter is exposed as part of the BashTool input schema, meaning the LLM an untrusted principal per the project's own threat model can set it to true in any tooluse response. Combined with the default allowUnsandboxedCommands: true setting, a prompt-injecte...

9.8CVSS6.4AI score0.00589EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:34 p.m.17 views

OpenClaude MCP OAuth Callback: State Check Bypass via error Param Leads to DoS

OAuth State Validation Bypass via error Parameter Causes Local Server DoS in MCP Auth Callback --- Description The OpenClaude MCP authentication flow starts a temporary local HTTP server to handle OAuth callbacks. To prevent CSRF attacks, the server validates a state parameter against an internal...

6.5CVSS5.9AI score0.00255EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:09 p.m.19 views

Decimal: Unbounded exponent in `Decimal.new` enables unauthenticated DoS

Summary decimal doesn't bound the exponent on parsed input, so something like "1e10000000" is parsed fine but then explodes the memory to more than 7GB if you run e.g. Decimal.addDecimal.parse"1e10000000", 1 because for positive exp, the function tail-recurses with coef 10 and exp - 1 per...

6.9CVSS5.6AI score0.00321EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:09 p.m.18 views

sealed-env: TOTP secret embedded in unseal token payload (enterprise mode)

In sealed-env enterprise mode, versions 0.1.0-alpha.1 through 0.1.0-alpha.3 embedded the operator's literal TOTP secret in the JWS payload of every minted unseal token. JWS payload is base64-encoded JSON, NOT encrypted. Any party who could observe a minted token CI build logs, container env dumps...

9.1CVSS5.8AI score0.00326EPSS
SaveExploits1References3Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/12 3:08 p.m.24 views

Dalfox has an Unauthenticated Remote DoS via Closed-Channel Write in `ParameterAnalysis` (server mode)

Summary ParameterAnalysis in pkg/scanning/parameterAnalysis.go runs two sequential worker stages that both write to the same results channel. The channel is correctly closed after the first stage completes closeresults at line 438, but the second stage — which processes POST-body parameters dp — ...

7.5CVSS5.8AI score0.00231EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/12 3:08 p.m.18 views

Dalfox Server Mode has an Unauthenticated Arbitrary File Create/Append via `output` Option

Summary When dalfox is run in REST API server mode, the output, output-all, and debug fields in model.Options are JSON-tagged and deserialized directly from the attacker's request body, then propagated unchanged through dalfox.Initialize into the scan engine's logging path. The logger opens the...

8.2CVSS6AI score0.00243EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:08 p.m.20 views

Dalfox Server Mode has an Unauthenticated Arbitrary File Read with Out-of-Band Exfiltration via `custom-payload-file`

Summary When dalfox is run in REST API server mode, the custom-payload-file field in model.Options is JSON-tagged and deserialized directly from the attacker's request body, then propagated unchanged through dalfox.Initialize into the scan engine. The engine passes the value to...

7.5CVSS6AI score0.00251EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:07 p.m.24 views

Dalfox Server Mode Vulnerable to Unauthenticated Remote Code Execution via `found-action`

GHSA: Unauthenticated Remote Code Execution via found-action in Dalfox Server Mode Summary When dalfox is started in REST API server mode dalfox server, the server binds to 0.0.0.0:6664 by default and requires no API key unless the operator explicitly passes --api-key. Because model.Options —...

10CVSS6.4AI score0.12961EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:06 p.m.57 views

protobuf.js: Code injection in pbjs static output from crafted schema names

Summary pbjs static code generation could emit unsafe JavaScript identifiers derived from schema-controlled names. When generating static JavaScript from a crafted schema or JSON descriptor, certain namespace, enum, service, or derived full names could be written into the generated output without...

8.7CVSS5.9AI score0.00395EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:06 p.m.72 views

protobuf.js: Denial of service from crafted field names in generated code

Summary protobufjs generated JavaScript property accessors from schema-controlled field and oneof names. Certain control characters in field names were not escaped before being embedded into generated function bodies. A crafted schema or JSON descriptor could therefore cause generated encode,...

5.3CVSS6.2AI score0.00431EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:06 p.m.30 views

protobuf.js: Code injection through bytes field defaults in generated toObject code

Summary protobufjs generated JavaScript for toObject conversion could include an unsafe expression derived from a schema-controlled bytes field default value. A crafted descriptor with a non-string default value for a bytes field could cause attacker-controlled code to be emitted into the generat...

8.8CVSS6.1AI score0.00407EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:01 p.m.34 views

protobuf.js: Prototype injection in generated message constructors

Summary protobufjs generated message constructors copied enumerable properties from a provided properties object without filtering the proto key. If an application constructed a message from an attacker-controlled plain object, an own enumerable proto property could alter the prototype of that...

5.3CVSS5.9AI score0.00264EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:01 p.m.148 views

protobuf.js: Code generation gadget after prototype pollution

Summary protobufjs used plain objects with inherited prototypes for internal type lookup tables used by generated encode and decode functions. If Object.prototype had already been polluted, those lookup tables could resolve attacker-controlled inherited properties as valid protobuf type...

8.1CVSS6AI score0.005EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:01 p.m.28 views

protobuf.js: Process-wide denial of service through unsafe option paths

Summary protobufjs allowed certain schema option paths to traverse through inherited object properties while applying options. A crafted protobuf schema or JSON descriptor could cause option handling to write to properties on global JavaScript constructors, corrupting process-wide built-in...

7.5CVSS6.2AI score0.00374EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:01 p.m.72 views

protobuf.js: Denial of service through unbounded protobuf recursion

Summary protobufjs could recurse without a depth limit while decoding nested protobuf data. This affected both skipping unknown group fields and generated decoding of nested message fields. A crafted protobuf binary payload could cause the JavaScript call stack to be exhausted during decoding...

7.5CVSS5.7AI score0.0063EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:00 p.m.31 views

protobufjs has overlong UTF-8 decoding

Summary protobufjs includes a minimal UTF-8 decoder used in non-Node and fallback decoding paths. The affected decoder accepted overlong UTF-8 byte sequences and decoded them to their canonical characters instead of replacing them. The issue concerns overlong encodings and code points outside the...

5.3CVSS5.8AI score0.00301EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/12 2:59 p.m.22 views

protobuf.js is Vulnerable to OS Command Injection in the CLI

Summary pbts invoked JSDoc by building a shell command string from input file paths and executing it through childprocess.exec. File paths containing shell metacharacters could therefore be interpreted by the shell instead of being passed to JSDoc as plain arguments. Impact An attacker who can...

7.8CVSS6AI score0.00132EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 12:32 p.m.19 views

Spring AI: Prompt Injection via Memory Poisoning in PromptChatMemoryAdvisor

A malicious user could craft input that is stored in conversation memory and later interpreted by the model in an unintended way. Applications using the affected advisor with user-controlled input may be susceptible to manipulation of model behavior across conversation turns...

8.2CVSS5.7AI score0.00218EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 12:32 p.m.29 views

Spring AI: ChatMemory DEFAULT_CONVERSATION_ID causes unintended cross-user data leakage

Spring AI's chat memory component contained a problematic default that, when not explicitly overridden, could result in unintended data exposure between users...

7.5CVSS5.5AI score0.0026EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2026/05/12 12:31 a.m.18 views

omec-project amf crashes when processing malformed LocationReports

A flaw has been found in omec-project amf up to 2.1.1. This vulnerability affects unknown code of the component NGAP Message Handler. Executing a manipulation can lead to memory corruption. The attack can be launched remotely. The exploit has been published and may be used. This patch is called...

5.3CVSS5.3AI score0.00309EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 12:12 a.m.48 views

Malware in @tanstack/* packages exfiltrates cloud credentials, GitHub tokens, and SSH keys

Summary On 2026-05-11, between approximately 19:20 and 19:26 UTC, 84 malicious versions across 42 @tanstack/ packages were published to the npm registry. The publishes were authenticated via the legitimate GitHub Actions OIDC trusted-publisher binding for TanStack/router, but the publish workflow...

9.6CVSS5.8AI score0.02342EPSS
SaveExploits3References8Affected Software42
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.17 views

aiwaves-cn agents is vulnerable to resource consumption in the recall_relevant_memories_to_working_memory function

A weakness has been identified in aiwaves-cn agents up to e8c4e3c2d19739d3dff59e577d1c97090cc15f59. Affected by this issue is the function recallrelevantmemoriestoworkingmemory of the file core/cat/lookingglass/straycat.py of the component cheshirecatcore. This manipulation causes resource...

6.9CVSS5.7AI score0.0038EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.34 views

MLflow allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.03608EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.23 views

cowlib cow_http_te module: Uncontrolled Resource Consumption vulnerability allows Excessive Allocation

Uncontrolled Resource Consumption vulnerability in ninenines cowlib cowhttpte module allows Excessive Allocation. The chunked transfer-encoding parser in cowhttpte accepts an unbounded number of hex digits in the chunk-size field. Each digit causes a bignum multiplication Len 16 + digit, so parsi...

8.7CVSS5.8AI score0.00431EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.20 views

cowlib: Cookie Request Header Injection via Unvalidated Encoder in cow_cookie:cookie/1

Improper Neutralization of CRLF Sequences 'CRLF Injection' vulnerability in ninenines cowlib allows HTTP request splitting and cookie smuggling via unvalidated cookie name and value fields. cowcookie:cookie/1 in cowlib builds a client-side Cookie: request header from a list of name-value pairs...

3.2CVSS6AI score0.00146EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.21 views

Crabbox contains a path traversal vulnerability in the Islo provider's workspace path resolution

Crabbox before 0.9.0 contains a path traversal vulnerability in the Islo provider's workspace path resolution that allows attackers to supply absolute or relative paths that resolve outside the intended /workspace directory. Attackers can craft a malicious .crabbox.yaml or crabbox.yaml file with...

7.1CVSS5.9AI score0.00144EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.17 views

ninenines cowlib: Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability allows SSE event splitting and injection via unvalidated field values

Improper Neutralization of CRLF Sequences 'CRLF Injection' vulnerability in ninenines cowlib allows SSE event splitting and injection via unvalidated field values. cowsse:event/1 in cowlib guards the id and event fields against \n but not against bare \r, and the internal prefixlines/2 function...

6.3CVSS6AI score0.00266EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.26 views

@steipete/summarize allows local attackers to read bearer tokens and API credentials stored in ~/.summarize/daemon.json

Summarize versions through 0.14.1, fixed in commit 0cfb0fb, creates the daemon configuration directory and file with default filesystem permissions that may be world-readable on Unix-like systems, allowing local attackers to read bearer tokens and API credentials stored in /.summarize/daemon.json...

6.9CVSS5.8AI score0.00098EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 9:20 p.m.17 views

Gryph Agents Payload Filter Fails to Strip Tool Payload for Sensitive Content

Gryph implements logging levels that determine what content is logged to a local sqlite database. The README incorrectly mentions that the default log level is minimal while it is standard. Source code review shows sensitive file-write content remains in the stored payload as ContentPreview,...

5.5CVSS5.8AI score0.00106EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:40 p.m.19 views

MantisBT Vulnerable to Stored XSS in File Download

Using showinline=1 parameter and a valid fileshowinlinetoken CSRF token on filedownload.php, an attacker can execute code by uploading a crafted XHTML attachment referencing a JavaScript attachment. Impact Cross-site scripting Patches - 26647b2e68ba30b9d7987d4e03d7a16416684bc2 Workarounds None...

7.5CVSS6AI score0.00349EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:40 p.m.19 views

MantisBT has Stored XSS on Move Attachments Admin Page

Unescaped Project Name allows an attacker that can set it which typically requires manager or administrator access level to inject HTML in Move Attachments admin page. Impact Cross-site scripting XSS. This is mitigated by Content Security Policy which restricts scripts execution. Patches -...

8.6CVSS5.8AI score0.00298EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:40 p.m.19 views

Kysely: JSON-path traversal injection via unsanitized path-leg metacharacters in `JSONPathBuilder.key()` / `.at()`

Summary Kysely 0.28.12 added a sanitizeStringLiteral call inside DefaultQueryCompiler.visitJSONPathLeg commit 0a602bf, PR 1727 to fix CVE-2026-32763 GHSA-wmrf-hv6w-mr66. The fix only doubles single quotes ' → ''; it does not escape JSON-path metacharacters ., , , , , ?. When attacker-controlled...

8.2CVSS6AI score0.00419EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:40 p.m.25 views

local-deep-research is Vulnerable to HTML Injection via Unescaped User Input in PDF Export (`pdf_service.py:_markdown_to_html`)

Summary PDFService.markdowntohtml constructs an HTML document by interpolating user-controlled values — specifically title sourced from research.title or research.query and metadata key-value pairs — directly into an f-string without any HTML escaping. An authenticated attacker can craft a resear...

5CVSS6AI score0.00263EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:40 p.m.18 views

SandboxJS has a sandbox escape via Function.caller leakage of internal call op

Summary Sandbox-defined functions expose Function.caller, allowing sandboxed code to recover the internal LispType.Call runtime callback. That callback can then be invoked with attacker-controlled fake context and obj values to extract blocked host statics, recover the real host Function...

10CVSS6.1AI score0.00472EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:39 p.m.20 views

MantisBT has a Private Bugnote Attachment Content Leak via REST API

A missing authorization check in MantisBT's file visibility function allows any authenticated user REPORTER+ to download attachments on private bugnotes they should not be able to access, via the REST API endpoint GET /api/rest/issues/id/files and SOAP API mcissueattachmentget endpoint. Impact -...

7.2CVSS5.8AI score0.0026EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:39 p.m.18 views

MantisBT: Authorization Bypass in Bugnote Editing via Issue Update API

The mcissueupdate function in MantisBT allows users having updatebugthreshold access UPDATER, with default settings to edit, change view state, and modify time tracking on bugnotes belonging to other users — bypassing the default DEVELOPER level 55 threshold required by the dedicated...

5.3CVSS5.8AI score0.00258EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:39 p.m.18 views

MantisBT is Vulnerable to Reflected XSS in Rendering Dynamic Custom Textarea Field

Lack of validation of filtertarget parameter on returndynamicfilters.php normally used as an AJAX in View Issues Page allows an attacker to inject arbitrary HTML if the target is a TEXTAREA custom field. Impact Cross-site scripting XSS Patches - c885af13f0b8596714ffe11df757c09f35fbd8f4 Workaround...

5.3CVSS5.9AI score0.00281EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:37 p.m.19 views

Mermaid: Improper sanitization of configuration leads to CSS injection

Impact Mermaid's default configuration allows injecting CSS that applies outside of the Mermaid diagram via the fontFamily, themeCSS, and altFontFamily configuration options. Live demo: mermaid.live Example code: %%init: "fontFamily": "x;ab :not&background:green !important cd"%% flowchart LR A --...

5.3CVSS5.8AI score0.00486EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:36 p.m.22 views

Mermaid Gantt Charts are vulnerable to an Infinite Loop DoS

Impact Mermaid v11.14.0 and earlier are vulnerable to a denial-of-service attack when rendering gantt charts, if they use the excludes attribute to exclude all dates. Example: gantt excludes monday,tuesday,wednesday,thursday,friday,saturday,sunday DoS :2025-01-01, 1d mermaid.parse is unaffected,...

5.3CVSS5.7AI score0.00384EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:36 p.m.15 views

Mermaid: Improper sanitization of `classDef` in state diagrams leads to HTML injection

Impact Under the default configuration, Mermaid state diagram's classDef allow DOM injection that escapes the SVG, although tags are removed, preventing XSS. Proof-of-concept stateDiagram-v2 classDef xss...

5.3CVSS5.8AI score0.00401EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:36 p.m.20 views

Mermaid: Improper sanitization of `classDefs` in diagrams leads to CSS injection

Details The state diagram and any other diagram type that routes user-controlled style strings through createCssStyles parser for Mermaid v11.14.0 and earlier captures classDef values with an unrestricted regex: jison // packages/mermaid/src/diagrams/state/parser/stateDiagram.jison:83 ^\n...

5.3CVSS5.8AI score0.00338EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:35 p.m.18 views

MantisBT is Vulnerable to Stored XSS in Saved-Filter Owner Column

Incorrect escaping of a saved filter's owner allows an attacker to inject arbitrary HTML on systems where $gshowuserrealname = ON. Impact Cross-site scripting XSS. Note that By default, only users with Manager access level or above can save their filters publicly Patches -...

7.5CVSS5.9AI score0.00419EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:35 p.m.17 views

MantisBT has Potential Referer-Based Reflected HTML Injection / XSS in Tag Update Page

Improper escaping of the redirection page retrieved from the request's Referer header allows an attacker to inject HTML. While this is generally not directly actionable as modern browsers will URL-encode special characters, on some specific server configurations this could poison the cache, leadi...

6.9CVSS5.7AI score0.00447EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:34 p.m.16 views

MantisBT has a Content Security Policy bypass via attachments

Given any pre-existing XSS / HTML injection vulnerability, an attacker can bypass the Content Security Policy's script-src directive by uploading a crafted attachment to any issue that, when accessed via the filedownload.php link, will be downloaded with a valid JavaScript MIME type resulting in...

7.6CVSS5.8AI score0.00498EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:34 p.m.17 views

MantisBT is Vulnerable to XSS leading to account takeover via updating a user's font family preference

Any authenticated user can inject arbitrary HTML via updating their account's font family. Impact Cross-site scripting. The injected payload will be reflected in every MantisBT page. Leveraging another vulnerability CSP bypass, see GHSA-9c3j-xm6v-j7j3, the attacker could achieve account takeover...

7.2CVSS5.9AI score0.00424EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:34 p.m.19 views

MantisBT is Vulnerable to Stored XSS in Custom Field Textarea Values

Improper escaping of a textarea custom field's contents in the Update Issue page bugupdatepage.php allows an attacker to inject HTML and, if CSP settings permit, execute arbitrary JavaScript when the page is loaded. Impact Session theft leading to admin account takeover, full project data access....

5.4CVSS6.8AI score0.0023EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:34 p.m.21 views

Yii 2: Local file inclusion via view parameter name collision

The core view rendering method View::renderPhpFile calls extract$params, EXTROVERWRITE before the require statement that includes the view file. A caller-controlled parameter named file in the $params array overwrites the internal local variable that specifies which file is included — enabling a...

7.4CVSS5.8AI score0.00455EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:33 p.m.17 views

MantisBT: Bugnote Revision Page Leaks Private Issue Metadata After Issue Access Is Revoked

MantisBT allows a bugnote author to access the note's Revisions page after losing access to the parent private issue. Impact Disclosure of the private Issue's Id and Summary. The bugnote full revision body remains secure. Patches - 71df1f67e05b2050cd4bd87839e6cc13747cf03f Workarounds None Credits...

5.3CVSS5.8AI score0.00372EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/11 7:33 p.m.18 views

MantisBT has an Authorization Bypass that Allows Uploading Attachments to Private Issues via REST API

Impact MantisBT allows an authenticated user to upload attachments to private Issues they are not authorized to access. Patches - b262b4d2835b81394d75356dead66e52a6275206 Workarounds None. Credits Thanks to Vishal Shukla for discovering and responsibly reporting the issue...

4.3CVSS5.8AI score0.00248EPSS
SaveExploits0References5Affected Software1
Total number of security vulnerabilities35598