Lucene search
+L

1288 matches found

Cvelist
Cvelist
added 2025/07/10 6:28 p.m.39 views

CVE-2025-53549 Matrix Rust SDK allows SQL injection in the EventCache implementation

The Matrix Rust SDK is a collection of libraries that make it easier to build Matrix clients in Rust. An SQL injection vulnerability in the EventCache::findeventwithrelations method of matrix-sdk 0.11 and 0.12 allows malicious room members to execute arbitrary SQL commands in Matrix clients that...

7.7CVSS0.0026EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/10 5:41 p.m.6 views

GHSA-275G-G844-73JH Matrix Rust SDK vulnerable to SQL Injection through its EventCache implementation

An SQL injection vulnerability in the EventCache::findeventwithrelations method of matrix-sdk 0.11 and 0.12 allows malicious room members to execute arbitrary SQL commands in Matrix clients that directly pass relation types provided by those room members into this method, when used with the defau...

7.7CVSS8.6AI score0.0026EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/10 8:14 a.m.4 views

CVE-2025-38325 ksmbd: add free_transport ops in ksmbd connection

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add freetransport ops in ksmbd connection freetransport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add freetransport ops in ksmbd connection, and add each freetransports...

9.8CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2025/07/10 5:40 a.m.6 views

BIT-GIT-2025-48386 Git allows a buffer overflow in 'wincred' credential helper

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. The wincred credential helper uses a static buffer target as a unique key for storing and comparing against internal storage. This...

6.3CVSS6.2AI score0.00324EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/08 11:33 p.m.7 views

GHSA-P22H-3M2V-CMGH Cosmos SDK's Integer Overflow vulnerability in its Validator Rewards pool can cause a chain halt

Description Name: ISA-2025-005: Integer Overflow in Cosmos SDK Component: CosmosSDK Criticality: High Considerable Impact; Likely Likelihood per ACMv1.2 Affected versions: = v0.50.13, = 0.53.2 Affected users: Validators, Full nodes, Users on chains that utilize the distribution module Cosmos SDK...

9.2CVSS7.1AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/07/08 12:0 a.m.12 views

PT-2025-28769 · Unknown · Jonnys Liquor

Name of the Vulnerable Software and Affected Versions: Jonnys Liquor version 1.0 Description: A critical issue exists in Jonnys Liquor that allows for remote SQL injection. The vulnerability is located in the /admin/delete-row.php file, where manipulation of the ID argument can lead to...

9.8CVSS7.6AI score0.00399EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2025/07/08 12:0 a.m.7 views

PT-2025-28358 · Unknown · Code-Projects Crime Reporting System

Name of the Vulnerable Software and Affected Versions: code-projects Crime Reporting System version 1.0 Description: A critical issue affects the processing of the file /userlogin.php. The manipulation of the email argument leads to SQL injection. The attack can be initiated remotely...

9.8CVSS7.7AI score0.00399EPSS
SaveExploits1References7
OSV
OSV
added 2025/07/07 2:2 a.m.6 views

CVE-2025-7107 SimStudioAI sim route.ts handleLocalFile path traversal

A vulnerability classified as critical has been found in SimStudioAI sim up to 0.1.17. Affected is the function handleLocalFile of the file apps/sim/app/api/files/parse/route.ts. The manipulation of the argument filePath leads to path traversal. It is possible to launch the attack remotely. The...

6.9CVSS5.5AI score
SaveExploits0References9
Patchstack
Patchstack
added 2025/07/07 12:0 a.m.14 views

WordPress WoodMart Theme <= 8.2.3 is vulnerable to Local File Inclusion

Software WoodMart Type Theme Vulnerable versions = 8.2.3 Fixed in 8.2.4 OWASP Top 10 A1: Injection Classification Local File Inclusion CVE CVE-2025-6746 Patch priority Low CVSS severity Low 7.5 Developer Xtemos PSID fa6d0144ad7f Credits stealthcopter Required privilege Contributor Published 7 Jul...

8.8CVSS6.8AI score0.00481EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2025/07/04 3:24 p.m.27 views

CVE-2025-53108

HomeBox is a home inventory and organization system. Prior to 0.20.1, HomeBox contains a missing authorization check in the API endpoints responsible for updating and deleting inventory item attachments. This flaw allows authenticated users to perform unauthorized actions on inventory item...

5.3CVSS6.1AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 7:41 a.m.8 views

