ID CVE-2011-4930
Summary Multiple format string vulnerabilities in Condor 7.2.0 through 7.6.4, and possibly certain 7.7.x versions, as used in Red Hat MRG Grid and possibly other products, allow local users to cause a denial of service (condor_schedd daemon and failure to launch jobs) and possibly execute arbitrary code via format string specifiers in (1) the reason for a hold for a job that uses an XML user log, (2) the filename of a file to be transferred, and possibly other unspecified vectors.
References
Vulnerable Configurations
  • cpe:2.3:a:condor_project:condor:7.6.1:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.6.1:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:16:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:16:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.5.4:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.5.4:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.6.3:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.6.3:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.3.2:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.3.2:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.6.4:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.6.4:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.6.2:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.6.2:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:15:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:15:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:condor_project:condor:7.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:condor_project:condor:7.2.4:*:*:*:*:*:*:*
  • cpe:2.3:o:redhat:enterprise_mrg:1.3:*:*:*:*:*:*:*
    cpe:2.3:o:redhat:enterprise_mrg:1.3:*:*:*:*:*:*:*
  • cpe:2.3:o:redhat:enterprise_mrg:2.0:*:*:*:*:*:*:*
    cpe:2.3:o:redhat:enterprise_mrg:2.0:*:*:*:*:*:*:*
CVSS
Base: 4.4 (as of 13-02-2023 - 03:24)
Impact:
Exploitability:
CWE CWE-134
CAPEC
  • String Format Overflow in syslog()
    This attack targets the format string vulnerabilities in the syslog() function. An attacker would typically inject malicious input in the format string parameter of the syslog function. This is a common problem, and many public vulnerabilities and associated exploits have been posted.
  • Format String Injection
    An adversary includes formatting characters in a string input field on the target application. Most applications assume that users will provide static text and may respond unpredictably to the presence of formatting character. For example, in certain functions of the C programming languages such as printf, the formatting character %s will print the contents of a memory location expecting this location to identify a string and the formatting character %n prints the number of DWORD written in the memory. An adversary can use this to read or write to memory locations or files, or simply to manipulate the value of the resulting text in unexpected ways. Reading or writing memory may result in program crashes and writing memory could result in the execution of arbitrary code if the adversary can write to the program stack.
Access
VectorComplexityAuthentication
LOCAL MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:L/AC:M/Au:N/C:P/I:P/A:P
redhat via4
advisories
  • rhsa
    id RHSA-2012:0099
  • rhsa
    id RHSA-2012:0100
rpms
  • condor-0:7.6.5-0.12.el6
  • condor-aviary-0:7.6.5-0.12.el6
  • condor-classads-0:7.6.5-0.12.el6
  • condor-debuginfo-0:7.6.5-0.12.el6
  • condor-ec2-enhanced-0:1.3.0-1.el6
  • condor-ec2-enhanced-hooks-0:1.3.0-1.el6
  • condor-kbdd-0:7.6.5-0.12.el6
  • condor-plumage-0:7.6.5-0.12.el6
  • condor-qmf-0:7.6.5-0.12.el6
  • condor-vm-gahp-0:7.6.5-0.12.el6
  • condor-wallaby-base-db-0:1.19-1.el6
  • cumin-0:0.1.5192-1.el6
  • python-condorec2e-0:1.3.0-1.el6
  • python-wallaby-0:0.12.5-1.el6
  • ruby-spqr-0:0.3.5-1.el6
  • ruby-wallaby-0:0.12.5-1.el6
  • spqr-gen-0:0.3.5-1.el6
  • wallaby-0:0.12.5-1.el6
  • wallaby-utils-0:0.12.5-1.el6
  • condor-0:7.6.5-0.12.el5
  • condor-aviary-0:7.6.5-0.12.el5
  • condor-classads-0:7.6.5-0.12.el5
  • condor-debuginfo-0:7.6.5-0.12.el5
  • condor-ec2-enhanced-0:1.3.0-1.el5
  • condor-ec2-enhanced-hooks-0:1.3.0-1.el5
  • condor-kbdd-0:7.6.5-0.12.el5
  • condor-qmf-0:7.6.5-0.12.el5
  • condor-vm-gahp-0:7.6.5-0.12.el5
  • condor-wallaby-base-db-0:1.19-1.el5
  • cumin-0:0.1.5192-1.el5
  • python-condorec2e-0:1.3.0-1.el5
  • python-psycopg2-0:2.0.14-3.el5
  • python-psycopg2-debuginfo-0:2.0.14-3.el5
  • python-wallaby-0:0.12.5-1.el5
  • ruby-spqr-0:0.3.5-1.el5
  • ruby-wallaby-0:0.12.5-1.el5
  • spqr-gen-0:0.3.5-1.el5
  • wallaby-0:0.12.5-1.el5
  • wallaby-utils-0:0.12.5-1.el5
refmap via4
confirm
misc
Last major update 13-02-2023 - 03:24
Published 10-02-2014 - 18:15
Last modified 13-02-2023 - 03:24
Back to Top