gsd-2013-4259
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2013-4259",
    "description": "runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/.",
    "id": "GSD-2013-4259"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2013-4259"
      ],
      "details": "runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/.",
      "id": "GSD-2013-4259",
      "modified": "2023-12-13T01:22:16.161720Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "secalert@redhat.com",
        "ID": "CVE-2013-4259",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "n/a",
                    "version": {
                      "version_data": [
                        {
                          "version_affected": "=",
                          "version_value": "n/a"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "n/a"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "value": "runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "http://www.ansible.com/security",
            "refsource": "MISC",
            "url": "http://www.ansible.com/security"
          },
          {
            "name": "https://groups.google.com/forum/#%21topic/ansible-project/UVDYW0HGcNg",
            "refsource": "MISC",
            "url": "https://groups.google.com/forum/#%21topic/ansible-project/UVDYW0HGcNg"
          },
          {
            "name": "https://bugzilla.redhat.com/show_bug.cgi?id=998223",
            "refsource": "MISC",
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=998223"
          }
        ]
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003c1.2.3",
          "affected_versions": "All versions before 1.2.3",
          "cvss_v2": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-264",
            "CWE-937"
          ],
          "date": "2023-08-28",
          "description": "runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/.",
          "fixed_versions": [
            "1.2.3"
          ],
          "identifier": "CVE-2013-4259",
          "identifiers": [
            "GHSA-fj24-ghp9-39v3",
            "CVE-2013-4259"
          ],
          "not_impacted": "All versions starting from 1.2.3",
          "package_slug": "pypi/ansible",
          "pubdate": "2022-05-14",
          "solution": "Upgrade to version 1.2.3 or above.",
          "title": "Ansible uses a socket with predictable filename in /tmp",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2013-4259",
            "https://bugzilla.redhat.com/show_bug.cgi?id=998223",
            "https://groups.google.com/forum/#!topic/ansible-project/UVDYW0HGcNg",
            "http://www.ansible.com/security",
            "https://groups.google.com/forum/#%21topic/ansible-project/UVDYW0HGcNg",
            "https://github.com/advisories/GHSA-fj24-ghp9-39v3"
          ],
          "uuid": "756cdb3d-4ed7-472f-9c17-2eaaa1191e3f"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:redhat:ansible:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "1.2.2",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "secalert@redhat.com",
          "ID": "CVE-2013-4259"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-264"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://bugzilla.redhat.com/show_bug.cgi?id=998223",
              "refsource": "CONFIRM",
              "tags": [
                "Patch",
                "Issue Tracking"
              ],
              "url": "https://bugzilla.redhat.com/show_bug.cgi?id=998223"
            },
            {
              "name": "http://www.ansible.com/security",
              "refsource": "CONFIRM",
              "tags": [
                "Vendor Advisory"
              ],
              "url": "http://www.ansible.com/security"
            },
            {
              "name": "https://groups.google.com/forum/#%21topic/ansible-project/UVDYW0HGcNg",
              "refsource": "MISC",
              "tags": [],
              "url": "https://groups.google.com/forum/#%21topic/ansible-project/UVDYW0HGcNg"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "cvssV2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 1.9,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:L/AC:M/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          "exploitabilityScore": 3.4,
          "impactScore": 2.9,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "LOW",
          "userInteractionRequired": false
        }
      },
      "lastModifiedDate": "2023-02-13T04:45Z",
      "publishedDate": "2013-09-16T19:14Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.