rhsa-2013_0194
Vulnerability from csaf_redhat
Published
2013-01-24 18:07
Modified
2024-09-15 20:04
Summary
Red Hat Security Advisory: JBoss Enterprise Application Platform 5.2.0 update

Notes

Topic
JBoss Enterprise Application Platform 5.2.0, which fixes multiple security issues, various bugs, and adds several enhancements, is now available from the Red Hat Customer Portal. The Red Hat Security Response Team has rated this update as having important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. This JBoss Enterprise Application Platform 5.2.0 release serves as a replacement for JBoss Enterprise Application Platform 5.1.2, and includes bug fixes and enhancements. Refer to the JBoss Enterprise Application Platform 5.2.0 Release Notes for information on the most significant of these changes. The Release Notes will be available shortly from https://access.redhat.com/knowledge/docs/
Details
An attack technique against the W3C XML Encryption Standard when block ciphers were used in CBC mode could allow a remote attacker to conduct chosen-ciphertext attacks, leading to the recovery of the entire plain text of a particular cryptogram. (CVE-2011-1096) JBoss Web Services leaked side-channel data when distributing symmetric keys (for XML encryption), allowing a remote attacker to recover the entire plain text form of a symmetric key. (CVE-2011-2487) Spring framework could possibly evaluate Expression Language (EL) expressions twice, allowing a remote attacker to execute arbitrary code in the context of the application server, or to obtain sensitive information from the server. Manual action is required to apply this fix. Refer to the Solution section. (CVE-2011-2730) Apache CXF checked to ensure XML elements were signed or encrypted by a Supporting Token, but not whether the correct token was used. A remote attacker could transmit confidential information without the appropriate security, and potentially circumvent access controls on web services exposed via Apache CXF. Refer to the Solution section for details. (CVE-2012-2379) When an application used FORM authentication, along with another component that calls request.setUserPrincipal() before the call to FormAuthenticator#authenticate() (such as the Single-Sign-On valve), it was possible to bypass the security constraint checks in the FORM authenticator by appending "/j_security_check" to the end of a URL. (CVE-2012-3546) The JMX Console was vulnerable to CSRF attacks, allowing a remote attacker to hijack the authenticated JMX Console session of an administrator. (CVE-2011-2908) An XSS flaw allowed a remote attacker to perform an XSS attack against victims using the JMX Console. (CVE-2011-4575) SecurityAssociation.getCredential() returned the previous credential if no security context was provided. Depending on the deployed applications, this could possibly allow a remote attacker to hijack the credentials of a previously-authenticated user. (CVE-2012-3370) Configuring the JMX Invoker to restrict access to users with specific roles did not actually restrict access, allowing remote attackers with valid JMX Invoker credentials to perform JMX operations accessible to roles they are not a member of. (CVE-2012-5478) twiddle.sh accepted credentials as command line arguments, allowing local users to view them via a process listing. (CVE-2009-5066) The JMXInvokerHAServlet and EJBInvokerHAServlet invoker servlets allow unauthenticated access by default in some profiles. The security interceptor's second layer of authentication prevented direct exploitation of this flaw. If the interceptor was misconfigured or inadvertently disabled, this flaw could lead to arbitrary code execution in the context of the user running the JBoss server. (CVE-2012-0874) The JGroups diagnostics service was enabled with no authentication when a JGroups channel was started, allowing attackers on the adjacent network to read diagnostic information. (CVE-2012-2377) CallerIdentityLoginModule retained the password from the previous call if a null password was provided. In non-default configurations this could possibly lead to a remote attacker hijacking a previously-authenticated user's session. (CVE-2012-3369) Red Hat would like to thank Juraj Somorovsky of Ruhr-University Bochum for reporting CVE-2011-1096 and CVE-2011-2487; the Apache CXF project for reporting CVE-2012-2379; and Tyler Krpata for reporting CVE-2011-4575. CVE-2012-3370 and CVE-2012-3369 were discovered by Carlo de Wolf of Red Hat; CVE-2012-5478 discovered by Derek Horton of Red Hat; CVE-2012-0874 discovered by David Jorm of Red Hat; and CVE-2012-2377 was discovered by Red Hat.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_vex",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "JBoss Enterprise Application Platform 5.2.0, which fixes multiple security\nissues, various bugs, and adds several enhancements, is now available from\nthe Red Hat Customer Portal.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS) base\nscores, which give detailed severity ratings, are available for each\nvulnerability from the CVE links in the References section.\n\nThis JBoss Enterprise Application Platform 5.2.0 release serves as a\nreplacement for JBoss Enterprise Application Platform 5.1.2, and includes\nbug fixes and enhancements. Refer to the JBoss Enterprise Application\nPlatform 5.2.0 Release Notes for information on the most significant of\nthese changes. The Release Notes will be available shortly from\nhttps://access.redhat.com/knowledge/docs/",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "An attack technique against the W3C XML Encryption Standard when block\nciphers were used in CBC mode could allow a remote attacker to conduct\nchosen-ciphertext attacks, leading to the recovery of the entire plain text\nof a particular cryptogram. (CVE-2011-1096)\n\nJBoss Web Services leaked side-channel data when distributing symmetric\nkeys (for XML encryption), allowing a remote attacker to recover the entire\nplain text form of a symmetric key. (CVE-2011-2487)\n\nSpring framework could possibly evaluate Expression Language (EL)\nexpressions twice, allowing a remote attacker to execute arbitrary code in\nthe context of the application server, or to obtain sensitive information\nfrom the server. Manual action is required to apply this fix. Refer to the\nSolution section. (CVE-2011-2730)\n\nApache CXF checked to ensure XML elements were signed or encrypted by a\nSupporting Token, but not whether the correct token was used. A remote\nattacker could transmit confidential information without the appropriate\nsecurity, and potentially circumvent access controls on web services\nexposed via Apache CXF. Refer to the Solution section for details.\n(CVE-2012-2379)\n\nWhen an application used FORM authentication, along with another component\nthat calls request.setUserPrincipal() before the call to\nFormAuthenticator#authenticate() (such as the Single-Sign-On valve), it was\npossible to bypass the security constraint checks in the FORM authenticator\nby appending \"/j_security_check\" to the end of a URL. (CVE-2012-3546)\n\nThe JMX Console was vulnerable to CSRF attacks, allowing a remote attacker\nto hijack the authenticated JMX Console session of an administrator.\n(CVE-2011-2908)\n\nAn XSS flaw allowed a remote attacker to perform an XSS attack against\nvictims using the JMX Console. (CVE-2011-4575)\n\nSecurityAssociation.getCredential() returned the previous credential if\nno security context was provided. Depending on the deployed applications,\nthis could possibly allow a remote attacker to hijack the credentials of a\npreviously-authenticated user. (CVE-2012-3370)\n\nConfiguring the JMX Invoker to restrict access to users with specific\nroles did not actually restrict access, allowing remote attackers with\nvalid JMX Invoker credentials to perform JMX operations accessible to\nroles they are not a member of. (CVE-2012-5478)\n\ntwiddle.sh accepted credentials as command line arguments, allowing local\nusers to view them via a process listing. (CVE-2009-5066)\n\nThe JMXInvokerHAServlet and EJBInvokerHAServlet invoker servlets allow\nunauthenticated access by default in some profiles. The security\ninterceptor\u0027s second layer of authentication prevented direct exploitation\nof this flaw. If the interceptor was misconfigured or inadvertently\ndisabled, this flaw could lead to arbitrary code execution in the context\nof the user running the JBoss server. (CVE-2012-0874)\n\nThe JGroups diagnostics service was enabled with no authentication when a\nJGroups channel was started, allowing attackers on the adjacent network to\nread diagnostic information. (CVE-2012-2377)\n\nCallerIdentityLoginModule retained the password from the previous call if a\nnull password was provided. In non-default configurations this could\npossibly lead to a remote attacker hijacking a previously-authenticated\nuser\u0027s session. (CVE-2012-3369)\n\nRed Hat would like to thank Juraj Somorovsky of Ruhr-University Bochum for\nreporting CVE-2011-1096 and CVE-2011-2487; the Apache CXF project for\nreporting CVE-2012-2379; and Tyler Krpata for reporting CVE-2011-4575.\nCVE-2012-3370 and CVE-2012-3369 were discovered by Carlo de Wolf of Red\nHat; CVE-2012-5478 discovered by Derek Horton of Red Hat; CVE-2012-0874\ndiscovered by David Jorm of Red Hat; and CVE-2012-2377 was discovered by\nRed Hat.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat offerings.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2013:0194",
        "url": "https://access.redhat.com/errata/RHSA-2013:0194"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/knowledge/docs/",
        "url": "https://access.redhat.com/knowledge/docs/"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions\u0026product=appplatform\u0026version=5.2.0",
        "url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions\u0026product=appplatform\u0026version=5.2.0"
      },
      {
        "category": "external",
        "summary": "681916",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=681916"
      },
      {
        "category": "external",
        "summary": "713539",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=713539"
      },
      {
        "category": "external",
        "summary": "730176",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=730176"
      },
      {
        "category": "external",
        "summary": "737608",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=737608"
      },
      {
        "category": "external",
        "summary": "760387",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=760387"
      },
      {
        "category": "external",
        "summary": "795645",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=795645"
      },
      {
        "category": "external",
        "summary": "823392",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=823392"
      },
      {
        "category": "external",
        "summary": "826534",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=826534"
      },
      {
        "category": "external",
        "summary": "836451",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=836451"
      },
      {
        "category": "external",
        "summary": "836456",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=836456"
      },
      {
        "category": "external",
        "summary": "842477",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=842477"
      },
      {
        "category": "external",
        "summary": "874349",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=874349"
      },
      {
        "category": "external",
        "summary": "883634",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=883634"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://access.redhat.com/security/data/csaf/v2/advisories/2013/rhsa-2013_0194.json"
      }
    ],
    "title": "Red Hat Security Advisory: JBoss Enterprise Application Platform 5.2.0 update",
    "tracking": {
      "current_release_date": "2024-09-15T20:04:47+00:00",
      "generator": {
        "date": "2024-09-15T20:04:47+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "3.33.3"
        }
      },
      "id": "RHSA-2013:0194",
      "initial_release_date": "2013-01-24T18:07:00+00:00",
      "revision_history": [
        {
          "date": "2013-01-24T18:07:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2013-01-24T18:08:14+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-09-15T20:04:47+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat JBoss Enterprise Application Platform 5.2",
                "product": {
                  "name": "Red Hat JBoss Enterprise Application Platform 5.2",
                  "product_id": "Red Hat JBoss Enterprise Application Platform 5.2",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:5.2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat JBoss Enterprise Application Platform"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2009-5066",
      "discovery_date": "2012-07-23T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "842477"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "twiddle.sh in JBoss AS 5.0 and EAP 5.0 and earlier accepts credentials as command-line arguments, which allows local users to read the credentials by listing the process and its arguments.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "JBoss: twiddle.sh accepts credentials as command line arguments, exposing them to other local users via a process listing",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2009-5066"
        },
        {
          "category": "external",
          "summary": "RHBZ#842477",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=842477"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2009-5066",
          "url": "https://www.cve.org/CVERecord?id=CVE-2009-5066"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2009-5066",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2009-5066"
        }
      ],
      "release_date": "2009-10-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 2.1,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "JBoss: twiddle.sh accepts credentials as command line arguments, exposing them to other local users via a process listing"
    },
    {
      "cve": "CVE-2011-1096",
      "cwe": {
        "id": "CWE-327",
        "name": "Use of a Broken or Risky Cryptographic Algorithm"
      },
      "discovery_date": "2011-02-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "681916"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The W3C XML Encryption Standard, as used in the JBoss Web Services (JBossWS) component in JBoss Enterprise Portal Platform before 5.2.2 and other products, when using block ciphers in cipher-block chaining (CBC) mode, allows remote attackers to obtain plaintext data via a chosen-ciphertext attack on SOAP responses, aka \"character encoding pattern attack.\"",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jbossws: Prone to character encoding pattern attack (XML Encryption flaw)",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-1096"
        },
        {
          "category": "external",
          "summary": "RHBZ#681916",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=681916"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1096",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-1096"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1096",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1096"
        }
      ],
      "release_date": "2011-10-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 7.8,
            "confidentialityImpact": "COMPLETE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:N/C:C/I:N/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jbossws: Prone to character encoding pattern attack (XML Encryption flaw)"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Juraj Somorovsky"
          ],
          "organization": "Ruhr-University Bochum"
        }
      ],
      "cve": "CVE-2011-2487",
      "cwe": {
        "id": "CWE-327",
        "name": "Use of a Broken or Risky Cryptographic Algorithm"
      },
      "discovery_date": "2011-06-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "713539"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in JBoss web services where the services used a weak symmetric encryption protocol, PKCS#1 v1.5. An attacker could use this weakness in chosen-ciphertext attacks to recover the symmetric key and conduct further attacks.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "jbossws: Prone to Bleichenbacher attack against to be distributed symmetric key",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw affects Apache CXF (WSS4J) and jbossws-native as shipped with various JBoss products. It does not affect JBoss Enterprise Application Platform 6 and JBoss Application Server 7.1.1 and above. These products include WSS4J 1.6.5, which incorporates a fix for this flaw. On affected products, this flaw can be mitigated by using the RSA-OAEP key wrap algorithm, instead of the default RSA-v1.5 algorithm. To use RSA-OAEP, edit the jboss-ws-security configuration file and add the property keyWrapAlgorithm=\"rsa_oaep\" to the encrypt element.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-2487"
        },
        {
          "category": "external",
          "summary": "RHBZ#713539",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=713539"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-2487",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-2487"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-2487",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2487"
        },
        {
          "category": "external",
          "summary": "https://www.nds.ruhr-uni-bochum.de/research/publications/breaking-xml-encryption-pkcs15/",
          "url": "https://www.nds.ruhr-uni-bochum.de/research/publications/breaking-xml-encryption-pkcs15/"
        }
      ],
      "release_date": "2012-09-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 7.8,
            "confidentialityImpact": "COMPLETE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:N/C:C/I:N/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "jbossws: Prone to Bleichenbacher attack against to be distributed symmetric key"
    },
    {
      "cve": "CVE-2011-2730",
      "discovery_date": "2011-09-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "737608"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "VMware SpringSource Spring Framework before 2.5.6.SEC03, 2.5.7.SR023, and 3.x before 3.0.6, when a container supports Expression Language (EL), evaluates EL expressions in tags twice, which allows remote attackers to obtain sensitive information via a (1) name attribute in a (a) spring:hasBindErrors tag; (2) path attribute in a (b) spring:bind or (c) spring:nestedpath tag; (3) arguments, (4) code, (5) text, (6) var, (7) scope, or (8) message attribute in a (d) spring:message or (e) spring:theme tag; or (9) var, (10) scope, or (11) value attribute in a (f) spring:transform tag, aka \"Expression Language Injection.\"",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Framework: Information (internal server information, classpath, local working directories, session IDs) disclosure",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw was originally reported as resulting in information disclosure only, and was therefore assessed as having low security impact. On this basis, it was planned that future updates to JBoss products may address this flaw. New research [0] has now shown that this flaw can lead to remote code execution. The security impact has been re-assessed as important, and Red Hat is now working on patches for all affected products.\n\n[0] http://danamodio.com/application-security/discoveries/spring-remote-code-with-expression-language-injection/",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-2730"
        },
        {
          "category": "external",
          "summary": "RHBZ#737608",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=737608"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-2730",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-2730"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-2730",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2730"
        }
      ],
      "release_date": "2011-09-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 6.4,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Framework: Information (internal server information, classpath, local working directories, session IDs) disclosure"
    },
    {
      "cve": "CVE-2011-2908",
      "cwe": {
        "id": "CWE-352",
        "name": "Cross-Site Request Forgery (CSRF)"
      },
      "discovery_date": "2007-02-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "730176"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Cross-site request forgery (CSRF) vulnerability in the JMX Console (jmx-console) in JBoss Enterprise Portal Platform before 5.2.2, BRMS Platform 5.3.0 before roll up patch1, and SOA Platform 5.3.0 allows remote authenticated users to hijack the authentication of arbitrary users for requests that perform operations on MBeans and possibly execute arbitrary code via unspecified vectors.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "CSRF on jmx-console allows invocation of operations on mbeans",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-2908"
        },
        {
          "category": "external",
          "summary": "RHBZ#730176",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=730176"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-2908",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-2908"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-2908",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2908"
        }
      ],
      "release_date": "2007-02-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.6,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:H/Au:S/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "CSRF on jmx-console allows invocation of operations on mbeans"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Tyler Krpata"
          ]
        }
      ],
      "cve": "CVE-2011-4575",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "discovery_date": "2011-12-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "760387"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was found that the parameters passed to operation invocations on the JMX console were not properly sanitized. Remote attackers could use this flaw to inject arbitrary web script or HTML into the JMX console.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Console: XSS in invoke operation",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-4575"
        },
        {
          "category": "external",
          "summary": "RHBZ#760387",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=760387"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-4575",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-4575"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-4575",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4575"
        }
      ],
      "release_date": "2013-01-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 4.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "Console: XSS in invoke operation"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "David Jorm"
          ],
          "organization": "Red Hat Security Response Team",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2012-0874",
      "discovery_date": "2012-02-14T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "795645"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The (1) JMXInvokerHAServlet and (2) EJBInvokerHAServlet invoker servlets in JBoss Enterprise Application Platform (EAP) before 5.2.0, Web Platform (EWP) before 5.2.0, BRMS Platform before 5.3.1, and SOA Platform before 5.3.1 do not require authentication by default in certain profiles, which might allow remote attackers to invoke MBean methods and execute arbitrary code via unspecified vectors.  NOTE: this issue can only be exploited when the interceptor is not properly configured with a \"second layer of authentication,\" or when used in conjunction with other vulnerabilities that bypass this second layer.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "JBoss invoker servlets do not require authentication",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-0874"
        },
        {
          "category": "external",
          "summary": "RHBZ#795645",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=795645"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-0874",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-0874"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0874",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0874"
        }
      ],
      "release_date": "2013-01-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.6,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:H/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "JBoss invoker servlets do not require authentication"
    },
    {
      "acknowledgments": [
        {
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2012-2377",
      "discovery_date": "2012-05-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "823392"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "JGroups diagnostics service in JBoss Enterprise Portal Platform before 5.2.2, SOA Platform before 5.3.0, and BRMS Platform before 5.3.0, is enabled without authentication when started by the JGroups channel, which allows remote attackers in adjacent networks to read diagnostics information via a crafted IP multicast.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "JGroups diagnostics service enabled by default with no authentication when a JGroups channel is started",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-2377"
        },
        {
          "category": "external",
          "summary": "RHBZ#823392",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=823392"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-2377",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-2377"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2377",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2377"
        }
      ],
      "release_date": "2012-06-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "ADJACENT_NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:A/AC:L/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "JGroups diagnostics service enabled by default with no authentication when a JGroups channel is started"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Apache CXF project"
          ]
        }
      ],
      "cve": "CVE-2012-2379",
      "discovery_date": "2012-05-28T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "826534"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Apache CXF 2.4.x before 2.4.8, 2.5.x before 2.5.4, and 2.6.x before 2.6.1, when a Supporting Token specifies a child WS-SecurityPolicy 1.1 or 1.2 policy, does not properly ensure that an XML element is signed or encrypted, which has unspecified impact and attack vectors.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "apache-cxf: Apache CXF does not verify that elements were signed / encrypted by a particular Supporting Token",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-2379"
        },
        {
          "category": "external",
          "summary": "RHBZ#826534",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=826534"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-2379",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-2379"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2379",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2379"
        },
        {
          "category": "external",
          "summary": "http://cxf.apache.org/cve-2012-2379.html",
          "url": "http://cxf.apache.org/cve-2012-2379.html"
        }
      ],
      "release_date": "2012-06-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 5.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "apache-cxf: Apache CXF does not verify that elements were signed / encrypted by a particular Supporting Token"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Carlo de Wolf"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2012-3369",
      "discovery_date": "2012-06-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "836451"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The CallerIdentityLoginModule in JBoss Enterprise Application Platform (EAP) before 5.2.0, Web Platform (EWP) before 5.2.0, BRMS Platform before 5.3.1, and SOA Platform before 5.3.1 allows remote attackers to gain privileges of the previous user via a null password, which causes the previous user\u0027s password to be used.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "JBoss: CallerIdentityLoginModule retaining password from previous call if a null password is provided",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-3369"
        },
        {
          "category": "external",
          "summary": "RHBZ#836451",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=836451"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3369",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-3369"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3369",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3369"
        }
      ],
      "release_date": "2013-01-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 4.0,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:H/Au:N/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "JBoss: CallerIdentityLoginModule retaining password from previous call if a null password is provided"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Carlo de Wolf"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2012-3370",
      "discovery_date": "2012-06-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "836456"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The SecurityAssociation.getCredential method in JBoss Enterprise Application Platform (EAP) before 5.2.0, Web Platform (EWP) before 5.2.0, BRMS Platform before 5.3.1, and SOA Platform before 5.3.1 returns the credentials of the previous user when a security context is not provided, which allows remote attackers to gain privileges as other users.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "JBoss: SecurityAssociation.getCredential() will return the previous credential if no security context is provided",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-3370"
        },
        {
          "category": "external",
          "summary": "RHBZ#836456",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=836456"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3370",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-3370"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3370",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3370"
        }
      ],
      "release_date": "2013-01-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 5.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "JBoss: SecurityAssociation.getCredential() will return the previous credential if no security context is provided"
    },
    {
      "cve": "CVE-2012-3546",
      "discovery_date": "2012-12-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "883634"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "org/apache/catalina/realm/RealmBase.java in Apache Tomcat 6.x before 6.0.36 and 7.x before 7.0.30, when FORM authentication is used, allows remote attackers to bypass security-constraint checks by leveraging a previous setUserPrincipal call and then placing /j_security_check at the end of a URI.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Web: Bypass of security constraints",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Tomcat 5.5 has reached the end of its supported upstream life-cycle, and the Apache Tomcat project no longer tests security flaws to determine whether they affect Tomcat 5.5. Red Hat has tested tomcat 5.5 as shipped with Red Hat Enterprise Linux 5 and JBoss Enterprise Web Server 1, and found that it is affected by this flaw. Patches for tomcat 5.5 to address this flaw have been  provided.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-3546"
        },
        {
          "category": "external",
          "summary": "RHBZ#883634",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=883634"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3546",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-3546"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3546",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3546"
        }
      ],
      "release_date": "2012-12-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "NONE",
            "baseScore": 5.5,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Web: Bypass of security constraints"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Derek Horton"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2012-5478",
      "discovery_date": "2012-11-07T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "874349"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The AuthorizationInterceptor in JBoss Enterprise Application Platform (EAP) before 5.2.0, Web Platform (EWP) before 5.2.0, BRMS Platform before 5.3.1, and SOA Platform before 5.3.1 does not properly restrict access, which allows remote authenticated users to bypass intended role restrictions and perform arbitrary JMX operations via unspecified vectors.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "JBoss: AuthorizationInterceptor allows JMX operation to proceed despite authorization failure",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat JBoss Enterprise Application Platform 5.2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2012-5478"
        },
        {
          "category": "external",
          "summary": "RHBZ#874349",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=874349"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2012-5478",
          "url": "https://www.cve.org/CVERecord?id=CVE-2012-5478"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-5478",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5478"
        }
      ],
      "release_date": "2013-01-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Note: Manual action is required to apply the fix for CVE-2011-2730. If your\nsystem has deployed applications which use Spring framework, the context\nparameter \"springJspExpressionSupport\" must be set to \"false\" to mitigate\nthis flaw, for example, in the application\u0027s web.xml file. This will\nprevent the double-evaluation of EL expressions that led to this flaw.\n\nCVE-2012-2379 has been addressed by disabling the affected configuration in\nthis release. If you use the affected configuration, an exception will be\nthrown and the relevant application will not deploy to the server. A patch\nthat allows the affected configuration to be used without this\nvulnerability is available in JBoss Enterprise Application Platform 6.0.1.\n\nThe References section of this erratum contains a download link (you must\nlog in to download the update). Warning: Before applying this update, back\nup your existing JBoss Enterprise Application Platform installation\n(including all applications and configuration files).\n\nAll users of JBoss Enterprise Application 5.1.2 as provided from the Red\nHat Customer Portal are advised to upgrade to JBoss Enterprise Application\n5.2.0.",
          "product_ids": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0194"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "NONE",
            "baseScore": 4.9,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "Red Hat JBoss Enterprise Application Platform 5.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "JBoss: AuthorizationInterceptor allows JMX operation to proceed despite authorization failure"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...