cve-2024-32882
Vulnerability from cvelistv5
Published
2024-05-02 06:52
Modified
2024-08-02 02:20
Severity ?
EPSS score ?
Summary
Permission check bypass when editing a model with per-field restrictions in wagtail
References
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:wagtail:wagtail:6.0.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "wagtail", "vendor": "wagtail", "versions": [ { "lessThan": "6.0.3", "status": "affected", "version": "6.0.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-32882", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-02T13:08:02.482926Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-04T17:50:26.488Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:20:35.672Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/wagtail/wagtail/security/advisories/GHSA-w2v8-php4-p8hc", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/wagtail/wagtail/security/advisories/GHSA-w2v8-php4-p8hc" }, { "name": "https://github.com/wagtail/wagtail/commit/ab2a5d82b4ee3c909d2456704388ccf90e367c9b", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/wagtail/wagtail/commit/ab2a5d82b4ee3c909d2456704388ccf90e367c9b" }, { "name": "https://docs.wagtail.org/en/stable/extending/generic_views.html#modelviewset", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://docs.wagtail.org/en/stable/extending/generic_views.html#modelviewset" }, { "name": "https://docs.wagtail.org/en/stable/reference/contrib/settings.html", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://docs.wagtail.org/en/stable/reference/contrib/settings.html" }, { "name": "https://docs.wagtail.org/en/stable/reference/pages/panels.html#wagtail.admin.panels.FieldPanel.permission", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://docs.wagtail.org/en/stable/reference/pages/panels.html#wagtail.admin.panels.FieldPanel.permission" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "wagtail", "vendor": "wagtail", "versions": [ { "status": "affected", "version": "\u003e= 6.0.0, \u003c 6.0.3" } ] } ], "descriptions": [ { "lang": "en", "value": "Wagtail is an open source content management system built on Django. In affected versions if a model has been made available for editing through the `wagtail.contrib.settings` module or `ModelViewSet`, and the `permission` argument on `FieldPanel` has been used to further restrict access to one or more fields of the model, a user with edit permission over the model but not the specific field can craft an HTTP POST request that bypasses the permission check on the individual field, allowing them to update its value. This vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin, or by a user who has not been granted edit access to the model in question. The editing interfaces for pages and snippets are also unaffected. Patched versions have been released as Wagtail 6.0.3 and 6.1. Wagtail releases prior to 6.0 are unaffected. Users are advised to upgrade. Site owners who are unable to upgrade to a patched version can avoid the vulnerability as follows: 1.For models registered through `ModelViewSet`, register the model as a snippet instead; 2. For settings models, place the restricted fields in a separate settings model, and configure permission at the model level." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.7, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-280", "description": "CWE-280: Improper Handling of Insufficient Permissions or Privileges ", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-281", "description": "CWE-281: Improper Preservation of Permissions", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-02T06:52:59.556Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/wagtail/wagtail/security/advisories/GHSA-w2v8-php4-p8hc", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/wagtail/wagtail/security/advisories/GHSA-w2v8-php4-p8hc" }, { "name": "https://github.com/wagtail/wagtail/commit/ab2a5d82b4ee3c909d2456704388ccf90e367c9b", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/wagtail/wagtail/commit/ab2a5d82b4ee3c909d2456704388ccf90e367c9b" }, { "name": "https://docs.wagtail.org/en/stable/extending/generic_views.html#modelviewset", "tags": [ "x_refsource_MISC" ], "url": "https://docs.wagtail.org/en/stable/extending/generic_views.html#modelviewset" }, { "name": "https://docs.wagtail.org/en/stable/reference/contrib/settings.html", "tags": [ "x_refsource_MISC" ], "url": "https://docs.wagtail.org/en/stable/reference/contrib/settings.html" }, { "name": "https://docs.wagtail.org/en/stable/reference/pages/panels.html#wagtail.admin.panels.FieldPanel.permission", "tags": [ "x_refsource_MISC" ], "url": "https://docs.wagtail.org/en/stable/reference/pages/panels.html#wagtail.admin.panels.FieldPanel.permission" } ], "source": { "advisory": "GHSA-w2v8-php4-p8hc", "discovery": "UNKNOWN" }, "title": "Permission check bypass when editing a model with per-field restrictions in wagtail" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-32882", "datePublished": "2024-05-02T06:52:59.556Z", "dateReserved": "2024-04-19T14:07:11.230Z", "dateUpdated": "2024-08-02T02:20:35.672Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-32882\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-02T07:15:20.967\",\"lastModified\":\"2024-05-02T13:27:25.103\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Wagtail is an open source content management system built on Django. In affected versions if a model has been made available for editing through the `wagtail.contrib.settings` module or `ModelViewSet`, and the `permission` argument on `FieldPanel` has been used to further restrict access to one or more fields of the model, a user with edit permission over the model but not the specific field can craft an HTTP POST request that bypasses the permission check on the individual field, allowing them to update its value. This vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin, or by a user who has not been granted edit access to the model in question. The editing interfaces for pages and snippets are also unaffected. Patched versions have been released as Wagtail 6.0.3 and 6.1. Wagtail releases prior to 6.0 are unaffected. Users are advised to upgrade. Site owners who are unable to upgrade to a patched version can avoid the vulnerability as follows: 1.For models registered through `ModelViewSet`, register the model as a snippet instead; 2. For settings models, place the restricted fields in a separate settings model, and configure permission at the model level.\"},{\"lang\":\"es\",\"value\":\"Wagtail es un sistema de gesti\u00f3n de contenidos de c\u00f3digo abierto construido sobre Django. En las versiones afectadas, si un modelo se ha puesto a disposici\u00f3n para su edici\u00f3n a trav\u00e9s del m\u00f3dulo `wagtail.contrib.settings` o `ModelViewSet`, y el argumento `permission` en `FieldPanel` se ha utilizado para restringir a\u00fan m\u00e1s el acceso a uno o m\u00e1s campos de En el modelo, un usuario con permiso de edici\u00f3n sobre el modelo pero no sobre el campo espec\u00edfico puede crear una solicitud HTTP POST que omita la verificaci\u00f3n de permiso en el campo individual, permiti\u00e9ndole actualizar su valor. Esta vulnerabilidad no es aprovechable por un visitante normal del sitio sin acceso al administrador de Wagtail, ni por un usuario al que no se le ha concedido acceso de edici\u00f3n al modelo en cuesti\u00f3n. Las interfaces de edici\u00f3n de p\u00e1ginas y fragmentos tampoco se ven afectadas. Se han lanzado versiones parcheadas como Wagtail 6.0.3 y 6.1. Las versiones de Wagtail anteriores a la 6.0 no se ven afectadas. Se recomienda a los usuarios que actualicen. Los propietarios de sitios que no puedan actualizar a una versi\u00f3n parcheada pueden evitar la vulnerabilidad de la siguiente manera: 1. Para los modelos registrados a trav\u00e9s de `ModelViewSet`, registre el modelo como un fragmento; 2. Para los modelos de configuraci\u00f3n, coloque los campos restringidos en un modelo de configuraci\u00f3n separado y configure el permiso en el nivel del modelo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\",\"baseScore\":2.7,\"baseSeverity\":\"LOW\"},\"exploitabilityScore\":1.2,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-280\"},{\"lang\":\"en\",\"value\":\"CWE-281\"}]}],\"references\":[{\"url\":\"https://docs.wagtail.org/en/stable/extending/generic_views.html#modelviewset\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://docs.wagtail.org/en/stable/reference/contrib/settings.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://docs.wagtail.org/en/stable/reference/pages/panels.html#wagtail.admin.panels.FieldPanel.permission\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/wagtail/wagtail/commit/ab2a5d82b4ee3c909d2456704388ccf90e367c9b\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/wagtail/wagtail/security/advisories/GHSA-w2v8-php4-p8hc\",\"source\":\"security-advisories@github.com\"}]}}" } }
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.