CVE-2026-1082
CSRF Vulnerability in WordPress TITLE ANIMATOR Plugin Settings
Publication date: 2026-02-07
Last updated on: 2026-02-07
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| animator | animator | to 1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The TITLE ANIMATOR plugin for WordPress has a Cross-Site Request Forgery (CSRF) vulnerability in all versions up to and including 1.0.
This vulnerability exists because the plugin's settings page form handler in the file inc/settings-page.php does not validate a security nonce.
As a result, an unauthenticated attacker can trick a site administrator into performing an action, such as clicking a malicious link, which then allows the attacker to modify the plugin's settings without authorization.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to change the settings of the TITLE ANIMATOR plugin without permission.
Since the attacker must trick an administrator into clicking a link, the attack requires user interaction but does not require the attacker to be authenticated.
The impact is limited to integrity, meaning the attacker can alter plugin settings but cannot access confidential data or cause denial of service.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know