VYPR
High severity7.5NVD Advisory· Published Aug 14, 2015· Updated May 6, 2026

CVE-2014-3576

CVE-2014-3576

Description

The processControlCommand function in broker/TransportConnection.java in Apache ActiveMQ before 5.11.0 allows remote attackers to cause a denial of service (shutdown) via a shutdown command.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.apache.activemq:activemq-clientMaven
< 5.11.05.11.0

Affected products

6
  • cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*
    Range: <=5.10.0
  • cpe:2.3:a:oracle:business_intelligence_publisher:12.2.1.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:fusion_middleware:11.1.1.7.4:*:*:*:*:*:*:*+ 3 more
    • cpe:2.3:a:oracle:fusion_middleware:11.1.1.7.4:*:*:*:*:*:*:*
    • cpe:2.3:a:oracle:fusion_middleware:12.1.3.0.0:*:*:*:*:*:*:*
    • cpe:2.3:a:oracle:fusion_middleware:8.1:*:*:*:*:*:*:*
    • cpe:2.3:a:oracle:fusion_middleware:9.0:*:*:*:*:*:*:*

Patches

2
00921f22ff9a

Remove unused ConnectionControl handling.

https://github.com/apache/activemqTimothy BishAug 13, 2014via ghsa
1 file changed · +0 4
  • activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java+0 4 modified
    @@ -1534,10 +1534,6 @@ public int getProtocolVersion() {
     
         @Override
         public Response processControlCommand(ControlCommand command) throws Exception {
    -        String control = command.getCommand();
    -        if (control != null && control.equals("shutdown")) {
    -            System.exit(0);
    -        }
             return null;
         }
     
    
f07e6a53216f

Remove unused ConnectionControl handling.

https://github.com/apache/activemqTimothy BishAug 13, 2014via ghsa
1 file changed · +0 4
  • activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnection.java+0 4 modified
    @@ -1534,10 +1534,6 @@ public int getProtocolVersion() {
     
         @Override
         public Response processControlCommand(ControlCommand command) throws Exception {
    -        String control = command.getCommand();
    -        if (control != null && control.equals("shutdown")) {
    -            System.exit(0);
    -        }
             return null;
         }
     
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

15

News mentions

0

No linked articles in our index yet.