Lucene search
+L
GithubRecent

35814 matches found

Github Security Blog
Github Security Blog
added 2026/02/03 7:17 p.m.18 views

bytes has integer overflow in BytesMut::reserve

Details In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated...

7.5CVSS5.4AI score0.00558EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 7:15 p.m.14 views

Claude Code has a Domain Validation Bypass which Allows Automatic Requests to Attacker-Controlled Domains

Claude Code contained insufficient URL validation in its trusted domain verification mechanism for WebFetch requests. The application used a startsWith function to validate trusted domains e.g., docs.python.org, modelcontextprotocol.io, this could have enabled attackers to register domains like...

7.4CVSS5.5AI score0.00391EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 7:01 p.m.15 views

OpenSTAManager has an SQL Injection in the Stampe Module

Vulnerability Details Location - File: modules/stampe/actions.php - Line: 26 - Vulnerable Code: php case 'update': if !emptyintvalpost'predefined' && !emptypost'module' $dbo-query'UPDATE zzprints SET predefined = 0 WHERE idmodule = '.post'module'; // ↑ Direct concatenation without prepare...

8.8CVSS6AI score0.00388EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:47 p.m.25 views

jsonwebtoken has Type Confusion that leads to potential authorization bypass

Summary: It has been discovered that there is a Type Confusion vulnerability in jsonwebtoken, specifically, in its claim validation logic. When a standard claim such as nbf or exp is provided with an incorrect JSON type Like a String instead of a Number, the library’s internal parsing mechanism...

7.5CVSS5.8AI score0.00461EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:44 p.m.16 views

OpenSTAManager has a SQL Injection in ajax_complete.php (get_sedi endpoint)

Summary A SQL Injection vulnerability exists in the ajaxcomplete.php endpoint when handling the getsedi operation. An authenticated attacker can inject malicious SQL code through the idanagrafica parameter, leading to unauthorized database access. Proof of Concept Vulnerable Code File:...

8.8CVSS5.9AI score0.00396EPSS
SaveExploits3References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:42 p.m.17 views

Cloudflare Agents SDK has Insecure Direct Object Reference (IDOR) via Header-Based Email Routing

Summary An Insecure Direct Object Reference CWE-639 has been found to exist in createHeaderBasedEmailResolver function within the Cloudflare Agents SDK. The issue occurs because the Message-ID and References headers are parsed to derive the target agentName and agentId without proper validation o...

6.9CVSS5.5AI score0.0038EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:35 p.m.17 views

Wagtail has improper permission handling on admin preview endpoints

Impact Due to a missing permission check on the preview endpoints, a user with access to the Wagtail admin and knowledge of a model's fields can craft a form submission to obtain a preview rendering of any page, snippet or site setting object for which previews are enabled, consisting of any data...

5.1CVSS5.5AI score0.00357EPSS
SaveExploits0References13Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.14 views

Duplicate Advisory: Insecure Deserialization (pickle) in pdfminer.six CMap Loader — Local Privesc

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-f83h-ghpp-7wcc. This link is maintained to preserve external references. Original Description pdfminer.six before 20251230 contains an insecure deserialization vulnerability in the CMap loading mechanism. The...

7.8AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.16 views

Podinfo affected by Arbitrary File Upload that leads to Stored Cross-Site Scripting (XSS)

Arbitrary File Upload in podinfo thru 6.9.0 allows unauthenticated attackers to upload arbitrary files via crafted POST request to the /store endpoint. The application renders uploaded content without a restrictive Content-Security-Policy CSP or adequate Content-Type validation, leading to Stored...

6.1CVSS5.5AI score0.00254EPSS
SaveExploits4References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.20 views

Duplicate Advisory: FUXA contains a hard-coded credential vulnerability

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-c8m8-3jcr-6rj5. This link is maintained to preserve external references. Original Description FUXA v1.2.7 contains a hard-coded credential vulnerability in server/api/jwt-helper.js. The application uses a...

9.8CVSS5.8AI score0.02036EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.23 views

FUXA allows Remote Code Execution (RCE) via the project import functionality.

FUXA v1.2.7 allows Remote Code Execution RCE via the project import functionality. The application does not properly sanitize or sandbox user-supplied scripts within imported project files. An attacker can upload a malicious project containing system commands, leading to full system compromise...

9.8CVSS5.7AI score0.00433EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.14 views

FUXA contains an insecure default configuration vulnerability

FUXA v1.2.7 contains an insecure default configuration vulnerability in server/settings.default.js. The 'secureEnabled' flag is commented out by default, causing the application to initialize with authentication disabled. This allows unauthenticated remote attackers to access sensitive API...

9.3CVSS5.5AI score0.00472EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.17 views

