gsd-2015-1432
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
The message_options function in includes/ucp/ucp_pm_options.php in phpBB before 3.0.13 does not properly validate the form key, which allows remote attackers to conduct CSRF attacks and change the full folder setting via unspecified vectors.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2015-1432",
    "description": "The message_options function in includes/ucp/ucp_pm_options.php in phpBB before 3.0.13 does not properly validate the form key, which allows remote attackers to conduct CSRF attacks and change the full folder setting via unspecified vectors.",
    "id": "GSD-2015-1432"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2015-1432"
      ],
      "details": "The message_options function in includes/ucp/ucp_pm_options.php in phpBB before 3.0.13 does not properly validate the form key, which allows remote attackers to conduct CSRF attacks and change the full folder setting via unspecified vectors.",
      "id": "GSD-2015-1432",
      "modified": "2023-12-13T01:20:05.107799Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2015-1432",
        "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 message_options function in includes/ucp/ucp_pm_options.php in phpBB before 3.0.13 does not properly validate the form key, which allows remote attackers to conduct CSRF attacks and change the full folder setting via unspecified vectors."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "[oss-security] 20150131 Re: CVE request: phpbb3 CSRF and CSS injection",
            "refsource": "MLIST",
            "url": "http://seclists.org/oss-sec/2015/q1/373"
          },
          {
            "name": "https://wiki.phpbb.com/Release_Highlights/3.0.13",
            "refsource": "CONFIRM",
            "url": "https://wiki.phpbb.com/Release_Highlights/3.0.13"
          },
          {
            "name": "GLSA-201701-25",
            "refsource": "GENTOO",
            "url": "https://security.gentoo.org/glsa/201701-25"
          },
          {
            "name": "phpbb3-cve20151432-csrf(100671)",
            "refsource": "XF",
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/100671"
          },
          {
            "name": "https://github.com/phpbb/phpbb/commit/23069a13e203985ab124d1139e8de74b12778449",
            "refsource": "CONFIRM",
            "url": "https://github.com/phpbb/phpbb/commit/23069a13e203985ab124d1139e8de74b12778449"
          },
          {
            "name": "https://github.com/phpbb/phpbb/pull/3311",
            "refsource": "CONFIRM",
            "url": "https://github.com/phpbb/phpbb/pull/3311"
          },
          {
            "name": "72399",
            "refsource": "BID",
            "url": "http://www.securityfocus.com/bid/72399"
          },
          {
            "name": "https://tracker.phpbb.com/browse/PHPBB3-13526",
            "refsource": "CONFIRM",
            "url": "https://tracker.phpbb.com/browse/PHPBB3-13526"
          }
        ]
      }
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:phpbb:phpbb:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "3.0.12",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2015-1432"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "The message_options function in includes/ucp/ucp_pm_options.php in phpBB before 3.0.13 does not properly validate the form key, which allows remote attackers to conduct CSRF attacks and change the full folder setting via unspecified vectors."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-352"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/phpbb/phpbb/pull/3311",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://github.com/phpbb/phpbb/pull/3311"
            },
            {
              "name": "https://github.com/phpbb/phpbb/commit/23069a13e203985ab124d1139e8de74b12778449",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://github.com/phpbb/phpbb/commit/23069a13e203985ab124d1139e8de74b12778449"
            },
            {
              "name": "72399",
              "refsource": "BID",
              "tags": [],
              "url": "http://www.securityfocus.com/bid/72399"
            },
            {
              "name": "https://wiki.phpbb.com/Release_Highlights/3.0.13",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://wiki.phpbb.com/Release_Highlights/3.0.13"
            },
            {
              "name": "https://tracker.phpbb.com/browse/PHPBB3-13526",
              "refsource": "CONFIRM",
              "tags": [],
              "url": "https://tracker.phpbb.com/browse/PHPBB3-13526"
            },
            {
              "name": "[oss-security] 20150131 Re: CVE request: phpbb3 CSRF and CSS injection",
              "refsource": "MLIST",
              "tags": [],
              "url": "http://seclists.org/oss-sec/2015/q1/373"
            },
            {
              "name": "GLSA-201701-25",
              "refsource": "GENTOO",
              "tags": [],
              "url": "https://security.gentoo.org/glsa/201701-25"
            },
            {
              "name": "phpbb3-cve20151432-csrf(100671)",
              "refsource": "XF",
              "tags": [],
              "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/100671"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV2": {
          "cvssV2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "exploitabilityScore": 8.6,
          "impactScore": 6.4,
          "obtainAllPrivilege": false,
          "obtainOtherPrivilege": false,
          "obtainUserPrivilege": false,
          "severity": "MEDIUM",
          "userInteractionRequired": true
        }
      },
      "lastModifiedDate": "2017-09-08T01:29Z",
      "publishedDate": "2015-02-10T17:59Z"
    }
  }
}


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.


Loading…

Loading…