Lucene search
+L
GithubRecent

35814 matches found

Github Security Blog
Github Security Blog
added 2026/03/02 9:26 p.m.19 views

Idno Vulnerable to Remote Code Execution via Chained Import File Write and Template Path Traversal

Affected Versions: Tested on current dev branch build fingerprint 505...7bd86 CVSS v4 Score: 8.6 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N Privileges Required: Web application admin account for file write, any authenticated user for RCE trigger --- Summary Two separate...

8.6CVSS6.3AI score0.00673EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 9:24 p.m.25 views

Idno Vulnerable to Unauthenticated SSRF via URL Unfurl Endpoint

Summary A logic error in the API authentication flow causes the CSRF protection on the URL unfurl service endpoint to be trivially bypassed by any unauthenticated remote attacker. Combined with the absence of a login requirement on the endpoint itself, this allows an attacker to force the server ...

9.2CVSS6.3AI score0.00628EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 8:56 p.m.21 views

AVideo has Authenticated Remote Code Execution via Unsafe Plugin ZIP Extraction

Summary An authenticated Remote Code Execution RCE vulnerability was identified in AVideo related to the plugin upload/import functionality. The issue allowed an authenticated administrator to upload a specially crafted ZIP archive containing executable server-side files. Due to insufficient...

9.3CVSS6.5AI score0.00673EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 8:49 p.m.28 views

AVideo has Unauthenticated SQL Injection via JSON Request Bypass in objects/videos.json.php

Impact An unauthenticated SQL Injection vulnerability exists in AVideo within the objects/videos.json.php and objects/video.php components. The application fails to properly sanitize the catName parameter when it is supplied via a JSON-formatted POST request body. Because JSON input is parsed and...

9.8CVSS6AI score0.0151EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 8:27 p.m.20 views

CocoIndex Doris target connector didn't verify table name when constructing ALTER TABLE statements

Impact The Doris target connector didn't verify the configured table name before creating some SQL statements ALTER TABLE. So, in the application code, if the table name is provided by an untrusted upstream, it expose vulnerability to SQL injection when target schema change. Patches Yes, it's fix...

9.8CVSS6AI score0.00282EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 8:15 p.m.19 views

FileBrowser has Path Traversal in Public Share Links that Exposes Files Outside Shared Directory

Summary When a user creates a public share link for a directory, the withHashFile middleware in http/public.go line 59 uses filepath.Dirlink.Path to compute the BasePathFs root. This sets the filesystem root to the parent directory instead of the shared directory itself, allowing anyone with the...

7.1CVSS6AI score0.00322EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 8:14 p.m.15 views

Products.isurlinportal has possible open redirect when using more than 2 forward slashes

Impact A url /login?camefrom=////evil.example may redirect to an external website after login. Standard Plone is not affected, but if you have customised the login, for example with add-ons, you might be affected. You can try the url to check if you are affected or not. Patches The problem has be...

6.1CVSS5.8AI score0.00227EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/03/02 7:53 p.m.16 views

NocoDB Missing Ownership Validation in MCP Token Operations

Summary The MCP token service did not validate token ownership, allowing a Creator within the same base to read, regenerate, or delete another user's MCP tokens if the token ID was known. Details McpTokenService.get, regenerateToken, and delete did not filter by fkuserid. The analogous...

7.1CVSS5.9AI score0.0016EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:53 p.m.19 views

NocoDB's Refresh Tokens Not Revoked on Password Reset

Summary The password reset flow did not revoke existing refresh tokens, allowing an attacker with a previously stolen refresh token to continue minting valid JWTs after the victim resets their password. Details passwordReset in users.service.ts updated tokenversion invalidating JWTs but did not...

7.1CVSS5.9AI score0.00181EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:52 p.m.14 views

NocoDB has Plaintext Storage of Shared View Passwords

Summary Shared view passwords were stored in plaintext in the database and compared using direct string equality. Details The password column in ncviews stored unhashed passwords. Verification used !== comparison across public-datas.service.ts, public-metas.service.ts, and...

