Shared security patch analysis results
AI Used: claude_cli haiku--- 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
``` 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. ```
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.