Save and Close Security & Risk Analysis

wordpress.org/plugins/lightbulb-save-and-close

Adds a Save and Close button to the admin post edit screen which allows you to return to the post listing page after editing.

500 active installs v1.2.1 PHP + WP 3.3+ Updated Apr 18, 2013
closeediteditingpublishsave
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Save and Close Safe to Use in 2026?

Generally Safe

Score 85/100

Save and Close 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 "lightbulb-save-and-close" plugin v1.2.1 exhibits a seemingly low risk profile based on the provided static analysis and vulnerability history. The absence of any recorded CVEs and the lack of identified entry points like AJAX handlers, REST API routes, shortcodes, or cron events suggest a minimal attack surface. Furthermore, the code signals indicate no dangerous functions, file operations, or external HTTP requests, and all SQL queries utilize prepared statements.

However, a significant concern arises from the output escaping. With two total outputs analyzed and 0% properly escaped, there is a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. The taint analysis also reveals two flows with unsanitized paths, although they are not classified as critical or high severity. This, combined with the complete lack of nonce and capability checks, means that even if an attacker can trigger these unsanitized flows, there's no built-in protection mechanism within the plugin to prevent unauthorized actions or data manipulation. The vulnerability history being clean is positive, but it doesn't mitigate the risks identified in the current code analysis.

In conclusion, while the plugin's small attack surface and the absence of known historical vulnerabilities are strengths, the critical deficiency in output escaping and the lack of authorization checks (capability/nonce) present clear and exploitable security weaknesses. These issues, if triggered, could lead to XSS attacks and potentially other vulnerabilities depending on the nature of the unsanitized data.

Key Concerns

  • Output escaping: 0% properly escaped
  • Taint analysis: Flows with unsanitized paths
  • Nonce checks: 0
  • Capability checks: 0
Vulnerabilities
None known

Save and Close Security Vulnerabilities

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

Save and Close Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
add_button (lightbulb-save-and-close.php:30)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Save and Close Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_initlightbulb-save-and-close.php:14
actionpost_submitbox_misc_actionslightbulb-save-and-close.php:22
filterredirect_post_locationlightbulb-save-and-close.php:23
actionadmin_noticeslightbulb-save-and-close.php:24
Maintenance & Trust

Save and Close Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedApr 18, 2013
PHP min version
Downloads6K

Community Trust

Rating94/100
Number of ratings13
Active installs500
Developer Profile

Save and Close Developer Profile

lightbulbdigital

1 plugin · 500 total installs

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

How We Detect Save and Close

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name="save-close"name="saveclose_referer"
Shortcode Output
<input type="hidden" name="saveclose_referer" value="<input type="submit" tabindex="5" value="" class="button-primary" id="custom" name="save-close"><div class="updated"> <p>Post saved</p> </div>
FAQ

Frequently Asked Questions about Save and Close