CVE-2007-4212 (GCVE-0-2007-4212)

Vulnerability from cvelistv5 – Published: 2007-08-08 01:52 – Updated: 2024-08-07 14:46
VLAI
Summary
Multiple cross-site scripting (XSS) vulnerabilities in the Search Module in PHP-Nuke allow remote attackers to inject arbitrary web script or HTML via a trailing "<" instead of a ">" in (1) the onerror attribute of an IMG element, (2) the onload attribute of an IFRAME element, or (3) redirect users to other sites via the META tag.
Severity
No CVSS data available.
CWE
  • n/a
Assigner
References
URL Tags
http://securityreason.com/securityalert/2974 third-party-advisoryx_refsource_SREASON
http://osvdb.org/42538 vdb-entryx_refsource_OSVDB
http://www.securityfocus.com/bid/25171 vdb-entryx_refsource_BID
http://www.securityfocus.com/archive/1/475249/100… mailing-listx_refsource_BUGTRAQ
Date Public
2007-08-01 00:00
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-07T14:46:39.395Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "2974",
            "tags": [
              "third-party-advisory",
              "x_refsource_SREASON",
              "x_transferred"
            ],
            "url": "http://securityreason.com/securityalert/2974"
          },
          {
            "name": "42538",
            "tags": [
              "vdb-entry",
              "x_refsource_OSVDB",
              "x_transferred"
            ],
            "url": "http://osvdb.org/42538"
          },
          {
            "name": "25171",
            "tags": [
              "vdb-entry",
              "x_refsource_BID",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/bid/25171"
          },
          {
            "name": "20070801 PHP-Nuke (ALL versions) Multiple XSS and HTML injection",
            "tags": [
              "mailing-list",
              "x_refsource_BUGTRAQ",
              "x_transferred"
            ],
            "url": "http://www.securityfocus.com/archive/1/475249/100/0/threaded"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "n/a",
          "vendor": "n/a",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "datePublic": "2007-08-01T00:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple cross-site scripting (XSS) vulnerabilities in the Search Module in PHP-Nuke allow remote attackers to inject arbitrary web script or HTML via a trailing \"\u003c\" instead of a \"\u003e\" in (1) the onerror attribute of an IMG element, (2) the onload attribute of an IFRAME element, or (3) redirect users to other sites via the META tag."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "description": "n/a",
              "lang": "en",
              "type": "text"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2018-10-15T20:57:01.000Z",
        "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
        "shortName": "mitre"
      },
      "references": [
        {
          "name": "2974",
          "tags": [
            "third-party-advisory",
            "x_refsource_SREASON"
          ],
          "url": "http://securityreason.com/securityalert/2974"
        },
        {
          "name": "42538",
          "tags": [
            "vdb-entry",
            "x_refsource_OSVDB"
          ],
          "url": "http://osvdb.org/42538"
        },
        {
          "name": "25171",
          "tags": [
            "vdb-entry",
            "x_refsource_BID"
          ],
          "url": "http://www.securityfocus.com/bid/25171"
        },
        {
          "name": "20070801 PHP-Nuke (ALL versions) Multiple XSS and HTML injection",
          "tags": [
            "mailing-list",
            "x_refsource_BUGTRAQ"
          ],
          "url": "http://www.securityfocus.com/archive/1/475249/100/0/threaded"
        }
      ],
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2007-4212",
          "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": "Multiple cross-site scripting (XSS) vulnerabilities in the Search Module in PHP-Nuke allow remote attackers to inject arbitrary web script or HTML via a trailing \"\u003c\" instead of a \"\u003e\" in (1) the onerror attribute of an IMG element, (2) the onload attribute of an IFRAME element, or (3) redirect users to other sites via the META tag."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "n/a"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "2974",
              "refsource": "SREASON",
              "url": "http://securityreason.com/securityalert/2974"
            },
            {
              "name": "42538",
              "refsource": "OSVDB",
              "url": "http://osvdb.org/42538"
            },
            {
              "name": "25171",
              "refsource": "BID",
              "url": "http://www.securityfocus.com/bid/25171"
            },
            {
              "name": "20070801 PHP-Nuke (ALL versions) Multiple XSS and HTML injection",
              "refsource": "BUGTRAQ",
              "url": "http://www.securityfocus.com/archive/1/475249/100/0/threaded"
            }
          ]
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
    "assignerShortName": "mitre",
    "cveId": "CVE-2007-4212",
    "datePublished": "2007-08-08T01:52:00.000Z",
    "dateReserved": "2007-08-07T00:00:00.000Z",
    "dateUpdated": "2024-08-07T14:46:39.395Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2007-4212",
      "date": "2026-05-28",
      "epss": "0.00333",
      "percentile": "0.5634"
    },
    "fkie_nvd": {
      "configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D5E8572B-43BE-4068-929F-2B6FAA9EF959\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F8882C59-6721-4925-8EB6-1C54455BD03B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"8C6F6110-F77B-42CE-BAD0-0AEAFC04E982\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"017A5AD3-CD1C-41E0-B53D-3881C31F7463\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"68BA9153-537A-4CC5-A3E8-DE4FCF49EB52\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.5:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C7481433-4DFA-4D32-BA93-FBEAC37D8D67\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.6:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"85535C0D-C858-4AF8-8350-EFBF74609CBB\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.7:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7CC4F979-7F10-4F0D-96AD-5EE88E437897\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.8:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"3A3B4A35-6019-468E-89FA-BC2EEADB7D31\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:7.9:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"575CFD4C-90CB-4D38-94F9-3D7915B2F054\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:phpnuke:php-nuke:8.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D4DB1D99-9F35-43A2-AD72-4B495B5F31BE\"}]}]}]",
      "descriptions": "[{\"lang\": \"en\", \"value\": \"Multiple cross-site scripting (XSS) vulnerabilities in the Search Module in PHP-Nuke allow remote attackers to inject arbitrary web script or HTML via a trailing \\\"\u003c\\\" instead of a \\\"\u003e\\\" in (1) the onerror attribute of an IMG element, (2) the onload attribute of an IFRAME element, or (3) redirect users to other sites via the META tag.\"}, {\"lang\": \"es\", \"value\": \"M\\u00faltiples vulnerabilidades de secuencias de comandos en sitios cruzados (XSS) en el M\\u00f3dulo de b\\u00fasqueda de PHP-Nuke permiten a atacantes remotos inyectar secuencias de comandos web o HTML de su elecci\\u00f3n mediante un \\\"\u003c\\\" en vez de \\\"\u003e\\\" al final de (1) el atribugo onerror de un elemento IMG, (2) el atributo onload de un elemento IFRAME, o (3) redireccionar usuarios a otros sitios mediante la etiqueta META.\"}]",
      "id": "CVE-2007-4212",
      "lastModified": "2024-11-21T00:35:03.397",
      "metrics": "{\"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:N/I:P/A:N\", \"baseScore\": 4.3, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": true}]}",
      "published": "2007-08-08T02:17:00.000",
      "references": "[{\"url\": \"http://osvdb.org/42538\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://securityreason.com/securityalert/2974\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.securityfocus.com/archive/1/475249/100/0/threaded\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.securityfocus.com/bid/25171\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://osvdb.org/42538\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://securityreason.com/securityalert/2974\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.securityfocus.com/archive/1/475249/100/0/threaded\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.securityfocus.com/bid/25171\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
      "sourceIdentifier": "cve@mitre.org",
      "vulnStatus": "Modified",
      "weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-Other\"}]}]"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2007-4212\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2007-08-08T02:17:00.000\",\"lastModified\":\"2026-04-23T00:35:47.467\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Multiple cross-site scripting (XSS) vulnerabilities in the Search Module in PHP-Nuke allow remote attackers to inject arbitrary web script or HTML via a trailing \\\"\u003c\\\" instead of a \\\"\u003e\\\" in (1) the onerror attribute of an IMG element, (2) the onload attribute of an IFRAME element, or (3) redirect users to other sites via the META tag.\"},{\"lang\":\"es\",\"value\":\"M\u00faltiples vulnerabilidades de secuencias de comandos en sitios cruzados (XSS) en el M\u00f3dulo de b\u00fasqueda de PHP-Nuke permiten a atacantes remotos inyectar secuencias de comandos web o HTML de su elecci\u00f3n mediante un \\\"\u003c\\\" en vez de \\\"\u003e\\\" al final de (1) el atribugo onerror de un elemento IMG, (2) el atributo onload de un elemento IFRAME, o (3) redireccionar usuarios a otros sitios mediante la etiqueta META.\"}],\"metrics\":{\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:P/A:N\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D5E8572B-43BE-4068-929F-2B6FAA9EF959\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F8882C59-6721-4925-8EB6-1C54455BD03B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8C6F6110-F77B-42CE-BAD0-0AEAFC04E982\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"017A5AD3-CD1C-41E0-B53D-3881C31F7463\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"68BA9153-537A-4CC5-A3E8-DE4FCF49EB52\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C7481433-4DFA-4D32-BA93-FBEAC37D8D67\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"85535C0D-C858-4AF8-8350-EFBF74609CBB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.7:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7CC4F979-7F10-4F0D-96AD-5EE88E437897\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.8:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3A3B4A35-6019-468E-89FA-BC2EEADB7D31\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:7.9:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"575CFD4C-90CB-4D38-94F9-3D7915B2F054\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpnuke:php-nuke:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D4DB1D99-9F35-43A2-AD72-4B495B5F31BE\"}]}]}],\"references\":[{\"url\":\"http://osvdb.org/42538\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://securityreason.com/securityalert/2974\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.securityfocus.com/archive/1/475249/100/0/threaded\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.securityfocus.com/bid/25171\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://osvdb.org/42538\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://securityreason.com/securityalert/2974\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.securityfocus.com/archive/1/475249/100/0/threaded\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.securityfocus.com/bid/25171\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
  }
}


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…