Ephemeris Security & Risk Analysis

wordpress.org/plugins/ephemeris

Adds a sidebar widget that display from the astrological sky the sun sign, the moon sign and the moon phase.

90 active installs v2.1 PHP + WP 2.8+ Updated Feb 9, 2014
ascendantastrological-reportastrological-reportsastrologyhoroscope
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ephemeris Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The Ephemeris v2.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates strong practices regarding SQL queries, exclusively using prepared statements, and has no recorded vulnerability history, suggesting a generally stable codebase. The limited attack surface, with only one shortcode and no AJAX handlers or REST API routes, further contributes to a reduced threat landscape.

However, significant concerns arise from the static analysis. The presence of the `create_function` dangerous function, along with a very low percentage of properly escaped output (only 3%), indicates a high potential for cross-site scripting (XSS) vulnerabilities. The lack of nonce and capability checks on its entry points means that even its limited attack surface is potentially vulnerable to unauthorized actions if an attacker can trigger the shortcode. The absence of taint analysis results is not necessarily a positive sign, as it could indicate that the analysis itself was incomplete or that the tools could not identify any flows, which doesn't negate the risk posed by unescaped output and dangerous functions.

In conclusion, while Ephemeris v2.1 benefits from a small attack surface and good SQL practices, the identified code signals of `create_function` and widespread unescaped output, combined with the lack of critical security checks, present a notable risk. The plugin's history of no vulnerabilities is encouraging but does not mitigate the immediate risks identified in the current version's code.

Key Concerns

  • Dangerous function (create_function)
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Ephemeris Security Vulnerabilities

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

Ephemeris Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("WP_Widget_Ephemeris");'));ephemeris.php:762

Output Escaping

3% escaped37 total outputs
Attack Surface

Ephemeris Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ephemeris] ephemeris.php:332
WordPress Hooks 1
actionwidgets_initephemeris.php:762
Maintenance & Trust

Ephemeris Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedFeb 9, 2014
PHP min version
Downloads9K

Community Trust

Rating100/100
Number of ratings1
Active installs90
Developer Profile

Ephemeris Developer Profile

philippe

9 plugins · 1K total installs

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

How We Detect Ephemeris

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ephemeris/css/ephemeris.css/wp-content/plugins/ephemeris/js/ephemeris.js
Script Paths
/wp-content/plugins/ephemeris/js/ephemeris.js
Version Parameters
ephemeris/style.css?ver=ephemeris/script.js?ver=

HTML / DOM Fingerprints

JS Globals
ephemeris_ajaxurlephemeris_moon_phase_imagesephemeris_zodiac_imagesephemeris_language
Shortcode Output
<!-- Ephemeris Widget --><div class="ephemeris-widget"><span class="ephemeris-moon-phase"><img src="
FAQ

Frequently Asked Questions about Ephemeris