Difference between revisions of "Security Alert Fixes"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 26: | Line 26: | ||
:*Security exploit: (arbitrary file upload vulnerability) | :*Security exploit: (arbitrary file upload vulnerability) | ||
::*http://packetstormsecurity.com/files/120274/ZSL-2013-5126.txt | ::*http://packetstormsecurity.com/files/120274/ZSL-2013-5126.txt | ||
::* | ::*Fixed in most recent 4.1.1 patch and dev version | ||
[[Category:Security]][[Category:Developer Guide]] | [[Category:Security]][[Category:Developer Guide]] |
Revision as of 12:19, 14 February 2013
Place to record and track OpenEMR security alerts and their fixes:
-
- Fixed in most recent 4.0.0 patch and dev version
- Fixed in most recent 4.0.0 patch and dev version
- This link is dead. Bradymiller 20:04, 30 November 2012 (UTC)
- Security exploit: (Multiple cross-site scripting)
- http://packetstormsecurity.org/files/103810
- There are 4 items here. The last two are in messages.php which now uses the new security model, so should be fixed. The first two use calendar/index.php which I do not think has been addressed. Note, however, that the provided POC links do not reproduce the vulnerability (meaning I can't reproduce the vulnerabilities). Bradymiller 20:08, 30 November 2012 (UTC)
- Still unable to confirm, but first two calendar items still likely exist. A user needs to be authenticated(logged in) into OpenEMR to be able to do this; note a codebase refactoring is currently underway to fix these types of vulnerabilities. Bradymiller 09:05, 1 December 2012 (UTC)
- Security exploit: (Multiple sql-injection)
- http://secunia.com/advisories/46560/
- There are three items here. The third item has been fixed, however, unsure of the first two. Bradymiller 20:12, 30 November 2012 (UTC)
- The second item has been fixed and committed to the dev branch (it will go out in the next 4.1.1 patch) Bradymiller 09:10, 1 December 2012 (UTC)
- The first item likely still exist. A user needs to be authenticated(logged in) into OpenEMR to be able to do this; note a codebase refactoring is currently underway to fix these types of vulnerabilities. Bradymiller 09:05, 1 December 2012 (UTC)
- Security exploit: (One sql-injection)
- http://www.exploit-db.com/exploits/17998
- Fixed in most recent 4.1.0 patch and dev version
- Security exploit: (One sql-injection)
- http://www.mavitunasecurity.com/sql-injection-vulnerability-in-openemr/
- Fixed in most recent 4.1.0 patch and dev version
- Security exploit: (Multiple Local File Inclusion and arbitrary command execution vulnerabilities)
- http://www.htbridge.ch/advisory/HTB23069
- Fixed in most recent 4.1.0 patch and dev version
- Security exploit: (arbitrary file upload vulnerability)
- http://packetstormsecurity.com/files/120274/ZSL-2013-5126.txt
- Fixed in most recent 4.1.1 patch and dev version