Ghost/ghost/core/test/utils
Fabien "egg" O'Carroll b3caf16005 🔒 Fixed filtering on private Author fields in Content API
refs https://github.com/TryGhost/Ghost/security/advisories/GHSA-r97q-ghch-82j9

Because our filtering layer is so coupled to the DB and we don't generally
apply restrictions, it was possible to fetch authors and filter by their
password or email field. Coupled with the "starts with" operator this can be
used to brute force the first character of these fields by trying random
combinations until an author is included in the filter. After which the next
character can be brute forced, and so on until the data has been leaked
completely.
2023-05-03 08:43:20 -04:00
..
agents
fixtures Corrected announcement_visibility setting type 2023-04-21 10:18:50 +02:00
mocks
admin-utils.js
api.js
assertions.js
configUtils.js
db-utils.js
e2e-framework-mock-manager.js Bumped email-mock-receiver 2023-04-06 22:13:17 +02:00
e2e-framework.js Added email snapshot tests to newsletter suites 2023-04-07 14:34:57 +02:00
e2e-utils.js
fixture-utils.js
index.js 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
overrides.js
redirects.js
stripe-mocker.js
url-service-utils.js
urlUtils.js