
PCF New Year Countdown Security & Risk Analysis
wordpress.org/plugins/pcf-new-year-countdownA simple plugin that creates an easy to use New Year countdown for your WordPress sites.
Is PCF New Year Countdown Safe to Use in 2026?
Generally Safe
Score 85/100PCF New Year Countdown has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'pcf-new-year-countdown' plugin version 1.2 exhibits a generally good security posture due to a lack of known vulnerabilities and a limited attack surface. The absence of external HTTP requests, file operations, and SQL queries (all using prepared statements) is a strong positive indicator. However, the analysis reveals significant concerns regarding output escaping, with only 13% of outputs being properly escaped. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the website and executed by users.
The plugin also lacks nonce checks and capability checks for its single shortcode, which represents a potential attack vector if the shortcode is used in conjunction with other vulnerabilities or if it processes user-supplied data. The complete absence of taint analysis results (0 flows analyzed) is unusual and could mean either the tool couldn't analyze the code or there are no complex data flows to check, but it does not inherently signify a secure state. Given the output escaping issues and lack of authorization checks on its sole entry point, the plugin requires immediate attention to mitigate XSS risks and secure its shortcode functionality.
Key Concerns
- Low output escaping rate
- Missing nonce checks on shortcode
- Missing capability checks on shortcode
PCF New Year Countdown Security Vulnerabilities
PCF New Year Countdown Code Analysis
Output Escaping
PCF New Year Countdown Attack Surface
Shortcodes 1
WordPress Hooks 2
Maintenance & Trust
PCF New Year Countdown Maintenance & Trust
Maintenance Signals
Community Trust
PCF New Year Countdown Alternatives
Date counter
date-counter
Date counter - is just a 9 kilobytes WordPress plugin.
Bigboss Date and years shortcode
bb-date-and-years-shortcode
BB Date and years shortcode for displaying date years and day any where in your wordpress site using shortcode with multiple view.
Wedepohl Engineering Time Since
we-time-since
Shortcode to display the number of years or days since a certain date.
Current Year Shortcodes
current-year-shortcodes
Insert the current year, month and day with a shortcode in any page, post or widget of your WordPress site.
Event Calendar Newsletter
event-calendar-newsletter
Stop manually copying the events you’re promoting from your WordPress events calendar!
PCF New Year Countdown Developer Profile
5 plugins · 50 total installs
How We Detect PCF New Year Countdown
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/pcf-new-year-countdown/css/pcf-new-year-countdown-style.css/wp-content/plugins/pcf-new-year-countdown/js/pcf-new-year-countdown-script.js/wp-content/plugins/pcf-new-year-countdown/js/pcf-new-year-countdown-script.jspcf-new-year-countdown/css/pcf-new-year-countdown-style.css?ver=pcf-new-year-countdown/js/pcf-new-year-countdown-script.js?ver=HTML / DOM Fingerprints
Change OutputSet OutputOutputid='my-id'<p id='It's until the New Year!</p>It's the New Year!</p>