6.9CVSS5.9AI score0.00194EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:51 p.m.36 views

NocoDB Vulnerable to Stored Cross-site Scripting via Rich Text Field

Summary An authenticated user with Editor role can inject arbitrary HTML into Rich Text cells by bypassing the TipTap editor and sending raw HTML via the API. Details The TipTap editor sanitizes HTML client-side, but the backend stores raw HTML without server-side sanitization. The stored content...

5.4CVSS6AI score0.00147EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:42 p.m.15 views

NocoDB Vulnerable to User Enumeration via Password Reset Endpoint

Summary The password forgot endpoint returned different responses for registered and unregistered emails, allowing user enumeration. Details POST /api/v2/auth/password/forgot returned a success message for registered emails but 'Your email has not been registered.' for unknown emails. The fix...

6.9CVSS5.9AI score0.00601EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:36 p.m.19 views

NocoDB has Stored Cross-site Scripting via Formula Cell

Summary A stored XSS vulnerability exists in the Formula virtual cell. Formula results containing URI:: patterns are rendered via v-html without sanitization, allowing injected HTML to execute. Details The replaceUrlsWithLink function in urlUtils.ts converts URI::url patterns to tags but passes a...

5.4CVSS6.2AI score0.00143EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:35 p.m.16 views

lxml-html-clean has <base> tag injection through default Cleaner configuration

Summary The tag passes through the default Cleaner configuration. While pagestructure=True removes html, head, and title tags, there is no specific handling for , allowing an attacker to inject it and hijack relative links on the page. Details The tag is not currently in the pagestructure kill se...

6.1CVSS6AI score0.00254EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 7:19 p.m.16 views

lxml-html-clean has CSS @import Filter Bypass via Unicode Escapes

Summary The hassneakyjavascript method strips backslashes before checking for dangerous CSS keywords. This causes CSS Unicode escape sequences to bypass the @import and expression filters, allowing external CSS loading or XSS in older browsers. Details The root cause is located in clean.py around...

6.1CVSS5.9AI score0.00228EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 6:49 p.m.19 views

OliveTin has Unauthenticated Denial of Service via Memory Exhaustion in PasswordHash API Endpoint

Summary The PasswordHash API endpoint allows unauthenticated users to trigger excessive memory allocation by sending concurrent password hashing requests. By issuing multiple parallel requests, an attacker can exhaust available container memory, leading to service degradation or complete denial o...

7.5CVSS6AI score0.00645EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 6:48 p.m.19 views

malcontent: Error-path cleanup gap can leak scanners and fds and degrade availability

Several extraction and scanning code paths registered late defers which could leak resources and exhaust system resources. This report is an aggregate of these individual reports for the affected code: Advisory | Affected File -- | -- GHSA-jjgh-mc5q-gch7 | pkg/action/scan.go GHSA-mwmf-fxh2-w4x7 |...

6AI score
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 6:47 p.m.16 views

joserfc's PBES2 p2c Unbounded Iteration Count enables Denial of Service (DoS)

Summary A resource exhaustion vulnerability in joserfc allows an unauthenticated attacker to cause a Denial of Service DoS via CPU exhaustion. When the library decrypts a JSON Web Encryption JWE token using Password-Based Encryption PBES2 algorithms, it reads the p2c PBES2 Count parameter directl...

7.5CVSS6AI score0.00432EPSS
SaveExploits2References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 6:30 p.m.7 views

`tracing-check` was removed from crates.io for malicious code

This is part of an ongoing campaign to attempt to typosquat crates in the polymarket-client-sdk ecosystem to exfiltrate user credentials. The malicious crate had 1 version published on 2026-02-24 approximately 4 hours before removal and had no evidence of actual downloads. There were no crates...

5.9AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 6:30 p.m.12 views

OpenEXR's CompositeDeepScanLine integer-overflow leads to heap OOB write

