ID CVE-2015-0203
Summary The qpidd broker in Apache Qpid 0.30 and earlier allows remote authenticated users to cause a denial of service (daemon crash) via an AMQP message with (1) an invalid range in a sequence set, (2) content-bearing methods other than message-transfer, or (3) a session-gap control before a corresponding session-attach.
References
Vulnerable Configurations
  • cpe:2.3:a:apache:qpid:0.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.8:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.9:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.10:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.11:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.12:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.12:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.13:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.13:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.14:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.14:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.15:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.16:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.16:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.17:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.17:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.18:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.18:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.19:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.19:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.20:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.20:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.22:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.22:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:qpid:0.30:*:*:*:*:*:*:*
    cpe:2.3:a:apache:qpid:0.30:*:*:*:*:*:*:*
CVSS
Base: 4.0 (as of 18-03-2018 - 14:05)
Impact:
Exploitability:
CWE CWE-19
CAPEC
  • XML Oversized Payloads
    Applications often need to transform data in and out of the XML format by using an XML parser. It may be possible for an adversary to inject data that may have an adverse effect on the XML parser when it is being processed. By supplying oversized payloads in input vectors that will be processed by the XML parser, an adversary can cause the XML parser to consume more resources while processing, causing excessive memory consumption and CPU utilization, and potentially cause execution of arbitrary code. An adversary's goal is to leverage parser failure to his or her advantage. In many cases this type of an attack will result in a XML Denial of Service (XDoS) due to an application becoming unstable, freezing, or crashing. However it is possible to cause a crash resulting in arbitrary code execution, leading to a jump from the data plane to the control plane [R.231.1]. XDoS is most closely associated with web services, SOAP, and Rest, because remote service requesters can post malicious XML payloads to the service provider designed to exhaust the service provider's memory, CPU, and/or disk space. The main weakness in XDoS is that the service provider generally must inspect, parse, and validate the XML messages to determine routing, workflow, security considerations, and so on. It is exactly these inspection, parsing, and validation routines that XDoS targets. This attack exploits the loosely coupled nature of web services, where the service provider has little to no control over the service requester and any messages the service requester sends.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an adversary. As a consequence, an adversary is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the adversaries' choice.
  • XML Nested Payloads
    Applications often need to transform data in and out of the XML format by using an XML parser. It may be possible for an adversary to inject data that may have an adverse effect on the XML parser when it is being processed. By nesting XML data and causing this data to be continuously self-referential, an adversary can cause the XML parser to consume more resources while processing, causing excessive memory consumption and CPU utilization. An adversary's goal is to leverage parser failure to his or her advantage. In most cases this type of an attack will result in a XML Denial of Service (XDoS) due to an application becoming unstable, freezing, or crashing. However it may be possible to cause a crash resulting in arbitrary code execution, leading to a jump from the data plane to the control plane [R.230.1]. XDoS is most closely associated with web services, SOAP, and Rest, because remote service requesters can post malicious XML payloads to the service provider designed to exhaust the service provider's memory, CPU, and/or disk space. The main weakness in XDoS is that the service provider generally must inspect, parse, and validate the XML messages to determine routing, workflow, security considerations, and so on. It is exactly these inspection, parsing, and validation routines that XDoS targets. This attack exploits the loosely coupled nature of web services, where the service provider has little to no control over the service requester and any messages the service requester sends.
