Multiple TIBCO Products are prone to multiple unspecified cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and to launch other attacks. The products and versions that are affected include the following: TIBCO Silver Fabric Enabler for Spotfire Web Player 2.1.2 and earlier TIBCO Spotfire Analyst 7.5.0 TIBCO Spotfire Analyst 7.6.0 TIBCO Spotfire Analyst 7.7.0 TIBCO Spotfire Analytics Platform for AWS Marketplace 7.0.2 and earlier TIBCO Spotfire Automation Services 6.5.3 and earlier TIBCO Spotfire Automation Services 7.0.0, and 7.0.1 TIBCO Spotfire Connectors 7.6.0 TIBCO Spotfire Deployment Kit 6.5.3 and earlier TIBCO Spotfire Deployment Kit 7.0.0, and 7.0.1 TIBCO Spotfire Deployment Kit 7.5.0 TIBCO Spotfire Deployment Kit 7.6.0 TIBCO Spotfire Deployment Kit 7.7.0 TIBCO Spotfire Desktop 6.5.2 and earlier TIBCO Spotfire Desktop 7.0.0, and 7.0.1 TIBCO Spotfire Desktop 7.5.0 TIBCO Spotfire Desktop 7.6.0 TIBCO Spotfire Desktop 7.7.0 TIBCO Spotfire Desktop Developer Edition 7.7.0 TIBCO Spotfire Desktop Language Packs 7.0.1 and earlier TIBCO Spotfire Desktop Language Packs 7.5.0 TIBCO Spotfire Desktop Language Packs 7.6.0 TIBCO Spotfire Desktop Language Packs 7.7.0 TIBCO Spotfire Professional 6.5.3 and earlier TIBCO Spotfire Professional 7.0.0 and 7.0.1 TIBCO Spotfire Web Player 6.5.3 and earlier TIBCO Spotfire Web Player 7.0.0 and 7.0.1
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Silver_fabric_enabler_for_spotfire_web_player | Tibco | * | 2.1.2 (including) |
Spotfire_analyst | Tibco | 7.5.0 (including) | 7.5.0 (including) |
Spotfire_analyst | Tibco | 7.6.0 (including) | 7.6.0 (including) |
Spotfire_analyst | Tibco | 7.7.0 (including) | 7.7.0 (including) |
Spotfire_analytics_platform_for_aws | Tibco | * | 7.0.2 (including) |
Spotfire_automation_services | Tibco | * | 6.5.3 (including) |
Spotfire_automation_services | Tibco | 7.0.0 (including) | 7.0.0 (including) |
Spotfire_automation_services | Tibco | 7.0.1 (including) | 7.0.1 (including) |
Spotfire_connectors | Tibco | 7.6.0 (including) | 7.6.0 (including) |
Spotfire_deployment_kit | Tibco | * | 6.5.3 (including) |
Spotfire_deployment_kit | Tibco | 7.0.0 (including) | 7.0.0 (including) |
Spotfire_deployment_kit | Tibco | 7.0.1 (including) | 7.0.1 (including) |
Spotfire_deployment_kit | Tibco | 7.5.0 (including) | 7.5.0 (including) |
Spotfire_deployment_kit | Tibco | 7.6.0 (including) | 7.6.0 (including) |
Spotfire_deployment_kit | Tibco | 7.7.0 (including) | 7.7.0 (including) |
Spotfire_desktop | Tibco | * | 6.5.2 (including) |
Spotfire_desktop | Tibco | 7.0.0 (including) | 7.0.0 (including) |
Spotfire_desktop | Tibco | 7.0.1 (including) | 7.0.1 (including) |
Spotfire_desktop | Tibco | 7.5.0 (including) | 7.5.0 (including) |
Spotfire_desktop | Tibco | 7.6.0 (including) | 7.6.0 (including) |
Spotfire_desktop | Tibco | 7.7.0 (including) | 7.7.0 (including) |
Spotfire_desktop_language_packs | Tibco | * | 7.0.1 (including) |
Spotfire_desktop_language_packs | Tibco | 7.5.0 (including) | 7.5.0 (including) |
Spotfire_desktop_language_packs | Tibco | 7.6.0 (including) | 7.6.0 (including) |
Spotfire_desktop_language_packs | Tibco | 7.7.0 (including) | 7.7.0 (including) |
Spotfire_professional | Tibco | * | 6.5.3 (including) |
Spotfire_professional | Tibco | 7.0.0 (including) | 7.0.0 (including) |
Spotfire_professional | Tibco | 7.0.1 (including) | 7.0.1 (including) |
Spotfire_web_player | Tibco | * | 6.5.3 (including) |
Spotfire_web_player | Tibco | 7.0.0 (including) | 7.0.0 (including) |
Spotfire_web_player | Tibco | 7.0.1 (including) | 7.0.1 (including) |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.