cbcvebase.
CVE-2014-8675
published 2017-08-31

CVE-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
VendorProductVersion rangeFixed in
soplanningsoplanning<= 1.32

Detection & IOCsextracted from sources · hover to see the quote

urlhttp://localhost/export_ical.php?login=admin&hash=61b9bab17cdab06e759f2d11ee11afab
path/export_ical.php
  • 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.