[
  {
    "name": "Serendipity",
    "url": "https://docs.s9y.org/",
    "safe": "2.3.4",
    "vuln": "https://github.com/s9y/Serendipity/releases/tag/2.3.4",
    "detection": [
      {
        "file": "serendipity_config.inc.php",
        "variable": "$serendipity['version']",
        "subdir": 0
      }
    ]
  },
  {
    "name": "Wordpress",
    "url": "https://wordpress.org/",
    "safe": "5.8.3",
    "latest": "5.8.3",
    "vuln": "CVE-2022-21663",
    "detection": [
      {
        "file": "version.php",
        "variable": "$wp_version",
        "subdir": 1,
        "extra_nomatch": "$cp_version"
      }
    ]
  },
  {
    "name": "ClassicPress",
    "url": "https://www.classicpress.net/",
    "safe": "1.1.3",
    "vuln": "https://forums.classicpress.net/t/classicpress-1-1-3-release-notes/2301",
    "detection": [
      {
        "file": "version.php",
        "variable": "$cp_version",
        "subdir": 1,
        "extra_match": "The ClassicPress version string"
      }
    ]
  },
  {
    "name": "SimplePHPBlog",
    "url": "http://www.simplephpblog.com/",
    "safe": "0.5.1",
    "vuln": "CVE-2007-5071",
    "detection": [
      {
        "file": "sb_functions.php",
        "variable": "$sb_info[ 'version' ]",
        "subdir": 1
      }
    ]
  },
  {
    "name": "b2evolution",
    "url": "https://b2evolution.net/",
    "safe": "6.8.11",
    "vuln": "CVE-2017-1000423",
    "detection": [
      {
        "file": "_application.php",
        "variable": "$app_version",
        "subdir": 2,
        "extra_match": "This is b2evolution"
      }
    ]
  },
  {
    "name": "nucleuscms",
    "url": "http://www.nucleuscms.org/",
    "safe": "3.40",
    "vuln": "CVE-2009-0929",
    "detection": [
      {
        "file": "globalfunctions.php",
        "variable": "$nucleus['version']",
        "subdir": 2
      }
    ]
  },
  {
    "name": "sBlog",
    "url": "https://web.archive.org/web/20080908094255/http://sblog.se/wiki/Main_Page",
    "safe": "",
    "vuln": "CVE-2007-1801",
    "latest": "0.7.3",
    "detection": [
      {
        "file": "version.ini",
        "variable": "conf_current_version",
        "subdir": 1,
        "extra_match": "[sblog_version_info]"
      }
    ]
  },
  {
    "name": "Movable_Type",
    "url": "https://movabletype.com/",
    "safe": "7.1.4",
    "old_safe": "6.5.2,6.3.10",
    "vuln": "https://movabletype.org/news/2019/11/movable_type_r4603_v714_v652_and_v6310_released.html",
    "note": "only 5.x public",
    "detection": [
      {
        "file": "mt.php",
        "variable": "VERSION_ID",
        "subdir": 1
      }
    ]
  },
  {
    "name": "artmedic_weblog",
    "url": "http://www.artmedic-phpscripts.de/",
    "safe": "",
    "vuln": "CVE-2008-0798",
    "latest": "1.0",
    "detection": [
      {
        "file": "artmedic_index.php",
        "variable": "# artmedic weblog",
        "subdir": 0
      }
    ]
  },
  {
    "name": "DotClear",
    "url": "https://dotclear.org/",
    "safe": "2.14.2",
    "vuln": "CVE-2018-16358",
    "detection": [
      {
        "file": "LISEZMOI.txt",
        "variable": "DotClear",
        "subdir": 0,
        "note": "older"
      },
      {
        "file": "prepend.php",
        "variable": "DC_VERSION",
        "extra_match": "Dotclear",
        "subdir": 1
      }
    ]
  }
]