Analysis Report Folder Analysis cache/thim-blocks_1.0.1 → cache/thim-blocks_1.0.2 - CVE-2025-13725

Shared security patch analysis results

AI Used: claude_cli haiku
Share this analysis
Use quotes for exact: \"SQL injection\" | Operators: hello AND bye, admin OR root, -error, NOT warning
Showing 0 to 0 of 0 results
thim-blocks.php AI: No vulnerabilities
--- cache/thim-blocks_1.0.1/thim-blocks.php	2026-01-18 00:22:24.923289295 +0000+++ cache/thim-blocks_1.0.2/thim-blocks.php	2026-01-18 00:22:35.263931510 +0000@@ -2,13 +2,12 @@ /**  * Plugin Name:       Thim Blocks  * Description:       Gutenberg blocks library to create WordPress sites in the Gutenberg Block Editor- * Version:           1.0.1+ * Version:           1.0.2  * Plugin URI:        https://thimpress.com/thim-blocks  * Requires at least: 6.7  * Requires PHP:      7.4  * Author:            ThimPress  * Author URI:        https://thimpress.com- * Plugin URI:        https://thimpress.com/thim-blocks  * License:           GPL-2.0-or-later  * License URI:       https://www.gnu.org/licenses/gpl-2.0.html  * Text Domain:       thim-blocks
AI Analysis
```
Vulnerability Existed: no
No vulnerabilities detected

Explanation:
This diff contains only metadata changes to the WordPress plugin header:
- Version number update (1.0.1 → 1.0.2)
- Removal of a duplicate "Plugin URI" header line

These are administrative/housekeeping changes with no security implications. No code execution, input handling, data processing, or security-relevant functionality has been modified. The changes do not introduce, fix, or relate to any security vulnerabilities.
```
CVE Analysis Results:
CVE-2025-13725: No
View CVE Description
The Gutenberg Thim Blocks – Page Builder, Gutenberg Blocks for the Block Editor plugin for WordPress is vulnerable to arbitrary file reads in all versions up to, and including, 1.0.1. This is due to insufficient path validation in the server-side rendering of the thim-blocks/icon block. This makes it possible for authenticated attackers, with Contributor-level access and above, to read the contents of arbitrary files on the server via the 'iconSVG' parameter, which can contain sensitive information such as wp-config.php.