Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2015-10113: V1.0.2 - Security Fix for _query_arg vulnerability. · wp-plugins/wooframework-tweaks@3b57d40

A vulnerability classified as problematic was found in WooFramework Tweaks Plugin up to 1.0.1 on WordPress. Affected by this vulnerability is the function admin_screen_logic of the file wooframework-tweaks.php. The manipulation of the argument url leads to open redirect. The attack can be launched remotely. Upgrading to version 1.0.2 is able to address this issue. The identifier of the patch is 3b57d405149c1a59d1119da6e0bb8212732c9c88. It is recommended to upgrade the affected component. The identifier VDB-230653 was assigned to this vulnerability.

CVE
#vulnerability#git#wordpress#php#auth

Expand Up @@ -3,11 +3,11 @@ * Plugin Name: WooFramework Tweaks * Plugin URI: http://github.com/woothemes/wooframework-tweaks/ * Description: Hidey ho, neighborino! Lets add a few options back to the WooFramework, for a bit of extra fine tuning, shall we? * Version: 1.0.1 * Version: 1.0.2 * Author: WooThemes * Author URI: http://woothemes.com/ * Requires at least: 3.9.1 * Tested up to: 3.9.1 * Tested up to: 4.1.1 * * Text Domain: wooframework-tweaks * Domain Path: /languages/ Expand Down Expand Up @@ -318,7 +318,7 @@ public function admin_screen_logic () { $url = add_query_arg( 'page’, $page ); $url = add_query_arg( 'updated’, 'true’, $url );
wp_safe_redirect( $url ); wp_safe_redirect( esc_url( $url ) ); exit; } } // End admin_screen_logic() Expand Down

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907