Summary Function: CompositeDeepScanLine::readPixels, reachable from high-level multipart deep read flows MultiPartInputFile + DeepScanLineInputPart + CompositeDeepScanLine. Vulnerable lines src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp: - totalsizesptr += countsjptr; line 511 - overallsamplecount ...

8.4CVSS6.2AI score0.00201EPSS
SaveExploits2References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 5:44 p.m.20 views

theshit's Improper Privilege Dropping Allows Local Privilege Escalation via Command Re-execution

Impact Vulnerability Type: Local Privilege Escalation LPE / Improper Privilege Management / Arbitrary Command Execution. The application automatically re-executes the previously failed command but does not properly drop elevated privileges during this process. When the tool is executed with sudo ...

8.4CVSS6.2AI score0.00177EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 5:32 p.m.16 views

Bytebase vulnerable to Improper Authentication

Impact - GitLab login allows login by any user. - JWT auth token can be derived as long as the server isn't rebooted. - Developers can assign issues to non-admin/DBA users...

5.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 2:34 p.m.29 views

Nest has a Fastify URL Encoding Middleware Bypass

Impact What kind of vulnerability is it? Who is impacted? A NestJS application using @nestjs/platform-fastify can allow bypass of any middleware when Fastify path-normalization options e.g., ignoreTrailingSlash, ignoreDuplicateSlashes, useSemicolonDelimiter are enabled. In affected route-scoped...

9.8CVSS6.1AI score0.00666EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/02 6:32 a.m.16 views

Duplicate Advisory: Open Babel has a NULL pointer dereference in CDXML OBAtom::GetExplicitValence

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-rxpr-wq63-jr7p. This link is maintained to preserve external references. Original Description A vulnerability was identified in Open Babel up to 3.1.1. This impacts the function OBAtom::GetExplicitValence of the...

6.5CVSS5.2AI score0.00489EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:31 a.m.23 views

Statamic vulnerable to privilege escalation via stored cross-site scripting

Impact Stored XSS vulnerability in svg and icon related components allow authenticated users with appropriate permissions to inject malicious JavaScript that executes when viewed by higher-privileged users. Patches This has been fixed in 5.73.11 and 6.4.0...

8.7CVSS5.8AI score0.00259EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:30 a.m.23 views

Statamic vulnerable to remote code execution via Antlers-enabled control panel inputs

Impact An authenticated control panel user with access to Antlers-enabled inputs may be able to achieve remote code execution in the application context. That can lead to full compromise of the application, including access to sensitive configuration, modification or exfiltration of data, and...

8CVSS6.5AI score0.00428EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:30 a.m.19 views

Statamic's missing authorization allows access to email addresses

Impact User email addresses were included in responses from the user fieldtype’s data endpoint for control panel users who did not have the “view users” permission. Patches This has been fixed in 5.73.11 and 6.4.0...

6.5CVSS5.9AI score0.00231EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:30 a.m.18 views

Statamic Vulnerable to Server-Side Request Forgery via Glide

Impact When Glide image manipulation is used in insecure mode which is not the default, the image proxy can be abused by an unauthenticated user to make the server send HTTP requests to arbitrary URLs—either via the URL directly or via the watermark feature. That can allow access to internal...

8.6CVSS5.9AI score0.00378EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:29 a.m.38 views

Gradio has SSRF via Malicious `proxy_url` Injection in `gr.load()` Config Processing

Summary A Server-Side Request Forgery SSRF vulnerability in Gradio allows an attacker to make arbitrary HTTP requests from a victim's server by hosting a malicious Gradio Space. When a victim application uses gr.load to load an attacker-controlled Space, the malicious proxyurl from the config is...

8.6CVSS6.1AI score0.06543EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:29 a.m.32 views

Gradio has an Open Redirect in its OAuth Flow

Summary The redirecttotarget function in Gradio's OAuth flow accepts an unvalidated targeturl query parameter, allowing redirection to arbitrary external URLs. This affects the /logout and /login/callback endpoints on Gradio apps with OAuth enabled i.e. apps running on Hugging Face Spaces with...

