diff options
author | Mint <mint@plagu.ee> | 2023-09-02 01:43:25 +0300 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-09-03 10:41:37 +0200 |
commit | 1afde067b12ad0062c1820091ea9b0a680819281 (patch) | |
tree | 20c4e70ff722773215a962131f560c356e8cb97e /changelog.d/check-attachment-attribution.security | |
parent | 9da4f89b7b8c59947a812b95aeafd4f8efaf6a8a (diff) | |
download | pleroma-1afde067b12ad0062c1820091ea9b0a680819281.tar.gz pleroma-1afde067b12ad0062c1820091ea9b0a680819281.zip |
CommonAPI: Prevent users from accessing media of other users
Diffstat (limited to 'changelog.d/check-attachment-attribution.security')
-rw-r--r-- | changelog.d/check-attachment-attribution.security | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/check-attachment-attribution.security b/changelog.d/check-attachment-attribution.security new file mode 100644 index 000000000..e0e46525b --- /dev/null +++ b/changelog.d/check-attachment-attribution.security @@ -0,0 +1 @@ +CommonAPI: Prevent users from accessing media of other users by creating a status with reused attachment ID |