CVE-2023-42016
09.02.2024, 01:15
IBM Sterling B2B Integrator Standard Edition 6.0.0.0 through 6.0.3.8 and 6.1.0.0 through 6.1.2.3 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: 265559.Enginsight
Vendor | Product | Version |
---|---|---|
ibm | sterling_b2b_integrator | 6.0.0.0 ≤ 𝑥 ≤ 6.0.3.8 |
ibm | sterling_b2b_integrator | 6.1.0.0 ≤ 𝑥 ≤ 6.1.2.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-614 - Sensitive Cookie in HTTPS Session Without 'Secure' AttributeThe Secure attribute for sensitive cookies in HTTPS sessions is not set, which could cause the user agent to send those cookies in plaintext over an HTTP session.
- CWE-319 - Cleartext Transmission of Sensitive InformationThe software transmits sensitive or security-critical data in cleartext in a communication channel that can be sniffed by unauthorized actors.