CVE-2011-3371 (GCVE-0-2011-3371)

Vulnerability from cvelistv5 – Published: 2011-10-02 20:00 – Updated: 2024-09-17 01:11
VLAI
Summary
Multiple cross-site scripting (XSS) vulnerabilities in include/functions.php in PunBB before 1.3.6 allow remote attackers to inject arbitrary web script or HTML via the (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7) form_sent, (8) csrf_token, (9) req_message, or (10) submit parameter to edit.php, the (11) action, (12) form_sent, (13) csrf_token, (14) req_email, or (15) request_pass parameter to login.php, the (16) email, (17) form_sent, (18) redirect_url, (19) csrf_token, (20) req_subject, (21) req_message, or (22) submit parameter to misc.php, the (23) action, (24) id, (25) form_sent, (26) csrf_token, (27) req_old_password, (28) req_new_password1, (29) req_new_password2, or (30) update parameter to profile.php, or the (31) action, (32) form_sent, (33) csrf_token, (34) req_username, (35) req_password1, (36) req_password2, (37) req_email1, (38) timezone, or (39) register parameter to register.php.
Severity
No CVSS data available.
CWE
  • n/a
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-06T23:29:56.876Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "20110916 PunBB PHP Forum - Multiple XSS",
            "tags": [
              "mailing-list",
              "x_refsource_FULLDISC",
              "x_transferred"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0193.html"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/downloads/punbb/punbb/punbb-1.3.6.zip"
          },
          {
            "name": "20110918 Re: PunBB PHP Forum - Multiple XSS",
            "tags": [
              "mailing-list",
              "x_refsource_FULLDISC",
              "x_transferred"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0210.html"
          },
          {
            "name": "20110922 Re: PunBB PHP Forum - Multiple XSS",
            "tags": [
              "mailing-list",
              "x_refsource_FULLDISC",
              "x_transferred"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0272.html"
          },
          {
            "name": "1026073",
            "tags": [
              "vdb-entry",
              "x_refsource_SECTRACK",
              "x_transferred"
            ],
            "url": "http://securitytracker.com/id?1026073"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/punbb/punbb/commit/dd50a50a2760f10bd2d09814e30af4b36052ca6d"
          },
          {
            "name": "[oss-security] 20110918 CVE request: PunBB multiple XSS issues",
            "tags": [
              "mailing-list",
              "x_refsource_MLIST",
              "x_transferred"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2011/09/18/1"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "http://punbb.informer.com/forums/topic/24427/multiple-xss-vulnerabilities/"
          },
          {
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "http://punbb.informer.com/forums/topic/24430/punbb-136/"
          },
          {
            "name": "[oss-security] 20110922 Re: CVE request: PunBB multiple XSS issues",
            "tags": [
              "mailing-list",
              "x_refsource_MLIST",
              "x_transferred"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2011/09/22/3"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "n/a",
          "vendor": "n/a",
          "versions": [
            {
              "status": "affected",
              "version": "n/a"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Multiple cross-site scripting (XSS) vulnerabilities in include/functions.php in PunBB before 1.3.6 allow remote attackers to inject arbitrary web script or HTML via the (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7) form_sent, (8) csrf_token, (9) req_message, or (10) submit parameter to edit.php, the (11) action, (12) form_sent, (13) csrf_token, (14) req_email, or (15) request_pass parameter to login.php, the (16) email, (17) form_sent, (18) redirect_url, (19) csrf_token, (20) req_subject, (21) req_message, or (22) submit parameter to misc.php, the (23) action, (24) id, (25) form_sent, (26) csrf_token, (27) req_old_password, (28) req_new_password1, (29) req_new_password2, or (30) update parameter to profile.php, or the (31) action, (32) form_sent, (33) csrf_token, (34) req_username, (35) req_password1, (36) req_password2, (37) req_email1, (38) timezone, or (39) register parameter to register.php."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "description": "n/a",
              "lang": "en",
              "type": "text"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2011-10-02T20:00:00.000Z",
        "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "shortName": "redhat"
      },
      "references": [
        {
          "name": "20110916 PunBB PHP Forum - Multiple XSS",
          "tags": [
            "mailing-list",
            "x_refsource_FULLDISC"
          ],
          "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0193.html"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/downloads/punbb/punbb/punbb-1.3.6.zip"
        },
        {
          "name": "20110918 Re: PunBB PHP Forum - Multiple XSS",
          "tags": [
            "mailing-list",
            "x_refsource_FULLDISC"
          ],
          "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0210.html"
        },
        {
          "name": "20110922 Re: PunBB PHP Forum - Multiple XSS",
          "tags": [
            "mailing-list",
            "x_refsource_FULLDISC"
          ],
          "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0272.html"
        },
        {
          "name": "1026073",
          "tags": [
            "vdb-entry",
            "x_refsource_SECTRACK"
          ],
          "url": "http://securitytracker.com/id?1026073"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/punbb/punbb/commit/dd50a50a2760f10bd2d09814e30af4b36052ca6d"
        },
        {
          "name": "[oss-security] 20110918 CVE request: PunBB multiple XSS issues",
          "tags": [
            "mailing-list",
            "x_refsource_MLIST"
          ],
          "url": "http://www.openwall.com/lists/oss-security/2011/09/18/1"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "http://punbb.informer.com/forums/topic/24427/multiple-xss-vulnerabilities/"
        },
        {
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "http://punbb.informer.com/forums/topic/24430/punbb-136/"
        },
        {
          "name": "[oss-security] 20110922 Re: CVE request: PunBB multiple XSS issues",
          "tags": [
            "mailing-list",
            "x_refsource_MLIST"
          ],
          "url": "http://www.openwall.com/lists/oss-security/2011/09/22/3"
        }
      ],
      "x_legacyV4Record": {
        "CVE_data_meta": {
          "ASSIGNER": "secalert@redhat.com",
          "ID": "CVE-2011-3371",
          "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 include/functions.php in PunBB before 1.3.6 allow remote attackers to inject arbitrary web script or HTML via the (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7) form_sent, (8) csrf_token, (9) req_message, or (10) submit parameter to edit.php, the (11) action, (12) form_sent, (13) csrf_token, (14) req_email, or (15) request_pass parameter to login.php, the (16) email, (17) form_sent, (18) redirect_url, (19) csrf_token, (20) req_subject, (21) req_message, or (22) submit parameter to misc.php, the (23) action, (24) id, (25) form_sent, (26) csrf_token, (27) req_old_password, (28) req_new_password1, (29) req_new_password2, or (30) update parameter to profile.php, or the (31) action, (32) form_sent, (33) csrf_token, (34) req_username, (35) req_password1, (36) req_password2, (37) req_email1, (38) timezone, or (39) register parameter to register.php."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "eng",
                  "value": "n/a"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "20110916 PunBB PHP Forum - Multiple XSS",
              "refsource": "FULLDISC",
              "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0193.html"
            },
            {
              "name": "https://github.com/downloads/punbb/punbb/punbb-1.3.6.zip",
              "refsource": "CONFIRM",
              "url": "https://github.com/downloads/punbb/punbb/punbb-1.3.6.zip"
            },
            {
              "name": "20110918 Re: PunBB PHP Forum - Multiple XSS",
              "refsource": "FULLDISC",
              "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0210.html"
            },
            {
              "name": "20110922 Re: PunBB PHP Forum - Multiple XSS",
              "refsource": "FULLDISC",
              "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0272.html"
            },
            {
              "name": "1026073",
              "refsource": "SECTRACK",
              "url": "http://securitytracker.com/id?1026073"
            },
            {
              "name": "https://github.com/punbb/punbb/commit/dd50a50a2760f10bd2d09814e30af4b36052ca6d",
              "refsource": "CONFIRM",
              "url": "https://github.com/punbb/punbb/commit/dd50a50a2760f10bd2d09814e30af4b36052ca6d"
            },
            {
              "name": "[oss-security] 20110918 CVE request: PunBB multiple XSS issues",
              "refsource": "MLIST",
              "url": "http://www.openwall.com/lists/oss-security/2011/09/18/1"
            },
            {
              "name": "http://punbb.informer.com/forums/topic/24427/multiple-xss-vulnerabilities/",
              "refsource": "CONFIRM",
              "url": "http://punbb.informer.com/forums/topic/24427/multiple-xss-vulnerabilities/"
            },
            {
              "name": "http://punbb.informer.com/forums/topic/24430/punbb-136/",
              "refsource": "CONFIRM",
              "url": "http://punbb.informer.com/forums/topic/24430/punbb-136/"
            },
            {
              "name": "[oss-security] 20110922 Re: CVE request: PunBB multiple XSS issues",
              "refsource": "MLIST",
              "url": "http://www.openwall.com/lists/oss-security/2011/09/22/3"
            }
          ]
        }
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
    "assignerShortName": "redhat",
    "cveId": "CVE-2011-3371",
    "datePublished": "2011-10-02T20:00:00.000Z",
    "dateReserved": "2011-08-30T00:00:00.000Z",
    "dateUpdated": "2024-09-17T01:11:33.181Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2011-3371",
      "date": "2026-09-21",
      "epss": "0.0233",
      "percentile": "0.82618"
    },
    "nvd": {
      "cve": {
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "85BCDB92-3C21-4245-AD69-F672175A7E43",
                    "versionEndIncluding": "1.3.5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:*:*:*:*:*:*:*",
                    "matchCriteriaId": "92F62C7C-EA7A-40B2-A8A0-5FEA69DF321B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:alpha:*:*:*:*:*:*",
                    "matchCriteriaId": "4C9B6A22-A7BD-4C31-B4BB-A3BA43F4B9FD",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:beta1:*:*:*:*:*:*",
                    "matchCriteriaId": "C80A6D72-289A-4F53-AF80-6F2697AFF2D8",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:beta1a:*:*:*:*:*:*",
                    "matchCriteriaId": "9CADED1D-A90F-485E-B9EB-8CCAA22C9FB4",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:beta2:*:*:*:*:*:*",
                    "matchCriteriaId": "037398E0-C125-48DC-B0D8-FEE9DBEF6374",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:beta3:*:*:*:*:*:*",
                    "matchCriteriaId": "D1E6BBD6-5EE2-4412-92E1-48401F3622C8",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:rc1:*:*:*:*:*:*",
                    "matchCriteriaId": "3BEBC325-DD6F-4DB1-84B8-86C26AC4165C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0:rc2:*:*:*:*:*:*",
                    "matchCriteriaId": "78C47271-AED6-444B-B2E6-EF2A48B15600",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.0.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "8827471A-6FCC-48A6-BBAA-6DC82EA42EB4",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "E04494D1-FE7F-431C-8242-A0591A5D0A6A",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.1.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "A97DA335-4815-4608-84D5-67F4E539D8F0",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9481F02E-2523-4599-A39D-3ACE518CEC35",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "01C976DD-47E4-48CA-AF99-93D0653D31F0",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.1.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "A1AAB3BF-EBFA-4F55-A3D4-0B26F749D91E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.1.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "7277A122-5963-4E7F-BA1A-62B19AF804EB",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "CEF85286-A1F8-4797-99F0-4F42B6D859CF",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "05BCF8A0-5530-4B36-8CEA-5330307C74CC",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C8EDF1AE-B415-4B5B-80CD-0B96AFA21D81",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "DDBA41AF-C817-476A-8ED1-57808D0B678C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C353C194-328F-4C4C-9773-F06A0FA3978C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.5:*:*:*:*:*:*:*",
                    "matchCriteriaId": "BFE58D68-FC34-4F70-849A-2E6CC919230D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.6:*:*:*:*:*:*:*",
                    "matchCriteriaId": "5713E747-5529-4A64-95B4-D9678D8E88B3",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.7:*:*:*:*:*:*:*",
                    "matchCriteriaId": "9C920E92-B2AE-416D-9669-9A4FBFE0AE8D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.8:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1DFD4225-32F9-4D62-87C5-9632A1C03326",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.9:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4A75787B-6156-4710-9B24-48C5763E7771",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.10:*:*:*:*:*:*:*",
                    "matchCriteriaId": "20A9473E-DE15-4BE2-839D-90B55F8713EB",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.11:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F4A94FF3-C732-4552-A32B-53C4739F7E52",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.12:*:*:*:*:*:*:*",
                    "matchCriteriaId": "01063CD1-BCE0-4C0A-AE34-AC4CCFD5802B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.13:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C427E4AB-79A3-4B9E-BD73-35F8BE03B93C",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.14:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4CDCB2E5-91A9-48D8-8B98-19E770CEB1E4",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.15:*:*:*:*:*:*:*",
                    "matchCriteriaId": "CDD30AB1-3E59-4981-9DFD-E7270D9C009E",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.16:*:*:*:*:*:*:*",
                    "matchCriteriaId": "4546E547-54E1-4FB9-9F20-7C70B9F86BC6",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.17:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3295A0E9-854B-4AC3-B2C0-349303C54C16",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.18:*:*:*:*:*:*:*",
                    "matchCriteriaId": "0C42BE39-C741-4A28-86C7-7EE93E3C835F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.19:*:*:*:*:*:*:*",
                    "matchCriteriaId": "45B97265-ACC7-4EA7-BAC3-1284445A819B",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.20:*:*:*:*:*:*:*",
                    "matchCriteriaId": "89427CA6-7788-4FEB-801B-4B4C7311533F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.21:*:*:*:*:*:*:*",
                    "matchCriteriaId": "66F790FB-D4F7-4043-A593-F88580790881",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.22:*:*:*:*:*:*:*",
                    "matchCriteriaId": "AE9DE41D-FF5A-409D-A0D0-02FC3C25716F",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.2.23:*:*:*:*:*:*:*",
                    "matchCriteriaId": "C29596A6-AD28-4D49-9F7C-0D038EF3D426",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "8BFEEEAA-E8FE-436A-93B8-FC6A8461870D",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3:beta:*:*:*:*:*:*",
                    "matchCriteriaId": "74C5F4B1-5062-4B65-8476-5EC149671CAD",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3:rc1:*:*:*:*:*:*",
                    "matchCriteriaId": "7AC9A07E-8ECA-48E7-8210-9FD32CADA6F5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3:rc2:*:*:*:*:*:*",
                    "matchCriteriaId": "C7AF33DD-56CA-4E76-BC61-B0F59A300494",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3:rc7:*:*:*:*:*:*",
                    "matchCriteriaId": "FDA784AD-3D96-4E99-8F00-2FEF34691E72",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3.1:*:*:*:*:*:*:*",
                    "matchCriteriaId": "6B9C856B-8DF6-414D-9EF7-99FD10456F81",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3.2:*:*:*:*:*:*:*",
                    "matchCriteriaId": "39E64E53-5AE9-4C0A-B327-056FE21848B5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3.3:*:*:*:*:*:*:*",
                    "matchCriteriaId": "1B572BF2-96CE-4742-BEFA-0E7FB4EF6CFD",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:a:punbb:punbb:1.3.4:*:*:*:*:*:*:*",
                    "matchCriteriaId": "771AF72C-ADE9-487D-96FE-CF2A317CB7F2",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "Multiple cross-site scripting (XSS) vulnerabilities in include/functions.php in PunBB before 1.3.6 allow remote attackers to inject arbitrary web script or HTML via the (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7) form_sent, (8) csrf_token, (9) req_message, or (10) submit parameter to edit.php, the (11) action, (12) form_sent, (13) csrf_token, (14) req_email, or (15) request_pass parameter to login.php, the (16) email, (17) form_sent, (18) redirect_url, (19) csrf_token, (20) req_subject, (21) req_message, or (22) submit parameter to misc.php, the (23) action, (24) id, (25) form_sent, (26) csrf_token, (27) req_old_password, (28) req_new_password1, (29) req_new_password2, or (30) update parameter to profile.php, or the (31) action, (32) form_sent, (33) csrf_token, (34) req_username, (35) req_password1, (36) req_password2, (37) req_email1, (38) timezone, or (39) register parameter to register.php."
          },
          {
            "lang": "es",
            "value": "Varias vulnerabilidades de cross-site scripting (XSS) en include / functions.php en PunBB antes de v1.3.6 permite a atacantes remotos inyectar secuencias de comandos web o HTML a trav\u00e9s de (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7) form_sent, (8) csrf_token, (9) req_message, o (10) enviar par\u00e1metro a edit.php, la (11) acci\u00f3n, (12) form_sent, (13) csrf_token, (14) req_email, o (15)  par\u00e1metro request_pass a login.php, el (16) correo electr\u00f3nico, (17) form_sent, (18) REDIRECT_URL, (19) csrf_token, (20) req_subject, (21) req_message, o (22) enviar par\u00e1metro a misc.php, la acci\u00f3n (23), (24) id, (25) form_sent, (26) csrf_token, (27) req_old_password, (28) req_new_password1 , (29) de actualizaci\u00f3n req_new_password2, o (30) par\u00e1metro para profile.php, o la acci\u00f3n (31), (32) form_sent, (33) csrf_token, (34) req_username, (35) req_password1, (36) req_password2, (37) req_email1, (38) zona horaria, o (39) registro de par\u00e1metros para register.php."
          }
        ],
        "id": "CVE-2011-3371",
        "lastModified": "2026-04-29T01:13:23.040",
        "metrics": {
          "cvssMetricV2": [
            {
              "acInsufInfo": false,
              "baseSeverity": "MEDIUM",
              "cvssData": {
                "accessComplexity": "MEDIUM",
                "accessVector": "NETWORK",
                "authentication": "NONE",
                "availabilityImpact": "NONE",
                "baseScore": 4.3,
                "confidentialityImpact": "NONE",
                "integrityImpact": "PARTIAL",
                "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
                "version": "2.0"
              },
              "exploitabilityScore": 8.6,
              "impactScore": 2.9,
              "obtainAllPrivilege": false,
              "obtainOtherPrivilege": false,
              "obtainUserPrivilege": false,
              "source": "nvd@nist.gov",
              "type": "Primary",
              "userInteractionRequired": true
            }
          ]
        },
        "published": "2011-10-02T20:55:01.507",
        "references": [
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Exploit"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0193.html"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Exploit"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0210.html"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Exploit"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0272.html"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Patch"
            ],
            "url": "http://punbb.informer.com/forums/topic/24427/multiple-xss-vulnerabilities/"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Patch"
            ],
            "url": "http://punbb.informer.com/forums/topic/24430/punbb-136/"
          },
          {
            "source": "secalert@redhat.com",
            "url": "http://securitytracker.com/id?1026073"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Patch"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2011/09/18/1"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Patch"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2011/09/22/3"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Patch"
            ],
            "url": "https://github.com/downloads/punbb/punbb/punbb-1.3.6.zip"
          },
          {
            "source": "secalert@redhat.com",
            "tags": [
              "Patch"
            ],
            "url": "https://github.com/punbb/punbb/commit/dd50a50a2760f10bd2d09814e30af4b36052ca6d"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Exploit"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0193.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Exploit"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0210.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Exploit"
            ],
            "url": "http://archives.neohapsis.com/archives/fulldisclosure/2011-09/0272.html"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Patch"
            ],
            "url": "http://punbb.informer.com/forums/topic/24427/multiple-xss-vulnerabilities/"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Patch"
            ],
            "url": "http://punbb.informer.com/forums/topic/24430/punbb-136/"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "url": "http://securitytracker.com/id?1026073"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Patch"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2011/09/18/1"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Patch"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2011/09/22/3"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Patch"
            ],
            "url": "https://github.com/downloads/punbb/punbb/punbb-1.3.6.zip"
          },
          {
            "source": "af854a3a-2127-422b-91ae-364da2661108",
            "tags": [
              "Patch"
            ],
            "url": "https://github.com/punbb/punbb/commit/dd50a50a2760f10bd2d09814e30af4b36052ca6d"
          }
        ],
        "sourceIdentifier": "secalert@redhat.com",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-79"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…