Skip to content

Improper Verification of Source of a Communication Channel in Apache Tomcat

Moderate severity GitHub Reviewed Published May 14, 2022 to the GitHub Advisory Database • Updated Feb 22, 2024

Package

maven org.apache.tomcat:tomcat (Maven)

Affected versions

>= 7.0.0, < 7.0.68
>= 8.0.0, < 8.0.32
>= 9.0.0M1, <= 9.0.0.M2

Patched versions

7.0.68
8.0.32
9.0.0.M3

Description

The setGlobalContext method in org/apache/naming/factory/ResourceLinkFactory.java in Apache Tomcat 7.x before 7.0.68, 8.x before 8.0.31, and 9.x before 9.0.0.M3 does not consider whether ResourceLinkFactory.setGlobalContext callers are authorized, which allows remote authenticated users to bypass intended SecurityManager restrictions and read or write to arbitrary application data, or cause a denial of service (application disruption), via a web application that sets a crafted global context.

References

Published by the National Vulnerability Database Feb 25, 2016
Published to the GitHub Advisory Database May 14, 2022
Reviewed Jul 6, 2022
Last updated Feb 22, 2024

Severity

Moderate
6.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Weaknesses

CVE ID

CVE-2016-0763

GHSA ID

GHSA-9hjv-9h75-xmpp

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.