4.7CVSS6AI score0.00247EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:28 a.m.46 views

Gradio is Vulnerable to Absolute Path Traversal on Windows with Python 3.13+

Summary Gradio apps running on Window with Python 3.13+ are vulnerable to an absolute path traversal issue that enables unauthenticated attackers to read arbitrary files from the file system. Details Python 3.13+ changed the definition of os.path.isabs so that root-relative paths like...

7.5CVSS6AI score0.03098EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:28 a.m.26 views

kaniko has tar archive path traversal in its build context extraction, allowing file writes outside destination directories

kaniko unpacks build context archives using filepath.Joindest, cleanedName without enforcing that the final path stays within dest. A tar entry like ../outside.txt escapes the extraction root and writes files outside the destination directory. In environments with registry authentication, this ca...

8.5CVSS6.3AI score0.00613EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:25 a.m.42 views

hex_core has Unsafe Deserialization of Erlang Terms

Impact The Hex client hexcore deserializes Erlang terms received from the Hex API using binarytoterm/1 without sufficient restrictions. If an attacker can control the HTTP response body returned by the Hex API, this allows denial-of-service attacks such as atom table exhaustion, leading to a VM...

7.5CVSS6.2AI score0.00576EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:24 a.m.23 views

Indico has a missing access check in the event series management API

Impact The API endpoint used to manage event series is missing an access check, allowing unauthenticated/unauthorized access to this endpoint. The impact of this is limited to: - Getting the metadata title, category chain, start/end date for events in an existing series - Deleting an existing eve...

6.5CVSS6AI score0.00264EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:22 a.m.19 views

