LiveActive security incident?Get immediate response
CVE Record

CVE-2021-20450: IBM Cognos Controller information disclosure

IBM Cognos Controller 10.4.1, 10.4.2, and 11.0.0 does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic. IBM X-Force ID: 196640.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

IBM Cognos Controller can expose login-related cookies in affected versions because they are not marked for secure-only transmission. A user who follows or visits an HTTP link could cause the browser to send sensitive cookie values over an insecure connection, where network snooping may capture them.

Executive priority

Prioritize remediation for affected internet-accessible or shared-network deployments. Business impact is mainly unauthorized disclosure of session-related values, not system takeover from the evidence provided. This is a moderate-risk issue requiring controlled remediation, not emergency response absent exploitation evidence.

Technical view

IBM Cognos Controller 10.4.1, 10.4.2, and 11.0.0 do not set the Secure attribute on authorization tokens or session cookies. The issue is CWE-565 with CVSS 3.1 score 4.3: network exploitable, low complexity, no privileges, user interaction required, confidentiality impact only.

Likely exposure

Exposure is limited to deployments running IBM Cognos Controller 10.4.1, 10.4.2, or 11.0.0. Other versions are listed as unaffected in the supplied record. Risk depends on whether users can be induced to access HTTP links and whether traffic can be observed.

Exploitation context

The supplied sources describe a user-assisted cookie disclosure path through HTTP links and traffic snooping. The bundle does not show CISA KEV listing or cited evidence of active exploitation. Treat exploit status as unconfirmed.

Researcher notes

Evidence is narrow and consistent: missing Secure cookie attributes in specified IBM Cognos Controller versions. The source bundle does not provide patch version details, exploit proof, or telemetry. Validation should focus on affected-version presence and observed cookie attributes rather than assumptions.

Mitigation direction

  • Check IBM advisory guidance for the affected Cognos Controller version.
  • Apply any IBM-provided fix or configuration change for cookie handling.
  • Enforce HTTPS-only access where supported by the deployment.
  • Review session management controls after remediation.
  • Monitor for suspicious session reuse or anomalous access.

Validation and detection

  • Inventory Cognos Controller versions across production and test environments.
  • Confirm whether any deployment runs 10.4.1, 10.4.2, or 11.0.0.
  • Inspect session cookies for the Secure attribute in affected environments.
  • Verify HTTP links cannot receive authorization or session cookies.
  • Document IBM advisory status and remediation evidence.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-565: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-20450 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2021-20450Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
IBMCognos Controller10.4.1, 10.4.2, 11.0.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-565 · source CWE mapping

Reliance on Cookies without Validation and Integrity Checking

Reliance on Cookies without Validation and Integrity Checking represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.