FUXA contains an Unrestricted File Upload vulnerability

FUXA v1.2.7 contains an Unrestricted File Upload vulnerability in the /api/upload API endpoint. The endpoint lacks authentication mechanisms, allowing unauthenticated remote attackers to upload arbitrary files. This can be exploited to overwrite critical system files such as the SQLite user...

9.8CVSS6AI score0.00754EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.20 views

Boltz contains an insecure deserialization vulnerability in its molecule loading functionality

Boltz 2.0.0 contains an insecure deserialization vulnerability in its molecule loading functionality. The application uses Python pickle to deserialize molecule data files without validation. An attacker with the ability to place a malicious pickle file in a directory processed by boltz can achie...

8.4CVSS6.4AI score0.00148EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.21 views

Apache Syncope: Console XXE on Keymaster parameters

Improper Restriction of XML External Entity Reference vulnerability in Apache Syncope Console. An administrator with adequate entitlements to create or edit Keymaster parameters via Console can construct malicious XML text to launch an XXE attack, thereby causing sensitive data leakage occurs. Th...

4.9CVSS5.2AI score0.01984EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:30 p.m.15 views

Apache Syncope: Reflected XSS on Enduser Login

Reflected XSS in Apache Syncope's Enduser Login page. An attacker that tricks a legitimate user into clicking a malicious link and logging in to Syncope Enduser could steal that user's credentials. This issue affects Apache Syncope: from 3.0 through 3.0.15, from 4.0 through 4.0.3. Users are...

6.8CVSS5.3AI score0.00477EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:17 p.m.17 views

FacturaScripts has SQL Injection in Autocomplete Actions

Summary FacturaScripts contains a critical SQL Injection vulnerability in the autocomplete functionality that allows authenticated attackers to extract sensitive data from the database including user credentials, configuration settings, and all stored business data. The vulnerability exists in th...

8.8CVSS6.1AI score0.00491EPSS
SaveExploits3References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 6:14 p.m.20 views

FacturaScripts has SQL Injection in API ORDER BY Clause

Summary FacturaScripts contains a critical SQL Injection vulnerability in the REST API that allows authenticated API users to execute arbitrary SQL queries through the sort parameter. The vulnerability exists in the ModelClass::getOrderBy method where user-supplied sorting parameters are directly...

8.8CVSS6.2AI score0.00491EPSS
SaveExploits3References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 5:52 p.m.22 views

JinJava Bypass through ForTag leads to Arbitrary Java Execution

Impact Vulnerability Type: Sandbox Bypass / Remote Code Execution Affected Component: Jinjava Affected Users: - Organizations using HubSpot's Jinjava template rendering engine for user-provided template content - Any system that renders untrusted Jinja templates using HubSpot's Jinjava...

9.8CVSS6.2AI score0.00905EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 5:43 p.m.27 views

Unstructured has Path Traversal via Malicious MSG Attachment that Allows Arbitrary File Write

A Path Traversal vulnerability in the partitionmsg function allows an attacker to write or overwrite arbitrary files on the filesystem when processing malicious MSG files with attachments. Impact An attacker can craft a malicious .msg file with attachment filenames containing path traversal...

9.8CVSS6.3AI score0.00628EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 5:42 p.m.20 views

Compressing Vulnerable to Arbitrary File Write via Symlink Extraction

Arbitrary File Write via Symlink Extraction in github.com/node-modules/compressing Brief Introduction The compressing npm package extracts TAR archives while restoring symbolic links without validating their targets. By embedding symlinks that resolve outside the intended extraction directory, an...

8.4CVSS5.8AI score0.0034EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 5:37 p.m.15 views

RustFS Logs Sensitive Credentials in Plaintext

Summary RustFS logs sensitive credential material access key, secret key, session token to application logs at INFO level. This results in credentials being recorded in plaintext in log output, which may be accessible to internal or external log consumers and could lead to compromise of sensitive...

7.5CVSS5.5AI score0.00254EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 5:31 p.m.28 views

RustFS has SourceIp bypass via spoofed X-Forwarded-For/Real-IP headers

Summary IP-based access control can be bypassed: getconditionvalues trusts client-supplied X-Forwarded-For/X-Real-Ip without verifying a trusted proxy, so any reachable client can spoof aws:SourceIp and satisfy IP-allowlist policies. Details - Vulnerable code: rustfs/src/auth.rs:289-304 sets...

8.7CVSS5.5AI score0.0022EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 5:21 p.m.12 views

Decidim's private data exports can lead to data leaks

Impact Private data exports can lead to data leaks in cases where the UUID generation causes collisions for the generated UUIDs. The bug was introduced by 13571 and affects Decidim versions 0.30.0 or newer currently 2025-09-23. This issue was discovered by running the following spec several times...