Access
VectorComplexityAuthentication
NETWORK LOW SINGLE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:L/Au:S/C:N/I:N/A:P
redhat via4
advisories
rhsa
id RHBA-2016:1500
rpms
  • SOAPpy-0:0.11.6-17.el7
  • createrepo_c-0:0.7.4-1.el6_6sat
  • createrepo_c-0:0.7.4-1.el7sat
  • createrepo_c-debuginfo-0:0.7.4-1.el6_6sat
  • createrepo_c-debuginfo-0:0.7.4-1.el7sat
  • createrepo_c-libs-0:0.7.4-1.el6_6sat
  • createrepo_c-libs-0:0.7.4-1.el7sat
  • facter-1:2.4.6-3.el6sat
  • facter-1:2.4.6-3.el7sat
  • gperftools-debuginfo-0:2.0-3.el6sat.2
  • gperftools-libs-0:2.0-3.el6sat.2
  • hfsplus-tools-0:332.14-12.el7
  • hfsplus-tools-debuginfo-0:332.14-12.el7
  • hiera-0:1.3.1-2.el6sat
  • hiera-0:1.3.1-2.el7sat
  • ipxe-bootimgs-0:20130517-7.1fm.gitc4bce43.el6sat
  • ipxe-bootimgs-0:20160127-1.git6366fa7a.el7
  • libdb-cxx-0:5.3.21-19.el7
  • libgsystem-0:2015.1-1.atomic.el7
  • libgsystem-debuginfo-0:2015.1-1.atomic.el7
  • libmongodb-0:2.4.6-2.el6sat
  • libstemmer-0:0-2.585svn.el7sat
  • libstemmer-debuginfo-0:0-2.585svn.el7sat
  • liquibase-0:3.1.0-1.el7
  • liquibase-0:3.1.0-5.el6_6sat
  • livecd-tools-1:13.4.1-2.el6sat
  • livecd-tools-1:20.4-1.6.el7sat
  • mod_passenger-0:4.0.18-22.el6sat
  • mod_passenger-0:4.0.18-22.el7sat
  • mod_wsgi-0:3.4-2.el6sat
  • mod_wsgi-debuginfo-0:3.4-2.el6sat
  • mod_xsendfile-0:0.12-10.el6sat
  • mod_xsendfile-0:0.12-10.el7sat
  • mod_xsendfile-debuginfo-0:0.12-10.el6sat
  • mod_xsendfile-debuginfo-0:0.12-10.el7sat
  • mongodb-0:2.4.6-2.el6sat
  • mongodb-0:2.6.11-2.el7sat
  • mongodb-debuginfo-0:2.4.6-2.el6sat
  • mongodb-debuginfo-0:2.6.11-2.el7sat
  • mongodb-server-0:2.4.6-2.el6sat
  • mongodb-server-0:2.6.11-2.el7sat
  • pyliblzma-0:0.5.3-3.el6sat
  • pyliblzma-debuginfo-0:0.5.3-3.el6sat
  • pyparsing-0:1.5.6-6.el6sat
  • pyserial-0:2.6-5.el7
  • python-amqp-0:1.4.9-1.el6sat
  • python-amqp-0:1.4.9-1.el7sat
  • python-anyjson-0:0.3.3-4.el6sat
  • python-anyjson-0:0.3.3-5.el7sat
  • python-billiard-1:3.3.0.17-2.el6sat
  • python-billiard-1:3.3.0.17-2.el7sat
  • python-billiard-debuginfo-1:3.3.0.17-2.el6sat
  • python-billiard-debuginfo-1:3.3.0.17-2.el7sat
  • python-blinker-0:1.3-2.el6_6sat
  • python-blinker-0:1.3-2.el7sat
  • python-bson-0:3.2-1.el6sat
  • python-bson-0:3.2-1.el7sat
  • python-celery-0:3.1.11-1.el7sat
  • python-crane-0:2.0.0.2-2.el6sat
  • python-crane-0:2.0.0.2-2.el7sat
  • python-django-0:1.6.11-5.el6sat
  • python-django-0:1.6.11-5.el7sat
  • python-django-bash-completion-0:1.6.11-5.el6sat
  • python-django-bash-completion-0:1.6.11-5.el7sat
  • python-flask-1:0.10.1-4.el6_6sat
  • python-flask-1:0.10.1-4.el7sat
  • python-fpconst-0:0.7.3-12.el7
  • python-gnupg-0:0.3.7-1.el7ui
  • python-httplib2-0:0.6.0-6.el7sat
  • python-httplib2-0:0.7.2-1.el6
  • python-imgcreate-1:13.4.1-2.el6sat
  • python-imgcreate-1:20.4-1.6.el7sat
  • python-importlib-0:1.0.2-1.el6sat
  • python-isodate-0:0.5.0-4.el6sat
  • python-isodate-0:0.5.0-4.el7sat
  • python-itsdangerous-0:0.23-1.el6_6sat
  • python-itsdangerous-0:0.23-1.el7sat
  • python-jinja2-0:2.7.2-2.el7sat
  • python-jinja2-26-0:2.6-3.el6_6sat
  • python-kombu-1:3.0.33-7.el6sat
  • python-kombu-1:3.0.33-7.el7sat
  • python-mongoengine-0:0.10.5-2.el6sat
  • python-mongoengine-0:0.10.5-2.el7sat
  • python-oauth2-0:1.5.211-8.el6_6sat
  • python-oauth2-0:1.5.211-8.el7sat
  • python-okaara-0:1.0.32-1.el6sat
  • python-okaara-0:1.0.32-1.el7sat
  • python-pymongo-0:3.2-1.el6sat
  • python-pymongo-0:3.2-1.el7sat
  • python-pymongo-debuginfo-0:3.2-1.el6sat
  • python-pymongo-debuginfo-0:3.2-1.el7sat
  • python-pymongo-gridfs-0:3.2-1.el6sat
  • python-pymongo-gridfs-0:3.2-1.el7sat
  • python-qpid-0:0.30-9.el7sat
  • python-requests-toolbelt-0:0.6.0-1.el6sat
  • python-requests-toolbelt-0:0.6.0-1.el7sat
  • python-saslwrapper-0:0.22-5.el6sat
  • python-saslwrapper-0:0.22-5.el7sat
  • python-semantic_version-0:2.2.0-6.el6sat
  • python-semantic_version-0:2.2.0-6.el7sat
  • python-simplejson-0:3.2.0-1.el7sat
  • python-simplejson-debuginfo-0:3.2.0-1.el7sat
  • python-twisted-core-0:12.2.0-4.el7
  • python-twisted-core-debuginfo-0:12.2.0-4.el7
  • python-twisted-web-0:12.1.0-4.el7
  • python-werkzeug-0:0.8.3-2.el6_6sat
  • python-werkzeug-0:0.9.1-1.el7sat
  • python-zope-interface-0:4.0.5-4.el7
  • python-zope-interface-debuginfo-0:4.0.5-4.el7
  • ruby-augeas-0:0.4.1-1.el6_4
  • ruby-augeas-0:0.5.0-1.el7
  • ruby-augeas-debuginfo-0:0.4.1-1.el6_4
  • ruby-augeas-debuginfo-0:0.5.0-1.el7
  • ruby-rgen-0:0.6.5-2.el6sat
  • ruby-rgen-0:0.6.5-2.el7sat
  • ruby-shadow-0:1.4.1-13.el6_4
  • ruby-shadow-0:1.4.1-21.el7
  • ruby-shadow-debuginfo-0:1.4.1-13.el6_4
  • ruby-shadow-debuginfo-0:1.4.1-21.el7
  • rubygem-ansi-0:1.4.3-3.el6sat
  • rubygem-ansi-0:1.4.3-3.el7sat
  • rubygem-awesome_print-0:1.0.2-12.el6sat
  • rubygem-awesome_print-0:1.0.2-12.el7sat
  • rubygem-bundler-0:1.0.15-5.el6sat
  • rubygem-bundler_ext-0:0.3.0-7.el6sat
  • rubygem-bundler_ext-0:0.3.0-7.el7sat
  • rubygem-clamp-0:0.6.2-2.el6sat
  • rubygem-clamp-0:0.6.2-2.el7sat
  • rubygem-ffi-0:1.4.0-3.el6sat
  • rubygem-ffi-0:1.4.0-3.el7sat
  • rubygem-ffi-debuginfo-0:1.4.0-3.el6sat
  • rubygem-ffi-debuginfo-0:1.4.0-3.el7sat
  • rubygem-gssapi-0:1.1.2-4.el6sat
  • rubygem-gssapi-0:1.1.2-4.el7sat
  • rubygem-hashie-0:2.0.5-2.el6sat
  • rubygem-hashie-0:2.0.5-2.el7sat
  • rubygem-highline-0:1.6.21-1.el6sat
  • rubygem-highline-0:1.6.21-1.el7sat
  • rubygem-json-0:1.4.6-2.el6
  • rubygem-json-debuginfo-0:1.4.6-2.el6
  • rubygem-little-plugger-0:1.1.3-17.el6sat
  • rubygem-little-plugger-0:1.1.3-17.el7sat
  • rubygem-logging-0:1.8.1-26.el6sat
  • rubygem-logging-0:1.8.1-26.el7sat
  • rubygem-mime-types-0:1.19-7.el6sat
  • rubygem-mime-types-0:1.19-7.el7sat
  • rubygem-multi_json-0:1.8.2-4.el6sat
  • rubygem-multi_json-0:1.8.2-4.el7sat
  • rubygem-newt-0:0.9.6-2.el6sat
  • rubygem-newt-0:0.9.6-2.el7sat
  • rubygem-newt-debuginfo-0:0.9.6-2.el6sat
  • rubygem-newt-debuginfo-0:0.9.6-2.el7sat
  • rubygem-oauth-0:0.4.7-8.el6sat
  • rubygem-oauth-0:0.4.7-8.el7sat
  • rubygem-openscap-0:0.4.3-3.el6sat
  • rubygem-openscap-0:0.4.3-3.el7sat
  • rubygem-passenger-0:4.0.18-22.el6sat
  • rubygem-passenger-0:4.0.18-22.el7sat
  • rubygem-passenger-debuginfo-0:4.0.18-22.el6sat
  • rubygem-passenger-debuginfo-0:4.0.18-22.el7sat
  • rubygem-passenger-native-0:4.0.18-22.el6sat
  • rubygem-passenger-native-0:4.0.18-22.el7sat
  • rubygem-passenger-native-libs-0:4.0.18-22.el6sat
  • rubygem-passenger-native-libs-0:4.0.18-22.el7sat
  • rubygem-powerbar-0:1.0.11-8.el6sat
  • rubygem-powerbar-0:1.0.11-8.el7sat
  • rubygem-rack-1:1.4.1-13.el6sat
  • rubygem-rack-1:1.4.1-13.el7sat
  • rubygem-rack-protection-0:1.5.0-7.el6sat
  • rubygem-rack-protection-0:1.5.0-7.el7sat
  • rubygem-rake-0:0.9.2.2-41.el6sat
  • rubygem-rake-0:0.9.2.2-41.el7sat
  • rubygem-rdoc-0:3.12-27.el6sat
  • rubygem-rdoc-debuginfo-0:3.12-27.el6sat
  • rubygem-rest-client-0:1.6.7-1.el6sat
  • rubygem-rest-client-0:1.6.7-1.el7sat
  • rubygem-rkerberos-0:0.1.2-3.el6sat
  • rubygem-rkerberos-0:0.1.2-3.el7sat
  • rubygem-rkerberos-debuginfo-0:0.1.2-3.el6sat
  • rubygem-rkerberos-debuginfo-0:0.1.2-3.el7sat
  • rubygem-rubyipmi-0:0.10.0-1.el7sat
  • rubygem-sinatra-1:1.3.6-27.el7sat
  • rubygem-thor-0:0.14.6-5.el6sat
  • rubygem-tilt-0:1.3.3-18.el7sat
  • saslwrapper-0:0.22-5.el6sat
  • saslwrapper-0:0.22-5.el7sat
  • saslwrapper-debuginfo-0:0.22-5.el6sat
  • saslwrapper-debuginfo-0:0.22-5.el7sat
  • tfm-rubygem-activerecord-session_store-0:0.1.2-1.el6sat
  • tfm-rubygem-activerecord-session_store-0:0.1.2-1.el7sat
  • tfm-rubygem-addressable-0:2.3.6-3.el6sat
  • tfm-rubygem-addressable-0:2.3.6-3.el7sat
  • tfm-rubygem-algebrick-0:0.7.3-4.el6sat
  • tfm-rubygem-algebrick-0:0.7.3-4.el7sat
  • tfm-rubygem-ancestry-0:2.0.0-4.el6sat
  • tfm-rubygem-ancestry-0:2.0.0-4.el7sat
  • tfm-rubygem-anemone-0:0.7.2-12.el6sat
  • tfm-rubygem-anemone-0:0.7.2-12.el7sat
  • tfm-rubygem-angular-rails-templates-1:0.1.2-4.el6sat
  • tfm-rubygem-angular-rails-templates-1:0.1.2-4.el7sat
  • tfm-rubygem-ansi-0:1.4.3-6.el6sat
  • tfm-rubygem-ansi-0:1.4.3-6.el7sat
  • tfm-rubygem-apipie-bindings-0:0.0.16-1.el6sat
  • tfm-rubygem-apipie-bindings-0:0.0.16-1.el7sat
  • tfm-rubygem-apipie-params-0:0.0.5-2.el6sat
  • tfm-rubygem-apipie-params-0:0.0.5-2.el7sat
  • tfm-rubygem-apipie-rails-0:0.3.6-1.el6sat
  • tfm-rubygem-apipie-rails-0:0.3.6-1.el7sat
  • tfm-rubygem-audited-0:4.2.0-1.el6sat
  • tfm-rubygem-audited-0:4.2.0-1.el7sat
  • tfm-rubygem-audited-activerecord-0:4.2.0-1.el6sat
  • tfm-rubygem-audited-activerecord-0:4.2.0-1.el7sat
  • tfm-rubygem-autoparse-0:0.3.3-3.el6sat
  • tfm-rubygem-autoparse-0:0.3.3-3.el7sat
  • tfm-rubygem-awesome_print-0:1.0.2-13.el6sat
  • tfm-rubygem-awesome_print-0:1.0.2-13.el7sat
  • tfm-rubygem-bundler_ext-0:0.3.0-8.el6sat
  • tfm-rubygem-bundler_ext-0:0.3.0-8.el7sat
  • tfm-rubygem-clamp-0:1.0.0-4.el6sat
  • tfm-rubygem-clamp-0:1.0.0-4.el7sat
  • tfm-rubygem-colorize-0:0.7.7-3.el6sat
  • tfm-rubygem-colorize-0:0.7.7-3.el7sat
  • tfm-rubygem-concurrent-ruby-1:1.0.0-2.el6sat
  • tfm-rubygem-concurrent-ruby-1:1.0.0-2.el7sat
  • tfm-rubygem-concurrent-ruby-edge-1:0.2.0-2.el6sat
  • tfm-rubygem-concurrent-ruby-edge-1:0.2.0-2.el7sat
  • tfm-rubygem-daemons-0:1.2.3-3.el6sat
  • tfm-rubygem-daemons-0:1.2.3-3.el7sat
  • tfm-rubygem-deep_cloneable-0:2.1.1-2.el6sat
  • tfm-rubygem-deep_cloneable-0:2.1.1-2.el7sat
  • tfm-rubygem-deface-0:1.0.2-2.el6sat
  • tfm-rubygem-deface-0:1.0.2-2.el7sat
  • tfm-rubygem-docker-api-0:1.28.0-1.el6sat
  • tfm-rubygem-docker-api-0:1.28.0-1.el7sat
  • tfm-rubygem-excon-0:0.45.3-3.el6sat
  • tfm-rubygem-excon-0:0.45.3-3.el7sat
  • tfm-rubygem-extlib-0:0.9.16-3.el6sat
  • tfm-rubygem-extlib-0:0.9.16-3.el7sat
  • tfm-rubygem-facter-0:2.4.0-3.el6sat
  • tfm-rubygem-facter-0:2.4.0-3.el7sat
  • tfm-rubygem-facter-debuginfo-0:2.4.0-3.el6sat
  • tfm-rubygem-facter-debuginfo-0:2.4.0-3.el7sat
  • tfm-rubygem-faraday-0:0.9.1-3.el6sat
  • tfm-rubygem-faraday-0:0.9.1-3.el7sat
  • tfm-rubygem-fast_gettext-0:0.9.2-3.el6sat
  • tfm-rubygem-fast_gettext-0:0.9.2-3.el7sat
  • tfm-rubygem-fog-0:1.38.0-1.el6sat
  • tfm-rubygem-fog-0:1.38.0-1.el7sat
  • tfm-rubygem-fog-aws-0:0.7.4-3.el6sat
  • tfm-rubygem-fog-aws-0:0.7.4-3.el7sat
  • tfm-rubygem-fog-core-0:1.36.0-1.el6sat
  • tfm-rubygem-fog-core-0:1.36.0-1.el7sat
  • tfm-rubygem-fog-google-0:0.1.0-2.el6sat
  • tfm-rubygem-fog-google-0:0.1.0-2.el7sat
  • tfm-rubygem-fog-json-0:1.0.2-3.el6sat
  • tfm-rubygem-fog-json-0:1.0.2-3.el7sat
  • tfm-rubygem-fog-libvirt-0:0.0.2-3.el6sat
  • tfm-rubygem-fog-libvirt-0:0.0.2-3.el7sat
  • tfm-rubygem-fog-openstack-0:0.1.2-2.el6sat
  • tfm-rubygem-fog-openstack-0:0.1.2-2.el7sat
  • tfm-rubygem-fog-rackspace-0:0.1.1-2.el6sat
  • tfm-rubygem-fog-rackspace-0:0.1.1-2.el7sat
  • tfm-rubygem-fog-vsphere-0:0.6.3-1.el6sat
  • tfm-rubygem-fog-vsphere-0:0.6.3-1.el7sat
  • tfm-rubygem-fog-xenserver-0:0.2.2-2.el6sat
  • tfm-rubygem-fog-xenserver-0:0.2.2-2.el7sat
  • tfm-rubygem-fog-xml-0:0.1.2-3.el6sat
  • tfm-rubygem-fog-xml-0:0.1.2-3.el7sat
  • tfm-rubygem-foreigner-0:1.7.1-3.el6sat
  • tfm-rubygem-foreigner-0:1.7.1-3.el7sat
  • tfm-rubygem-formatador-0:0.2.1-9.el6sat
  • tfm-rubygem-formatador-0:0.2.1-9.el7sat
  • tfm-rubygem-friendly_id-0:5.1.0-1.el6sat
  • tfm-rubygem-friendly_id-0:5.1.0-1.el7sat
  • tfm-rubygem-gettext_i18n_rails-0:1.2.1-3.el6sat
  • tfm-rubygem-gettext_i18n_rails-0:1.2.1-3.el7sat
  • tfm-rubygem-google-api-client-0:0.8.2-3.el6sat
  • tfm-rubygem-google-api-client-0:0.8.2-3.el7sat
  • tfm-rubygem-hashie-0:2.0.5-4.el6sat
  • tfm-rubygem-hashie-0:2.0.5-4.el7sat
  • tfm-rubygem-highline-0:1.6.21-4.el6sat
  • tfm-rubygem-highline-0:1.6.21-4.el7sat
  • tfm-rubygem-i18n-0:0.7.0-2.el6sat
  • tfm-rubygem-i18n-0:0.7.0-2.el7sat
  • tfm-rubygem-ipaddress-0:0.8.0-9.el6sat
  • tfm-rubygem-ipaddress-0:0.8.0-9.el7sat
  • tfm-rubygem-jquery-ui-rails-0:4.1.2-3.el6sat
  • tfm-rubygem-jquery-ui-rails-0:4.1.2-3.el7sat
  • tfm-rubygem-jwt-0:1.2.0-3.el6sat
  • tfm-rubygem-jwt-0:1.2.0-3.el7sat
  • tfm-rubygem-launchy-0:2.4.3-3.el6sat
  • tfm-rubygem-launchy-0:2.4.3-3.el7sat
  • tfm-rubygem-little-plugger-0:1.1.3-20.el6sat
  • tfm-rubygem-little-plugger-0:1.1.3-20.el7sat
  • tfm-rubygem-locale-0:2.0.9-11.el6sat
  • tfm-rubygem-locale-0:2.0.9-11.el7sat
  • tfm-rubygem-logging-0:1.8.2-3.el6sat
  • tfm-rubygem-logging-0:1.8.2-3.el7sat
  • tfm-rubygem-multi_json-0:1.10.1-3.el6sat
  • tfm-rubygem-multi_json-0:1.10.1-3.el7sat
  • tfm-rubygem-multipart-post-0:1.2.0-4.el6sat
  • tfm-rubygem-multipart-post-0:1.2.0-4.el7sat
  • tfm-rubygem-net-ldap-0:0.13.0-1.el6sat
  • tfm-rubygem-net-ldap-0:0.13.0-1.el7sat
  • tfm-rubygem-net-scp-0:1.1.0-5.el6sat
  • tfm-rubygem-net-scp-0:1.1.0-5.el7sat
  • tfm-rubygem-net-ssh-0:2.9.2-3.el6sat
  • tfm-rubygem-net-ssh-0:2.9.2-3.el7sat
  • tfm-rubygem-netrc-0:0.7.7-7.el6sat
  • tfm-rubygem-netrc-0:0.7.7-7.el7sat
  • tfm-rubygem-nokogiri-0:1.6.6.2-2.el6sat
  • tfm-rubygem-nokogiri-0:1.6.6.2-2.el7sat
  • tfm-rubygem-nokogiri-debuginfo-0:1.6.6.2-2.el6sat
  • tfm-rubygem-nokogiri-debuginfo-0:1.6.6.2-2.el7sat
  • tfm-rubygem-oauth-0:0.4.7-8.el6sat
  • tfm-rubygem-oauth-0:0.4.7-8.el7sat
  • tfm-rubygem-parse-cron-0:0.1.4-2.el6sat
  • tfm-rubygem-parse-cron-0:0.1.4-2.el7sat
  • tfm-rubygem-passenger-0:4.0.18-22.el6sat
  • tfm-rubygem-passenger-0:4.0.18-22.el7sat
  • tfm-rubygem-passenger-native-0:4.0.18-22.el6sat
  • tfm-rubygem-passenger-native-0:4.0.18-22.el7sat
  • tfm-rubygem-passenger-native-libs-0:4.0.18-22.el6sat
  • tfm-rubygem-passenger-native-libs-0:4.0.18-22.el7sat
  • tfm-rubygem-pg-0:0.15.1-2.el6sat
  • tfm-rubygem-pg-0:0.15.1-2.el7sat
  • tfm-rubygem-pg-debuginfo-0:0.15.1-2.el6sat
  • tfm-rubygem-pg-debuginfo-0:0.15.1-2.el7sat
  • tfm-rubygem-powerbar-0:1.0.11-11.el6sat
  • tfm-rubygem-powerbar-0:1.0.11-11.el7sat
  • tfm-rubygem-protected_attributes-0:1.1.3-2.el6sat
  • tfm-rubygem-protected_attributes-0:1.1.3-2.el7sat
  • tfm-rubygem-rabl-0:0.11.6-3.el6sat
  • tfm-rubygem-rabl-0:0.11.6-3.el7sat
  • tfm-rubygem-rack-jsonp-0:1.3.1-3.el6sat
  • tfm-rubygem-rack-jsonp-0:1.3.1-3.el7sat
  • tfm-rubygem-rails-i18n-0:4.0.8-1.el6sat
  • tfm-rubygem-rails-i18n-0:4.0.8-1.el7sat
  • tfm-rubygem-rails-observers-0:0.1.2-6.el6sat
  • tfm-rubygem-rails-observers-0:0.1.2-6.el7sat
  • tfm-rubygem-rbovirt-0:0.0.37-1.el6sat
  • tfm-rubygem-rbovirt-0:0.0.37-1.el7sat
  • tfm-rubygem-rbvmomi-0:1.8.2-3.el6sat
  • tfm-rubygem-rbvmomi-0:1.8.2-3.el7sat
  • tfm-rubygem-rest-client-0:1.6.7-4.el6sat
  • tfm-rubygem-rest-client-0:1.6.7-4.el7sat
  • tfm-rubygem-retriable-0:1.4.1-3.el6sat
  • tfm-rubygem-retriable-0:1.4.1-3.el7sat
  • tfm-rubygem-robotex-0:1.0.0-18.el6sat
  • tfm-rubygem-robotex-0:1.0.0-18.el7sat
  • tfm-rubygem-ruby-libvirt-0:0.5.2-4.el6sat
  • tfm-rubygem-ruby-libvirt-0:0.5.2-4.el7sat
  • tfm-rubygem-ruby-libvirt-debuginfo-0:0.5.2-4.el6sat
  • tfm-rubygem-ruby-libvirt-debuginfo-0:0.5.2-4.el7sat
  • tfm-rubygem-ruby2ruby-0:2.1.3-4.el6sat
  • tfm-rubygem-ruby2ruby-0:2.1.3-4.el7sat
  • tfm-rubygem-ruby_parser-0:3.6.3-4.el6sat
  • tfm-rubygem-ruby_parser-0:3.6.3-4.el7sat
  • tfm-rubygem-runcible-0:1.7.0-1.el6sat
  • tfm-rubygem-runcible-0:1.7.0-1.el7sat
  • tfm-rubygem-safemode-0:1.2.3-1.el6sat
  • tfm-rubygem-safemode-0:1.2.3-1.el7sat
  • tfm-rubygem-scoped_search-0:3.2.2-3.el6sat
  • tfm-rubygem-scoped_search-0:3.2.2-3.el7sat
  • tfm-rubygem-secure_headers-0:1.4.1-3.el6sat
  • tfm-rubygem-secure_headers-0:1.4.1-3.el7sat
  • tfm-rubygem-sequel-0:4.20.0-6.el6sat
  • tfm-rubygem-sequel-0:4.20.0-6.el7sat
  • tfm-rubygem-sexp_processor-0:4.4.4-3.el6sat
  • tfm-rubygem-sexp_processor-0:4.4.4-3.el7sat
  • tfm-rubygem-signet-0:0.6.0-3.el6sat
  • tfm-rubygem-signet-0:0.6.0-3.el7sat
  • tfm-rubygem-sprockets-0:3.5.2-1.el6sat
  • tfm-rubygem-sprockets-0:3.5.2-1.el7sat
  • tfm-rubygem-sprockets-rails-0:2.3.3-1.el6sat
  • tfm-rubygem-sprockets-rails-0:2.3.3-1.el7sat
  • tfm-rubygem-sshkey-0:1.6.0-4.el6sat
  • tfm-rubygem-sshkey-0:1.6.0-4.el7sat
  • tfm-rubygem-table_print-0:1.5.1-5.el6sat
  • tfm-rubygem-table_print-0:1.5.1-5.el7sat
  • tfm-rubygem-trollop-0:2.0-5.el6sat
  • tfm-rubygem-trollop-0:2.0-5.el7sat
  • tfm-rubygem-turbolinks-0:2.5.3-3.el6sat
  • tfm-rubygem-turbolinks-0:2.5.3-3.el7sat
  • tfm-rubygem-validates_lengths_from_database-0:0.5.0-1.el6sat
  • tfm-rubygem-validates_lengths_from_database-0:0.5.0-1.el7sat
  • tfm-rubygem-wicked-0:1.1.0-3.el6sat
  • tfm-rubygem-wicked-0:1.1.0-3.el7sat
  • tfm-rubygem-will_paginate-0:3.0.7-1.el6sat
  • tfm-rubygem-will_paginate-0:3.0.7-1.el7sat
  • tfm-runtime-0:2.0-2.el6sat
  • tfm-runtime-0:2.0-2.el7sat
  • v8-1:3.14.5.10-11.el7sat
  • v8-1:3.14.5.10-9.el6sat
  • v8-debuginfo-1:3.14.5.10-11.el7sat
  • v8-debuginfo-1:3.14.5.10-9.el6sat
  • yaml-cpp-0:0.5.1-7.el7sat
  • yaml-cpp-debuginfo-0:0.5.1-7.el7sat
  • qpid-cpp-client-0:0.18-38.el7
  • qpid-cpp-client-devel-0:0.18-38.el7
  • qpid-cpp-client-devel-docs-0:0.18-38.el7
  • qpid-cpp-client-rdma-0:0.18-38.el7
  • qpid-cpp-client-ssl-0:0.18-38.el7
  • qpid-cpp-debuginfo-0:0.18-38.el7
  • qpid-cpp-server-0:0.18-38.el7
  • qpid-cpp-server-cluster-0:0.18-38.el7
  • qpid-cpp-server-devel-0:0.18-38.el7
  • qpid-cpp-server-rdma-0:0.18-38.el7
  • qpid-cpp-server-ssl-0:0.18-38.el7
  • qpid-cpp-server-store-0:0.18-38.el7
  • qpid-cpp-client-0:0.18-38.el6
  • qpid-cpp-client-devel-0:0.18-38.el6
  • qpid-cpp-client-devel-docs-0:0.18-38.el6
  • qpid-cpp-client-rdma-0:0.18-38.el6
  • qpid-cpp-client-ssl-0:0.18-38.el6
  • qpid-cpp-debuginfo-0:0.18-38.el6
  • qpid-cpp-server-0:0.18-38.el6
  • qpid-cpp-server-cluster-0:0.18-38.el6
  • qpid-cpp-server-devel-0:0.18-38.el6
  • qpid-cpp-server-rdma-0:0.18-38.el6
  • qpid-cpp-server-ssl-0:0.18-38.el6
  • qpid-cpp-server-store-0:0.18-38.el6
  • qpid-cpp-server-xml-0:0.18-38.el6
  • qpid-cpp-client-0:0.18-38.el5_10
  • qpid-cpp-client-devel-0:0.18-38.el5_10
  • qpid-cpp-client-devel-docs-0:0.18-38.el5_10
  • qpid-cpp-client-rdma-0:0.18-38.el5_10
  • qpid-cpp-client-ssl-0:0.18-38.el5_10
  • qpid-cpp-mrg-debuginfo-0:0.18-38.el5_10
  • qpid-cpp-server-0:0.18-38.el5_10
  • qpid-cpp-server-cluster-0:0.18-38.el5_10
  • qpid-cpp-server-devel-0:0.18-38.el5_10
  • qpid-cpp-server-ssl-0:0.18-38.el5_10
  • qpid-cpp-server-store-0:0.18-38.el5_10
  • qpid-cpp-server-xml-0:0.18-38.el5_10
  • python-qpid-0:0.22-19.el6
  • python-qpid-qmf-0:0.22-41.el6
  • qpid-cpp-client-0:0.22-51.el6
  • qpid-cpp-client-devel-0:0.22-51.el6
  • qpid-cpp-client-devel-docs-0:0.22-51.el6
  • qpid-cpp-client-rdma-0:0.22-51.el6
  • qpid-cpp-debuginfo-0:0.22-51.el6
  • qpid-cpp-server-0:0.22-51.el6
  • qpid-cpp-server-devel-0:0.22-51.el6
  • qpid-cpp-server-ha-0:0.22-51.el6
  • qpid-cpp-server-linearstore-0:0.22-51.el6
  • qpid-cpp-server-rdma-0:0.22-51.el6
  • qpid-cpp-server-xml-0:0.22-51.el6
  • qpid-qmf-0:0.22-41.el6
  • qpid-qmf-debuginfo-0:0.22-41.el6
  • qpid-qmf-devel-0:0.22-41.el6
  • ruby-qpid-qmf-0:0.22-41.el6
  • libdb-cxx-0:5.3.21-17.el7_0.1
  • libdb-cxx-devel-0:5.3.21-17.el7_0.1
  • libdb-debuginfo-0:5.3.21-17.el7_0.1
  • python-qpid-0:0.22-19.el7
  • python-qpid-qmf-0:0.22-41.el7
  • qpid-cpp-client-0:0.22-51.el7
  • qpid-cpp-client-devel-0:0.22-51.el7
  • qpid-cpp-client-devel-docs-0:0.22-51.el7
  • qpid-cpp-client-rdma-0:0.22-51.el7
  • qpid-cpp-debuginfo-0:0.22-51.el7
  • qpid-cpp-server-0:0.22-51.el7
  • qpid-cpp-server-devel-0:0.22-51.el7
  • qpid-cpp-server-ha-0:0.22-51.el7
  • qpid-cpp-server-linearstore-0:0.22-51.el7
  • qpid-cpp-server-rdma-0:0.22-51.el7
  • qpid-qmf-0:0.22-41.el7
  • qpid-qmf-debuginfo-0:0.22-41.el7
  • qpid-qmf-devel-0:0.22-41.el7
  • ruby-qpid-qmf-0:0.22-41.el7
refmap via4
bid 72030
confirm https://issues.apache.org/jira/browse/QPID-6310
misc https://packetstormsecurity.com/files/129941/Apache-Qpid-0.30-Denial-Of-Service.html
Last major update 18-03-2018 - 14:05
Published 21-02-2018 - 15:29
Last modified 18-03-2018 - 14:05
Back to Top