GSD-2013-7329

Vulnerability from gsd - Updated: 2023-12-13 01:22
Details
The CGI::Application module before 4.50_50 and 4.50_51 for Perl, when run modes are not specified, allows remote attackers to obtain sensitive information (web queries and environment details) via vectors related to the dump_html function.
Aliases
Aliases

{
  "GSD": {
    "alias": "CVE-2013-7329",
    "description": "The CGI::Application module before 4.50_50 and 4.50_51 for Perl, when run modes are not specified, allows remote attackers to obtain sensitive information (web queries and environment details) via vectors related to the dump_html function.",
    "id": "GSD-2013-7329",
    "references": [
      "https://www.suse.com/security/cve/CVE-2013-7329.html",
      "https://advisories.mageia.org/CVE-2013-7329.html"
    ]
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2013-7329"
      ],
      "details": "The CGI::Application module before 4.50_50 and 4.50_51 for Perl, when run modes are not specified, allows remote attackers to obtain sensitive information (web queries and environment details) via vectors related to the dump_html function.",
      "id": "GSD-2013-7329",
      "modified": "2023-12-13T01:22:18.759063Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2013-7329",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "n/a",
                    "version": {
                      "version_data": [
                        {
                          "version_value": "n/a"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "n/a"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "value": "The CGI::Application module before 4.50_50 and 4.50_51 for Perl, when run modes are not specified, allows remote attackers to obtain sensitive information (web queries and environment details) via vectors related to the dump_html function."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "FEDORA-2014-2998",
            "refsource": "FEDORA",
            "url": "http://lists.fedoraproject.org/pipermail/package-announce/2014-March/129444.html"
          },
          {
            "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1067180",
            "refsource": "CONFIRM",
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1067180"
          },
          {
            "name": "https://rt.cpan.org/Public/Bug/Display.html?id=84403",
            "refsource": "MISC",
            "url": "https://rt.cpan.org/Public/Bug/Display.html?id=84403"
          },
          {
            "name": "[oss-security] 20140219 CVE request for CGI::Application information disclosure flaw",
            "refsource": "MLIST",
            "url": "http://openwall.com/lists/oss-security/2014/02/19/11"
          },
          {
            "name": "perl-cgiapplication-cve20137329-info-disc(91735)",
            "refsource": "XF",
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/91735"
          },
          {
            "name": "https://github.com/markstos/CGI--Application/pull/15",
            "refsource": "CONFIRM",
            "url": "https://github.com/markstos/CGI--Application/pull/15"
          },
          {
            "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739505",
            "refsource": "CONFIRM",
            "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739505"
          },
          {
            "name": "65687",
            "refsource": "BID",
            "url": "http://www.securityfocus.com/bid/65687"
          },
          {
            "name": "FEDORA-2014-2999",
            "refsource": "FEDORA",
            "url": "http://lists.fedoraproject.org/pipermail/package-announce/2014-March/129436.html"
          }
        ]
      }
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:perl:cgi_application_module:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "4.50",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2013-7329"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "The CGI::Application module before 4.50_50 and 4.50_51 for Perl, when run modes are not specified, allows remote attackers to obtain sensitive information (web queries and environment details) via vectors related to the dump_html function."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-200"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/markstos/CGI--Application/pull/15",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://github.com/markstos/CGI--Application/pull/15"
            },
            {
              "name": "[oss-security] 20140219 CVE request for CGI::Application information disclosure flaw",
              "refsource": "MLIST",
              "tags": [],
              "url": "http://openwall.com/lists/oss-security/2014/02/19/11"
            },
            {
              "name": "FEDORA-2014-2999",
              "refsource": "FEDORA",
              "tags": [],
              "url": "http://lists.fedoraproject.org/pipermail/package-announce/2014-March/129436.html"
            },
            {
              "name": "FEDORA-2014-2998",
              "refsource": "FEDORA",
              "tags": [],
              "url": "http://lists.fedoraproject.org/pipermail/package-announce/2014-March/129444.html"
            },
            {
              "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739505",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739505"
            },
            {
              "name": "65687",
              "refsource": "BID",
              "tags": [],
              "url": "http://www.securityfocus.com/bid/65687"
            },
            {
              "name": "https://rt.cpan.org/Public/Bug/Display.html?id=84403",
              "refsource": "MISC",
              "tags": [],
              "url": "https://rt.cpan.org/Public/Bug/Display.html?id=84403"
            },
            {
              "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1067180",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1067180"
            },
            {
              "name": "perl-cgiapplication-cve20137329-info-disc(91735)",
              "refsource": "XF",
              "tags": [],
              "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/91735"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "cvssV2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 5.0,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
            "version": "2.0"
          },
          "exploitabilityScore": 10.0,
          "impactScore": 2.9,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "MEDIUM",
          "userInteractionRequired": false
        }
      },
      "lastModifiedDate": "2018-03-07T02:29Z",
      "publishedDate": "2014-10-06T23:55Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…