PatchSiren

PatchSiren cyber security CVE debrief

CVE-2014-9905 Alinto CVE debrief

CVE-2014-9905 is a cross-site scripting issue in SOGo Web Calendar. According to the CVE description, attackers could inject arbitrary web script or HTML through appointment titles or contact fields in versions before 2.2.0. NVD classifies the issue as CVSS 3.1 6.1 (medium) with network reachability, low attack complexity, no privileges required, user interaction required, and a changed scope.

Vendor
Alinto
Product
CVE-2014-9905
CVSS
MEDIUM 6.1
CISA KEV
Not listed in stored evidence
Original CVE published
2017-02-17
Original CVE updated
2026-05-13
Advisory published
2017-02-17
Advisory updated
2026-05-13

Who should care

Administrators and security teams running SOGo Web Calendar, especially where users can create or view shared appointments and contacts.

Technical summary

The vulnerability is categorized as CWE-79 (XSS). The attack surface is the web calendar interface: untrusted content in appointment titles or contact fields can be rendered in a browser and execute in the context of the application. NVD lists the affected CPE range as SOGo up to 2.1.1, while the CVE description states before 2.2.0; both indicate older releases are affected.

Defensive priority

Medium. The issue requires user interaction, but it can affect browser sessions and integrity of rendered content in a collaboration product used by multiple users.

Recommended defensive actions

  • Upgrade SOGo to a version at or beyond the fixed release referenced by the CVE description (2.2.0 or later).
  • Review the vendor advisory and related patch commits for the exact remediation applied to calendar and contact rendering.
  • Verify that calendar titles and contact fields are consistently output-encoded and sanitized before browser rendering.
  • Search for existing malicious or unexpected HTML/script content in stored calendar entries and contacts, then remove or neutralize it.
  • Apply defense-in-depth controls such as restrictive content security policies where practical.

Evidence notes

The CVE description states that multiple XSS vulnerabilities affect the Web Calendar in SOGo before 2.2.0 via appointment title or contact fields. NVD assigns CWE-79 and CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N. Source references include a vendor advisory and several patch commits, plus an oss-security mailing list entry dated 2016-07-09.

Official resources

The CVE record was published on 2017-02-17 and last modified on 2026-05-13. The source references point to a 2016-07-09 mailing list post and related patch/advisory materials.