Announce from the Dashboard

Announce from the Dashboard has 2 disclosed vulnerabilities in the WordSec catalog, reported between 2023 and 2024; all 2 are fixed as of September 2026. Their average CVSS score is 4.4, and the most serious one scores 4.4 out of 10.

The most common weakness is Cross-Site Scripting, behind 2 of the records (100%).

Every one of the 2 issues recorded for Announce from the Dashboard has a vendor fix available, so running the current release closes all known holes.

2 independent researchers contributed these findings, one record each. Announce from the Dashboard is installed on roughly 7,000 WordPress sites, so each unpatched flaw has a wide blast radius. The current release is tested up to WordPress 4.3.34.

Strategic Overview

Avg CVSSMedium
4.4/ 10
Patch Coverage100%
Open

0

Fixed

2

Get automatic notifications for all Announce from the Dashboard vulnerabilities before they are exploited.

Highest severity on recordCVSS 4.4CVE-2024-3030

Announce from the Dashboard <= 1.5.2 - Authenticated (Admin+) Stored Cross-Site Scripting

Read the full analysis

Vulnerability Records

2 records
Announce from the Dashboard banner
Latestv1.5.3

Announce from the Dashboard

gqevu6bsiz

Author

gqevu6bsiz

4.3(6)
86/100
Last Updated
2024-03-30 (3y ago)
Active Installs
7,000+
Downloads
25,490
Requires WP
3.8+
Requires PHP
0+
Tested up to
WP 4.3.34
Created
2012-09-17 (14y ago)

This plugin to show announce for per user roles. And, if you want to change plugin capability, please refer to this code. For example add filter: function afd_custom_change_capability( $capability ) { // plugin minimum capability $capability = 'edit_posts'; return $capability; } add_filter( 'afd_capability_manager' , 'afd_custom_change_capability' ); And, if you want to add filter, please refer to this code. For example add filter: function afd_custom_filter( $announces ) { // filter return $announces; } add_filter( 'afd_before_announce' , 'afd_custom_filter' ); 日本語でのご説明(Japanese description) このプラグインは、ダッシュボードにお知らせを表示するプラグインです。 ユーザーの権限グループ別に、編集者のみへの表示、 投稿者と寄稿者と購読者のみに表示する設定もできます。

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C