CVE-2016-10972: Newspaper Theme 6.4–6.7.1 - Privilege Escalation

2025-08-01 Newspaper Theme PoC Public

Description

Newspaper Theme versions 6.4 to 6.7.1 for WordPress lacked proper options access control through td_ajax_update_panel, which led to a Privilege Escalation vulnerability.

PoC

id: CVE-2016-10972

info:
  name: Newspaper Theme 6.4–6.7.1 - Privilege Escalation
  author: pussycat0x
  severity: critical
  description: |
    Newspaper Theme versions 6.4 to 6.7.1 for WordPress lacked proper options access control through td_ajax_update_panel, which led to a Privilege Escalation vulnerability.
  impact: |
    Unauthenticated attackers can escalate their privileges to administrator level, allowing complete control over the WordPress site including content manipulation, user management, and potential site takeover.
  remediation: |
    Update to Newspaper Theme version 6.7.2 or later.
  reference:
    - https://wpscan.com/vulnerability/5365ecca-93e2-4bfc-bd4a-6f61d7d75e96/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2016-10972
    cwe-id: CWE-269
    epss-score: 0.09268
    epss-percentile: 0.95097
    cpe: cpe:2.3:a:tagdiv:newspaper:*:*:*:*:*:wordpress:*:*
  metadata:
    fofa-query: 'body="wp-content/themes/mTheme-Unus/"'
    vendor: tagdiv
    product: newspaper
    framework: wordpress
  tags: wpscan,cve,cve2016,wp,wordpress,wpscan,wp-theme,newspaper,passive,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/themes/Newspaper/style.css"

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "compare_versions(version, '>= 6.4', '<= 6.7.1')"
          - "contains(body, 'Newspaper')"
        condition: and

    extractors:
      - type: regex
        part: body
        group: 1
        name: version
        regex:
          - 'Version: 		([0-9.]+)'
        internal: true
# digest: 4b0a00483046022100ffc83d24615ac85817a7db39f9c2934f3ccd1b1fbc4bb4a5aff0fce2573760b702210085c440eac227dbedac70fe5aa91746f4e6106c18ff6590444c69ad1621f0598d:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities