DRUPAL-CONTRIB-2024-036

See a problem?
Import Source
https://github.com/DrupalSecurityTeam/drupal-advisory-database/blob/main/advisories/paragraphs_table/DRUPAL-CONTRIB-2024-036.json
JSON Data
https://api.osv.dev/v1/vulns/DRUPAL-CONTRIB-2024-036
Aliases
Published
2024-09-04T15:42:05Z
Modified
2026-09-10T03:45:48Z
Summary
[none]
Details

This module enables field collections to be displayed as tables. It supports display suite and field permissions and provides operations (modify, delete, duplicate).

This module has multiple vulnerabilities due to the requirements on the routes it provides not being restrictive enough.

Information disclosure

Several routes only checked for the 'access content' permission before displaying a paragraph, and did not check whether the user should actually have access to view the paragraph in question.

Access bypass

The paragraphs_item.add_page route previously allowed anyone with the 'access content' permission to add paragraphs to any content regardless of permissions to be able to edit the host field or content, or any other hooks for adjusting access to add paragraphs of that type.

These vulnerabilities are mitigated by the fact that an attacker must have a role with the permission "access content" which is commonly assigned to all roles.

References
Credits

Affected packages

Packagist:https://packages.drupal.org/8 / drupal/paragraphs_table

Package

Name
drupal/paragraphs_table
Purl
pkg:composer/drupal/paragraphs_table?repository_url=https:%2F%2Fpackages.drupal.org%2F8

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.23.0
Database specific
Show details
{
    "constraint": "<1.23.0"
}
Type
ECOSYSTEM
Events
Introduced
2.0.0
Fixed
2.0.2
Database specific
Show details
{
    "constraint": ">=2.0.0 <2.0.2"
}

Database specific

affected_versions
"<1.23.0 || >=2.0.0 <2.0.2"
source
"https://github.com/DrupalSecurityTeam/drupal-advisory-database/blob/main/advisories/paragraphs_table/DRUPAL-CONTRIB-2024-036.json"