Show filters
890 Total Results
Displaying 81-90 of 890
Sort by:
Attacker Value
Unknown

CVE-2024-7786

Disclosure Date: September 04, 2024 (last updated October 08, 2024)
The Sensei LMS WordPress plugin before 4.24.2 does not properly protect some its REST API routes, allowing unauthenticated attackers to leak email templates.
Attacker Value
Unknown

CVE-2024-43949

Disclosure Date: August 29, 2024 (last updated September 04, 2024)
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Automattic GHActivity allows Stored XSS.This issue affects GHActivity: from n/a through 2.0.0-alpha.
Attacker Value
Unknown

CVE-2024-45056

Disclosure Date: August 29, 2024 (last updated September 04, 2024)
zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold `(xor (shl 1, x), -1)` to `(rotl ~1, x)` if run with optimizations enabled. Here `~1` is generated as an unsigned 64 bits number (`2^64-1`). This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended. Thus instead of producing `roti 2^256 - 1, x` the compiler produces `rotl 2^64 - 1, x`. Analysis has shown that no contracts were affected by the date of publishing this advisory. This issue has been addressed in version 1.5.3. Users are advised to upgrade and redeploy all contracts. There are no known workarounds for this vulnerability.
Attacker Value
Unknown

CVE-2024-43105

Disclosure Date: August 23, 2024 (last updated August 23, 2024)
Mattermost Plugin Channel Export versions <=1.0.0 fail to restrict concurrent runs of the /export command which allows a user to consume excessive resource by running the /export command multiple times at once.
0
Attacker Value
Unknown

CVE-2024-43780

Disclosure Date: August 22, 2024 (last updated October 17, 2024)
Mattermost versions 9.9.x <= 9.9.1, 9.5.x <= 9.5.7, 9.10.0, 9.8.x <= 9.8.2 fail to enforce permissions which allows a guest user with read access to upload files to a channel.
Attacker Value
Unknown

CVE-2024-42497

Disclosure Date: August 22, 2024 (last updated October 17, 2024)
Mattermost versions 9.9.x <= 9.9.1, 9.5.x <= 9.5.7, 9.10.x <= 9.10.0, 9.8.x <= 9.8.2 fail to properly enforce permissions which allows a user with systems manager role with read-only access to teams to perform write operations on teams.
Attacker Value
Unknown

CVE-2024-40884

Disclosure Date: August 22, 2024 (last updated October 18, 2024)
Mattermost versions 9.5.x <= 9.5.7, 9.10.x <= 9.10.0 fail to properly enforce permissions which allows a team admin user without "Add Team Members" permission to disable the invite URL.
Attacker Value
Unknown

CVE-2024-8071

Disclosure Date: August 22, 2024 (last updated August 24, 2024)
Mattermost versions 9.9.x <= 9.9.1, 9.5.x <= 9.5.7, 9.10.x <= 9.10.0 and 9.8.x <= 9.8.2 fail to restrict which roles can promote a user as system admin which allows a System Role with edit access to the permissions section of system console to update their role (e.g. member) to include the `manage_system` permission, effectively becoming a System Admin.
Attacker Value
Unknown

CVE-2024-43813

Disclosure Date: August 22, 2024 (last updated August 24, 2024)
Mattermost versions 9.5.x <= 9.5.7, 9.10.x <= 9.10.0 fail to enforce proper access controls which allows any authenticated user, including guests, to mark any channel inside any team as read for any user.
Attacker Value
Unknown

CVE-2024-42411

Disclosure Date: August 22, 2024 (last updated August 24, 2024)
Mattermost versions 9.9.x <= 9.9.1, 9.5.x <= 9.5.7, 9.10.x <= 9.10.0, 9.8.x <= 9.8.2 fail to restrict the input in POST /api/v4/users which allows a user to manipulate the creation date in POST /api/v4/users tricking the admin into believing their account is much older.