INSATutorat has an authorization bypass vulnerability in its /api/admin/* endpoints

Impact An authorization bypass vulnerability was discovered in the administration pages of the tutoring application. When a standard user logged in but without administrator privileges attempts to access a resource under /api/admin/, the system detects the error but does not block the request. As...

6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:18 a.m.35 views

Multer vulnerable to Denial of Service via incomplete cleanup

Impact A vulnerability in Multer versions 2.1.0 allows an attacker to trigger a Denial of Service DoS by sending malformed requests, potentially causing resource exhaustion. Patches Users should upgrade to 2.1.0 Workarounds None...

8.7CVSS5.9AI score0.00663EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:18 a.m.30 views

Multer vulnerable to Denial of Service via resource exhaustion

Impact A vulnerability in Multer versions 2.1.0 allows an attacker to trigger a Denial of Service DoS by dropping connection during file upload, potentially causing resource exhaustion. Patches Users should upgrade to 2.1.0 Workarounds None...

8.7CVSS5.9AI score0.00663EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/01 1:00 a.m.24 views

Gradio: Mocked OAuth Login Exposes Server Credentials and Uses Hardcoded Session Secret

Summary Gradio applications running outside of Hugging Face Spaces automatically enable "mocked" OAuth routes when OAuth components e.g. gr.LoginButton are used. When a user visits /login/huggingface, the server retrieves its own Hugging Face access token via huggingfacehub.gettoken and stores it...

5.9CVSS5.9AI score0.00453EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:50 a.m.89 views

Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()

Impact The serialize-javascript npm package versions tags, the injected code executes. javascript const serialize = require'serialize-javascript'; // Create an object that passes instanceof RegExp with a spoofed .flags const fakeRegex = Object.createRegExp.prototype; Object.definePropertyfakeRege...

8.1CVSS7.3AI score0.02595EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:50 a.m.16 views

malcontent: Nested archive extraction failure can drop content from scan inputs

Previously, malcontent would remove nested archives which failed to extract which could potentially leave malicious content. A better approach is to preserve these archives so that malcontent can attempt a best-effort scan of the archive bytes. Fix:...

6.9CVSS5.9AI score0.00351EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:49 a.m.19 views

PMD Designer has Stored XSS in VBHTMLRenderer and YAHTMLRenderer via unescaped violation messages

Summary PMD's vbhtml and yahtml report formats insert rule violation messages into HTML output without escaping. When PMD analyzes untrusted source code containing crafted string literals, the generated HTML report contains executable JavaScript that runs when opened in a browser. While the defau...

6.8CVSS5.9AI score0.00297EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:48 a.m.21 views

Hive has Double-free and Use After Free Vulnerabilities

Drop implementation for Hive did perform free, but so did Hive::close, which, at the end of the scope performed Drop, therefore triggering double-free. Additionally, function Hive::fromhandle was not marked as unsafe, making it, in combination with ashandle easy to clone and trigger double-free i...

6AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:47 a.m.23 views

@fastify/middie has Improper Path Normalization when Using Path-Scoped Middleware

Summary A path normalization inconsistency in @fastify/middie can result in authentication/authorization bypass when using path-scoped middleware for example, app.use'/secret', auth. When Fastify router normalization options are enabled such as ignoreDuplicateSlashes, useSemicolonDelimiter, and...

9.1CVSS6AI score0.0039EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:46 a.m.24 views

pypdf: Manipulated RunLengthDecode streams can exhaust RAM

Impact An attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires parsing the content stream using the RunLengthDecode filter. Patches This has been fixed in pypdf==6.7.4. Workarounds If you cannot upgrade yet, consider applying the changes from PR 36...

6.9CVSS5.8AI score0.00423EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:07 a.m.19 views

osctrl has Stored Cross-Site Scripting (XSS) in On-Demand Query List

Summary A stored Cross-site Scripting XSS vulnerability exists in the osctrl-admin on-demand query list. A user with query-level permissions can inject arbitrary JavaScript via the query parameter when running an on-demand query. The payload is stored and executes in the browser of any user...

8.7CVSS6.1AI score0.00227EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:05 a.m.29 views

osctrl is Vulnerable to OS Command Injection via Environment Configuration

Summary An OS command injection vulnerability exists in the osctrl-admin environment configuration. An authenticated administrator can inject arbitrary shell commands via the hostname parameter when creating or editing environments. These commands are embedded into enrollment one-liner scripts...

8.4CVSS6.7AI score0.009EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:04 a.m.24 views

SvelteKit has deserialization expansion in unvalidated `form` remote function leading to Denial of Service (experimental only)

Some relatively small inputs can cause very large files arrays in form handlers. If the SvelteKit application code doesn't check files.length or individual files' sizes and performs expensive processing with them, it can result in Denial of Service. Only users with experimental.remoteFunctions:...

6AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/28 2:01 a.m.629 views

jackson-core: Number Length Constraint Bypass in Async Parser Leads to Potential DoS Condition

Summary The non-blocking async JSON parser in jackson-core bypasses the maxNumberLength constraint default: 1000 characters defined in StreamReadConstraints. This allows an attacker to send JSON with arbitrarily long numbers through the async parser API, leading to excessive memory allocation and...

6.9CVSS6AI score0.0031EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/28 1:59 a.m.21 views

Vikunja Vulnerable to Account Takeover via Password Reset Token Reuse

Summary A critical business logic vulnerability exists in the password reset mechanism of vikunja/api that allows password reset tokens to be reused indefinitely. Due to a failure to invalidate tokens upon use and a critical logic bug in the token cleanup cron job, reset tokens remain valid...

9.8CVSS6AI score0.00673EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/27 10:09 p.m.78 views

Junrar has an arbitrary file write due to backslash Path Traversal bypass in LocalFolderExtractor on Linux/Unix

Summary A backslash path traversal vulnerability in LocalFolderExtractor allows an attacker to write arbitrary files with attacker-controlled content anywhere on the filesystem when a crafted RAR archive is extracted on Linux/Unix. This can often lead to remote code execution e.g., overwriting...

5.9CVSS6.6AI score0.12038EPSS
SaveExploits1References5Affected Software1
Total number of security vulnerabilities35814