BIT-MODSECURITY-2025-52891 ModSecurity empty XML tag causes segmentation fault

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. In versions 2.9.8 to before 2.9.11, an empty XML tag can cause a segmentation fault. If SecParseXmlIntoArgs is set to On or OnlyArgs, and the request type is application/xml, and at least...

6.5CVSS6AI score0.00346EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/07/04 12:0 a.m.14 views

PT-2025-27886 · Unknown · Aakif Kadiwala Posts Slider Shortcode

Name of the Vulnerable Software and Affected Versions: Aakif Kadiwala Posts Slider Shortcode versions 1.0 and earlier Description: The issue is related to improper neutralization of input during web page generation, which allows for DOM-Based Cross-site Scripting XSS. This means that an attacker...

6.5CVSS5.4AI score0.00159EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/03 7:46 p.m.9 views

CVE-2025-34087 Pi-Hole AdminLTE Whitelist (now 'Web Allowlist') Remote Command Execution

An authenticated command injection vulnerability exists in Pi-hole versions up to 3.3. When adding a domain to the allowlist via the web interface, the domain parameter is not properly sanitized, allowing an attacker to append OS commands to the domain string. These commands are executed on the...

9CVSS7.1AI score
SaveExploits0References7
OSV
OSV
added 2025/07/03 8:36 a.m.4 views

CVE-2025-38164 f2fs: zone: fix to avoid inconsistence in between SIT and SSA

In the Linux kernel, the following vulnerability has been resolved: f2fs: zone: fix to avoid inconsistence in between SIT and SSA w/ below testcase, it will cause inconsistence in between SIT and SSA. createnullblk 512 2 1024 1024 mkfs.f2fs -m /dev/nullb0 mount /dev/nullb0 /mnt/f2fs/ touch...

7.1CVSS6AI score
SaveExploits0References7
OSV
OSV
added 2025/07/03 8:35 a.m.8 views

CVE-2025-38119 scsi: core: ufs: Fix a hang in the error handler

In the Linux kernel, the following vulnerability has been resolved: scsi: core: ufs: Fix a hang in the error handler ufshcderrhandlingprepare calls ufshcdrpmgetsync. The latter function can only succeed if UFSHCDEHINPROGRESS is not set because resuming involves submitting a SCSI command and...

7.3AI score
SaveExploits0References11
CVE
CVE
added 2025/07/02 3:46 p.m.82 views

CVE-2025-52886

CVE-2025-52886 – Poppler : In Poppler versions prior to 25.06.0, reference counting uses 32-bit std::atomic_int, which can overflow and cause a use-after-free. The issue is fixed in version 25.06.0 (upgrade to &gt;=25.06.0). No exploitation details are provided beyond that, and the documents do n...

6.9CVSS6.8AI score0.00371EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2025/07/01 5:49 p.m.10 views

CVE-2025-53100 RestDB's Codehooks.io MCP Server Vulnerable to Command Injection

RestDB's Codehooks.io MCP Server is an MCP server on the Codehooks.io platform. Prior to version 0.2.2, the MCP server is written in a way that is vulnerable to command injection attacks as part of some of its MCP Server tools definition and implementation. This could result in a user initiated...

8.6CVSS7.2AI score
SaveExploits0References5
Patchstack
Patchstack
added 2025/07/01 11:28 a.m.7 views

WordPress CMSMasters Content Composer plugin < 2.5.7 - Local File Inclusion vulnerability

Local File Inclusion vulnerability discovered by Bonds in WordPress Plugin CMSMasters Content Composer versions 2.5.7...

8.1CVSS6.7AI score0.00397EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
added 2025/07/01 1:55 a.m.15 views

CVE-2024-46993 Electron Vulnerable to Heap Buffer Overflow in NativeImage::CreateFromPath

Electron is an open source framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. In versions prior to 28.3.2, 29.3.3, and 30.0.3, the nativeImage.createFromPath and nativeImage.createFromBuffer functions call a function downstream that is vulnerable to a heap...

7.3CVSS0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/01 1:33 a.m.10 views

CVE-2025-53095 Sunshine application-wide CSRF in the UI leads to command injection as Administrator

Sunshine is a self-hosted game stream host for Moonlight. Prior to version 2025.628.4510, the web UI of Sunshine lacks protection against Cross-Site Request Forgery CSRF attacks. This vulnerability allows an attacker to craft a malicious web page that, when visited by an authenticated user, can...

9.6CVSS7.2AI score
SaveExploits0References4
Rows per page
Query Builder