8.2CVSS5.5AI score0.00272EPSS
SaveExploits0References8Affected Software2
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.25 views

Django has an SQL Injection issue

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. FilteredRelation is subject to SQL injection in column aliases via control characters, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed to QuerySet methods annotate, aggregat...

8.3CVSS5.6AI score0.00783EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.17 views

Django has an SQL Injection issue

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. .QuerySet.orderby is subject to SQL injection in column aliases containing periods when the same alias is, using a suitably crafted dictionary, with dictionary expansion, used in FilteredRelation. Earlier,...

8.5CVSS5.6AI score0.00833EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.13 views

Django has Inefficient Algorithmic Complexity

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. django.utils.text.Truncator.chars and Truncator.words methods with html=True and the truncatecharshtml and truncatewordshtml template filters allow a remote attacker to cause a potential denial-of-service via...

7.5CVSS5.5AI score0.01032EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.20 views

Django has Inefficient Algorithmic Complexity

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. ASGIRequest allows a remote attacker to cause a potential denial-of-service via a crafted request with multiple duplicate headers. Earlier, unsupported Django series such as 5.0.x, 4.1.x, and 3.2.x were not...

7.5CVSS5.5AI score0.01032EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.18 views

Django has Observable Timing Discrepancy

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. The django.contrib.auth.handlers.modwsgi.checkpassword function for authentication via modwsgi allows remote attackers to enumerate users via a timing attack. Earlier, unsupported Django series such as 5.0.x,...

5.3CVSS5.5AI score0.00741EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.20 views

Django has an SQL Injection issue

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. Raster lookups on RasterField only implemented on PostGIS allows remote attackers to inject SQL via the band index parameter. Earlier, unsupported Django series such as 5.0.x, 4.1.x, and 3.2.x were not evaluate...

8.3CVSS5.7AI score0.12976EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.17 views

Moodle Affected by Improper Restriction of Excessive Authentication Attempts

A flaw was found in Moodle. A remote attacker could exploit a lack of proper rate limiting in the confirmation email service. This vulnerability allows attackers to more easily enumerate or guess user credentials, facilitating brute-force attacks against user accounts...

7.5CVSS5.5AI score0.00434EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.19 views

Moodle Open Redirect vulnerability

A flaw was found in Moodle. An Open Redirect vulnerability in the OAuth login flow allows a remote attacker to redirect users to attacker-controlled pages after they have successfully authenticated. This occurs due to insufficient validation of redirect parameters, which could lead to phishing...

6.1CVSS5.5AI score0.00235EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.18 views

Moodle Inserts Sensitive Information Into Sent Data

A flaw was found in moodle. During anonymous assignment submissions, user identifiers were inadvertently exposed in URLs. This data exposure allows unauthorized viewers to see internal user IDs, compromising the intended anonymity and potentially leading to information disclosure...

5.3CVSS5.3AI score0.00326EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.16 views

Moodle has an authorization logic flaw

A flaw was found in Moodle. An authorization logic flaw, specifically due to incomplete role checks during the badge awarding process, allowed badges to be granted without proper verification. This could enable unauthorized users to obtain badges they are not entitled to, potentially leading to...

9.8CVSS5.3AI score0.00282EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.16 views

Moodle vulnerable to Cross-site Scripting

A flaw was found in Moodle. A remote attacker could exploit a reflected Cross-Site Scripting XSS vulnerability in the policy tool return URL. This vulnerability arises from insufficient sanitization of URL parameters, allowing attackers to inject malicious scripts through specially crafted links...

6.1CVSS5.8AI score0.00346EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.16 views

Moodle formula injection vulnerability

A flaw was found in Moodle. This formula injection vulnerability occurs when data fields are exported without proper escaping. A remote attacker could exploit this by providing malicious data that, when exported and opened in a spreadsheet, allows arbitrary formulas to execute. This can lead to...

7.8CVSS5.7AI score0.00261EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.32 views

Moodle authentication bypass vulnerability

A flaw was found in Moodle. This authentication bypass vulnerability allows suspended users to authenticate through the Learning Tools Interoperability LTI Provider. The issue arises from the LTI authentication handlers failing to enforce the user's suspension status, enabling unauthorized access...

8.1CVSS5.4AI score0.00388EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.16 views

Moodle vulnerable to Cross-site Scripting

A flaw was found in Moodle. This vulnerability, known as Cross-site Scripting XSS, occurs due to insufficient checks on user-provided data in the formula editor's arithmetic expression fields. A remote attacker could inject malicious code into these fields. When other users view these expressions...

