WP Announce Security & Risk Analysis

wordpress.org/plugins/wp-announce

Clean announcement plugin that reveals a neat popup when users visit your site. You can set who sees the announcement and when to display it.

10 active installs v3.0.0 PHP + WP 3.0.1+ Updated Jun 12, 2014
popuppopup-adspopup-advertisingpopup-boxpopup-message
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Announce Safe to Use in 2026?

Generally Safe

Score 85/100

WP Announce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The wp-announce v3.0.0 plugin exhibits a generally good security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and a clean vulnerability history suggest a well-maintained and secure codebase. Furthermore, the limited attack surface, with zero AJAX handlers, REST API routes, shortcodes, and cron events, significantly reduces the potential for external exploitation. The presence of nonce checks and capability checks, along with the exclusive use of prepared statements for its single SQL query, are positive indicators of secure coding practices.

However, the static analysis reveals a significant concern regarding output escaping. A high percentage (83%) of the plugin's 58 output points are not properly escaped. This could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is displayed without adequate sanitization, allowing attackers to inject malicious scripts into the website. Additionally, two of the three analyzed taint flows have unsanitized paths, indicating potential risks of data being processed without proper validation, though no critical or high severity issues were identified in this area. The single file operation without further context also warrants attention.

In conclusion, while the plugin benefits from a low attack surface and a strong track record of security, the prevalent output escaping deficiencies and the identified unsanitized taint flows present notable risks. Addressing these specific coding issues would further strengthen the plugin's security. The plugin's strengths lie in its minimal entry points and robust historical security, while its primary weakness lies in the handling of output data.

Key Concerns

  • Low percentage of properly escaped outputs
  • Unsanitized paths in taint flows
Vulnerabilities
None known

WP Announce Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

WP Announce Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
1 prepared
Unescaped Output
48
10 escaped
Nonce Checks
1
Capability Checks
2
File Operations
1
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared1 total queries

Output Escaping

17% escaped58 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
<wp-announce-ajax> (src\js\wp-announce-ajax.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Announce Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
actioninitsrc\wp-announce.php:25
actionadmin_footersrc\wp-announce.php:202
actionsave_postsrc\wp-announce.php:504
actionwp_footersrc\wp-announce.php:512
actionwp_enqueue_scriptssrc\wp-announce.php:638
actioninitsrc\wp-announce.php:673
filtermanage_posts_columnssrc\wp-announce.php:681
actionmanage_posts_custom_columnsrc\wp-announce.php:682
filterwpseo_metabox_priosrc\wp-announce.php:687
filtertemplate_includesrc\wp-announce.php:707
actionadmin_head-post-new.phpsrc\wp-announce.php:716
actionadmin_head-post.phpsrc\wp-announce.php:717
actionadmin_enqueue_scriptssrc\wp-announce.php:764
filterwpseo_use_page_analysissrc\wp-announce.php:765
Maintenance & Trust

WP Announce Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedJun 12, 2014
PHP min version
Downloads8K

Community Trust

Rating70/100
Number of ratings8
Active installs10
Developer Profile

WP Announce Developer Profile

Ola

2 plugins · 20 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect WP Announce

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-announce/src/css/style.css/wp-content/plugins/wp-announce/src/js/wp-announce.js/wp-content/plugins/wp-announce/src/js/colorbox/jquery.colorbox-min.js/wp-content/plugins/wp-announce/src/js/colorbox/colorbox.css
Script Paths
/wp-content/plugins/wp-announce/src/js/wp-announce.js/wp-content/plugins/wp-announce/src/js/colorbox/jquery.colorbox-min.js
Version Parameters
wp-announce/src/css/style.css?ver=wp-announce/src/js/wp-announce.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpa-announcement-bodywpa-announcement-header
Data Attributes
data-widthdata-heightdata-delaydata-frequencydata-accessdata-style-header+1 more
JS Globals
wpa_announcement_options
FAQ

Frequently Asked Questions about WP Announce