# Drupal

Drupal **indexes its content using nodes**. A node can **hold anything** such as a blog post, poll, article, etc. The page URIs are usually of the form `/node/<nodeid>`.&#x20;

You can also discover it by using **cURL**: \
`curl https://www.drupal.org/ | grep 'content="Drupal'`

Find running Drupal version in `/CHANGELOG.txt`:

```
curl -s http://drupal-site.local/CHANGELOG.txt | grep -m2 ""

Drupal 7.57, 2018-02-21
```

### CVE-2018-7600

Vulnerable versions: 8.5.x < 8.5.1 / 8.4.x < 8.4.6 / 8.x < 8.3.9 / 7.x? < 7.58 / < 6.x

{% embed url="<https://github.com/dreadlocked/Drupalgeddon2>" %}
