0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
TestLink 1.9.12 Multiple Vulnerabilities
Author
Risk
[
Security Risk High
]0day-ID
Category
Date add
CVE
Platform
---------------------------------------------------------------- TestLink <= 1.9.12 (database.class.php) Path Disclosure Weakness ---------------------------------------------------------------- [-] Software Link: http://testlink.org/ [-] Affected Versions: Version 1.9.12 and prior versions. [-] Weakness Description: The vulnerable code is located in the /lib/functions/database.class.php script: 208. if(defined('DBUG_ON') && DBUG_ON == 1) 209. { 210. echo "<pre>"; debug_print_backtrace(); echo "</pre>"; 211. } 212. else 213. { 214. echo "<pre>"; debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); echo "</pre>"; 215. } The weakness exists due to this script reveals debug information generated by the "debug_print_backtrace()" function. This can be exploited to gain knowledge of the web root directory by sending direct requests to certain scripts. [-] Solution: Update to version 1.9.13 when will be released or apply these hotfixes: http://mantis.testlink.org/view.php?id=6609 [-] Disclosure Timeline: [06/10/2014] - Issue reported to http://mantis.testlink.org/view.php?id=6651 [07/10/2014] - Issue fixed in the Git repository: http://goo.gl/AnOAi6 [08/10/2014] - CVE number requested [11/10/2014] - CVE number assigned [23/10/2014] - Public disclosure [-] CVE Reference: The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CVE-2014-8082 to this weakness. -------------------------------------------------------------------------- TestLink <= 1.9.12 (execSetResults.php) PHP Object Injection Vulnerability -------------------------------------------------------------------------- [-] Software Link: http://testlink.org/ [-] Affected Versions: Version 1.9.12 and prior versions. [-] Weakness Description: The vulnerable code is located in the /lib/execute/execSetResults.php script: 428. if(is_string($args->filter_status) && strlen($args->filter_status) > 1) 429. { 430. $args->filter_status = unserialize($args->filter_status); 431. } User input passed through the “filter_result_result” request parameter is not properly sanitized before being used in a call to the “unserialize()” function at line 430. This can be exploited to inject arbitrary PHP objects into the application scope, and could allow an attacker to delete arbitrary files, carry out Server-Side Request Forgery (SSRF), SQL Injection, or Local/Remote File Inclusion attacks via specially crafted serialized objects. [-] Solution: Update to version 1.9.13 when will be released or apply these hotfixes: http://mantis.testlink.org/view.php?id=6609 [-] Disclosure Timeline: [06/10/2014] - Issue reported to http://mantis.testlink.org/view.php?id=6651 [07/10/2014] - Issue fixed in the Git repository: http://goo.gl/ptQaqZ [08/10/2014] - CVE number requested [11/10/2014] - CVE number assigned [23/10/2014] - Public disclosure [-] CVE Reference: The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CVE-2014-8081 to this vulnerability. # 0day.today [2024-11-15] #