CVE-2014-8675
published 2017-08-31CVE-2014-8675: Soplanning 1.32 and earlier generates static links for sharing ICAL calendars with embedded login information, which allows remote attackers to obtain a…
PriorityP261high7.5CVSS 3.0
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
12.52%
95.7th percentile
Soplanning 1.32 and earlier generates static links for sharing ICAL calendars with embedded login information, which allows remote attackers to obtain a calendar owner's password via a brute-force attack on the embedded password hash.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| soplanning | soplanning | <= 1.32 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →The ICAL sharing URL exposes an MD5 hash computed as md5($user->login . '¤¤' . $user->password). Monitor GET requests to /export_ical.php containing both 'login' and 'hash' query parameters, which leak the password hash for offline brute-force. ↗
- →The embedded hash in the ICAL link is an MD5 value. Detect repeated or automated requests to /export_ical.php with varying 'hash' values as a sign of brute-force enumeration. ↗
- ·The ICAL sharing link is generated statically and embeds the user's login and password hash permanently. Any user who has ever shared an ICAL calendar link has exposed their hash; rotating the password is required to invalidate old links. ↗
- ·The hash algorithm used is MD5, which is weak and susceptible to fast offline brute-force or rainbow-table attacks. The hash construction is md5(login + '¤¤' + password), meaning the salt is static and predictable. ↗
CVSS provenance
nvdv3.07.5HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
No writeups or analysis indexed.
http://packetstormsecurity.com/files/132654/Simple-Online-Planning-Tool-1.3.2-XSS-SQL-Injection-Traversal.htmlhttp://seclists.org/fulldisclosure/2015/Jul/44http://www.securityfocus.com/bid/75726https://www.exploit-db.com/exploits/37604/http://packetstormsecurity.com/files/132654/Simple-Online-Planning-Tool-1.3.2-XSS-SQL-Injection-Traversal.htmlhttp://seclists.org/fulldisclosure/2015/Jul/44http://www.securityfocus.com/bid/75726https://www.exploit-db.com/exploits/37604/
2017-08-31
Published