7.3CVSS5.6AI score0.00276EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 p.m.18 views

Moodle Cross-site Scripting (XSS) vulnerability

A flaw was found in Moodle. This Cross-site Scripting XSS vulnerability, caused by improper sanitization of AI prompt responses, allows attackers to inject malicious HTML or script into web pages. When other users view these compromised pages, their sessions could be stolen, or the user interface...

7.3CVSS5.4AI score0.00241EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 a.m.21 views

Tendenci CMS Contains a Cross-site Scripting Vulnerability in its Jobs Module

A stored cross-site scripting XSS vulnerability in the Jobs module of Tendenci CMS v15.3.7 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload...

5.4CVSS5.6AI score0.00244EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 a.m.16 views

Subrion CMS vulnerable to cross-site scripting

Multiple reflected Cross-site Scripting XSS vulnerabilities in the installation module of Subrion CMS v4.2.1 allow attackers to execute arbitrary Javascript in the context of the user's browser via injecting a crafted payload into the dbuser, dbpwd, and dbname parameters...

6.1CVSS5.8AI score0.00264EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/03 12:30 a.m.19 views

Tendenci CMS contains a stored Cross-site Scripting (XSS) vulnerability in the Forums module

A stored cross-site scripting XSS vulnerability in the Forums module of Tendenci CMS v15.3.7 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload...

5.4CVSS5.6AI score0.00244EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:41 p.m.28 views

OpenClaw/Clawdbot has OS Command Injection via Project Root Path in sshNodeCommand

Two related vulnerabilities existed in the macOS application's SSH remote connection handling CommandResolver.swift: Details The sshNodeCommand function constructed a shell script without properly escaping the user-supplied project path in an error message. When the cd command failed, the unescap...

7.7CVSS6.4AI score0.00952EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:41 p.m.18 views

OpenClaw/Clawdbot has 1-Click RCE via Authentication Token Exfiltration From gatewayUrl

Summary The Control UI trusts gatewayUrl from the query string without validation and auto-connects on load, sending the stored gateway token in the WebSocket connect payload. Clicking a crafted link or visiting a malicious site can send the token to an attacker-controlled server. The attacker ca...

8.8CVSS6.2AI score0.24474EPSS
SaveExploits7References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:39 p.m.36 views

OpenClaw/Clawdbot Docker Execution has Authenticated Command Injection via PATH Environment Variable

Summary A Command Injection vulnerability existed in Clawdbot’s Docker sandbox execution mechanism due to unsafe handling of the PATH environment variable when constructing shell commands. An authenticated user able to control environment variables could influence command execution within the...

8.8CVSS5.7AI score0.04856EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:33 p.m.26 views

SageMaker Python SDK has Exposed HMAC

Summary SageMaker Python SDK is an open source library for training and deploying machine learning models on Amazon SageMaker. An issue where the HMAC secret key is stored in environment variables and disclosed via the DescribeTrainingJob API has been identified. Impact - Function and Payload...

8.5CVSS6.5AI score0.00473EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:24 p.m.17 views

SageMaker Python SDK has Insecure TLS Configuration

Summary SageMaker Python SDK is an open source library for training and deploying machine learning models on Amazon SageMaker. An issue where SSL certificate verification was globally disabled in the Triton Python backend has been found. Impact Arbitrary Code Execution: Disabling SSL verification...

8.2CVSS6.4AI score0.00253EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:12 p.m.22 views

Magento's X-Original-Url header can expose admin url

Impact The admin url can be discovered without prior knowledge of it's location by exploiting the X-Original-Url header on some configurations. Patches The bug comes from the Zend library and is patche by unsetting the header in the bootstrap process. Workarounds Unset the X-Original-Url header i...

5.3CVSS5.4AI score0.003EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:04 p.m.17 views

Craft Commerce has Stored XSS in Shipping Zone (Name & Description) Fields Leading to Potential Privilege Escalation

Summary A stored XSS vulnerability in Craft Commerce allows attackers to execute malicious JavaScript in an administrator’s browser. This occurs because the Shipping Zone Name & Description fields in the Store Management section are not properly sanitized before being displayed in the admin panel...

6.1CVSS5.7AI score0.00271EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/02 11:02 p.m.17 views

Craft Commerce has Stored XSS in Inventory Location Address Leading to Potential Privilege Escalation

Summary A stored XSS vulnerability in Craft Commerce allows attackers to execute malicious JavaScript in an administrator’s browser. This occurs because the 'Address Line 1' field in Inventory Locations is not properly sanitized before being displayed in the admin panel. Proof of Concept Required...

6.1CVSS5.7AI score0.00271EPSS
SaveExploits1References6Affected Software1
Total number of security vulnerabilities35814