396171 matches found
CVE-2026-86757
CVE-2026-86757 affects Snipe-IT versions before 8.7.0 . The vulnerability exists in asset form templates where encrypted custom-field values for listbox, textarea, markdown-textarea, and date/datetime picker elements are not properly gated. Authenticated users holding only assets.edit , assets.ch...
CVE-2026-86756
Snipe-IT 8.5.0 through 8.6.3 contains an open redirect vulnerability in its SAML assertion-consumer endpoint (SamlController::acs, POST /saml/acs). The endpoint wrote the RelayState POST parameter directly into Laravel's url.intended session key after stripping only CR/LF characters, and LoginCon...
CVE-2026-86754
Snipe-IT versions prior to 8.7.0 fail to properly gate Laravel Passport's OAuth client management routes , allowing any authenticated user to register OAuth clients with attacker-controlled redirect URIs. An attacker can trick an administrator into approving a consent screen, then exchange the re...
CVE-2026-86755
Snipe-IT versions 4.2.0 through 8.6.3 expose Laravel Passport's auto-registered personal-access-token routes (/oauth/personal-access-tokens*) with only the web and auth:web middleware, lacking the self.api permission gate that Snipe-IT enforces on its own token endpoints. Any user with a valid we...
CVE-2026-86753
snipe-it (asset management application by grokability) versions before 8.7.0 contain a business logic bypass in the POST /account/request/asset_model/{modelId} endpoint. The root cause is a failure to validate the requestable flag for asset models, allowing authenticated users to bypass administr...
CVE-2026-86752
snipe-it versions before 8.7.0 contain an authorization bypass in their asset audit endpoints . The root cause is a failure to enforce per-instance FMCS scoping at the policy layer, relying solely on query-layer filtering for isolation. An attacker with a valid session and assets.audit permission...
CVE-2026-86751
Snipe-IT before 8.7.0 fails to properly sanitize markdown image syntax in checkout acceptance note fields. The unsanitized syntax survives HTML escaping, is expanded by the CommonMark parser, and is resolved by laravel-mail-auto-embed via file_get_contents or curl. This allows authenticated users...
CVE-2026-86750
Snipe-IT versions ≤ 8.6.3 (fixed in 8.7.0 ) contain an authorization bypass in the REST API's Api\UsersController::store() and ::update() methods. User records are persisted before the requested company identifiers are validated against the actor's permitted companies via Company::getIdsForCurren...
CVE-2026-86749
Snipe-IT versions up to 8.6.3 contain a data-loss flaw in ImageUploadRequest::handleImages() . The application does not check the return value of Storage::disk('public')->put() or Storage::delete() , so when a storage backend transiently fails (e.g., an S3 network error, filesystem permission ...
CVE-2026-86748
Snipe-IT versions before 8.7.0 contain a vulnerability in the restore endpoint where the database is wiped before the uploaded backup archive is validated. A superuser uploading a corrupted or invalid zip file triggers permanent data loss with no recovery path or rollback mechanism. The CVSS 3.1 ...
CVE-2026-86747
Snipe-IT is an open-source IT asset management system. In versions up to and including 8.6.3 , when Full Multiple Company Support (FMCS) is enabled, the authorization guard in ReportsController::currentUserCanAccessAcceptance() early-returns true for pivot-only users (whose users.company_id colum...
CVE-2026-86746
Snipe-IT before 8.7.0 is affected by an authorization bypass in Livewire components . The root cause is that authorization checks are enforced only at the route level , not within component lifecycle methods, allowing attackers with a valid authenticated session to replay signed component snapsho...
CVE-2026-86745
Snipe-IT (IT asset management) master-branch builds after 8.6.3 are vulnerable to CSV Formula Injection in the Location-Scoping Export. The SettingsController::downloadLocationScopingReport endpoint (GET /admin/settings/location-scoping-report.csv) streams data through a bare fputcsv() call witho...
CVE-2026-86744
Snipe-IT (8.6.3 and earlier) is affected by a race condition in its asset checkout paths. The methods Api\AssetsController::checkout() and Assets\AssetCheckoutController::store() call Asset::availableForCheckout() outside the mutation path and then invoke Asset::checkOut() without a row lock or r...
CVE-2026-86743
Snipe-IT versions before 8.7.0 contain an authorization bypass in the asset acceptance report functionality. The root cause is a failure to properly scope asset acceptance report queries by company, allowing authenticated users with the reports.view permission to read pending acceptances across a...
CVE-2026-86741
Snipe-IT versions before 8.7.0 fail to sanitize the category EULA text field before rendering it in checkout confirmation emails. Attackers with low-privilege permissions can inject markdown image syntax or raw HTML tags pointing to local files or remote URLs, which the mail auto-embed library r...
CVE-2026-86742
Snipe-IT versions through 8.6.3 are vulnerable to CSV formula injection via the unaccepted assets acceptance report export. The ReportsController::postAssetAcceptanceReport method builds the CSV by hand without applying League\Csv\EscapeFormula or honoring the app.escape_formulas config, unlike s...
CVE-2026-86740
Snipe-IT before 8.7.0 contains a flaw in UploadedFilesController::destroy() and Api\UploadedFilesController::destroy() where the return value of Storage::delete() is not checked. As a result, attachment deletion requests report success and files are hidden from listings, yet the physical files pe...
CVE-2026-86739
Snipe-IT versions 8.6.3 and earlier fail to check the return value of Storage::put() when writing the signature PNG and acceptance PDF in Account\AcceptanceController::store(). On filesystem drivers that return false instead of throwing on write failure (e.g., local disk with restrictive permissi...
CVE-2026-86204
PocketMine-MP versions before 5.39.2 fail to limit JSON payload size in ModalFormResponsePacket handling. An authenticated player can send modal form response packets containing massive JSON arrays, exhausting server memory and CPU resources and rendering the server unresponsive (denial of servic...
CVE-2026-86203
PocketMine-MP versions before 5.39.2 contain an item duplication vulnerability caused by a failure to validate entity despawn state when processing attack packets from clients. A race condition allows an attacker to attack a disconnecting player, triggering multiple death handlers that cause inve...
CVE-2026-86202
PocketMine-MP versions prior to 5.39.2 contain a network amplification vulnerability in ActorEventPacket handling. Attackers with low privileges can send crafted ActorEventPacket messages that trigger consuming animation events for all visible players, wasting server CPU and memory resources. The...
CVE-2026-86201
PocketMine-MP versions prior to 5.41.1 are susceptible to a log-based denial of service (LogDoS) vulnerability in LoginPacket processing. The root cause is that large or complex structures in unknown clientData JWT properties trigger excessive logging without sanitization, allowing an unauthentic...
CVE-2026-86199
PocketMine-MP versions before 5.43.1 fail to properly validate the Certificate field during offline login authentication. An unauthenticated player can trigger an uninitialized property access error that crashes the server , resulting in a denial of service. The issue is resolved in version 5.43....
CVE-2026-86200
PocketMine-MP versions before 5.42.1 contain a denial-of-service vulnerability in the LoginPacket handler. An unauthenticated remote attacker can craft malicious login packets with excessive unknown properties injected into the clientData JWT , causing the server to flood warning messages and was...
CVE-2026-86198
PocketMine-MP versions before 5.44.2 are vulnerable to a denial-of-service condition in the resource pack handling subsystem. The root cause is a failure to properly validate multiple ResourcePackClientResponsePacket packets carrying the STATUS_COMPLETED status, which allows malicious clients to ...
CVE-2026-86099
Chainlit versions through 2.12.0 fail to validate the client-supplied socket.io sessionId parameter, enabling unauthenticated attackers to perform path traversal by injecting absolute or relative path sequences. Maliciously crafted sessionId values can escape the upload directory and recursively ...
CVE-2026-73324
VLC media player 3.0.0 through 3.0.23 is affected by a heap out-of-bounds read in the RTSP module. The root cause is that RtspReadLine in modules/access/rtsp/access.c calls strncpy with the full buffer length without guaranteeing null termination, and rtsp_get in modules/access/rtsp/rtsp.c passes...
CVE-2026-56711
VLC media player 3.0.0 through 3.0.23 is affected by a heap out-of-bounds write caused by a 32-bit integer overflow in picture buffer allocation. In AllocatePicture (src/misc/picture.c), the fields i_pitch and i_lines are declared as int, so the multiplication wraps before widening to the size_t ...
CVE-2025-71418
PocketMine-MP versions before 5.25.2 are vulnerable to a denial of service caused by an unbounded explode() function during packet parsing. A remote, unauthenticated attacker can send crafted packets containing excessive delimiters to exhaust CPU and memory resources. The affected parsing endpoin...
CVE-2025-71417
PocketMine-MP versions prior to 5.32.1 contain a denial-of-service vulnerability in the ResourcePackClientResponsePacket handling during the STATUS_SEND_PACKS phase. The server fails to validate uniqueness of pack UUIDs, allowing authenticated clients to send multiple copies of the same valid pac...
CVE-2024-58382
CVE-2024-58382 affects the league/commonmark PHP library in versions before 2.6.0 . The root cause is polynomial (quadratic) time complexity in the Markdown parsing engine, allowing attackers to submit carefully crafted Markdown inputs that trigger worst-case performance. Sending multiple such re...
CVE-2024-58381
PocketMine-MP before 5.11.1 is vulnerable to a denial of service in its LoginPacket JSON processing . A remote attacker can crash the server by sending malformed JSON data, exploiting improper object initialization from scalar JSON types that triggers unset required properties. The vulnerability ...
CVE-2024-58380
PocketMine-MP versions before 5.11.2 are affected by a denial of service vulnerability in BookEditPacket handling. An attacker with low privileges can send a crafted BookEditPacket containing an inventory slot value greater than 35 , triggering an unhandled exception that crashes the server . The...
CVE-2023-54396
PocketMine-MP versions before 4.8.1 fail to validate dye color IDs in banner NBT data during deserialization. Attackers with low privileges can supply invalid color values through inventory transactions or via commands , triggering undefined offset errors that crash the server. The impact is avai...
CVE-2023-54395
PocketMine-MP versions before 4.12.5 are vulnerable to a denial of service via ModalFormResponsePacket processing. An attacker with low privileges can send numerous oversized JSON payloads in modal form response packets to consume server CPU time , exhausting resources and preventing the server f...
CVE-2023-54394
PocketMine-MP before 4.18.0-ALPHA2 is vulnerable to a bandwidth amplification attack via the InventoryTransactionPacket . The server fails to rate-limit mismatch-type inventory transaction requests, allowing an attacker to send numerous mismatched transactions and force the server to transmit lar...
CVE-2023-54393
PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in the LoginPacket JSON parsing logic, caused by improper validation in the JsonMapper dependency. An unauthenticated attacker can send malformed JSON structures within a LoginPacket to crash the server . The CVSS v3.1...
CVE-2023-54392
PocketMine-MP versions ≥ 4.20.0 before 4.22.3 (and before 5.2.1 in the 5.x branch) fail to validate NBT tag types in the BlockActorDataPacket . An authenticated player can send a packet containing sign NBT data with an incorrect tag type, triggering an unhandled UnexpectedTagTypeException that te...
CVE-2023-54355
PocketMine-MP versions before 5.3.1 and 4.23.1 fail to validate that the identityPublicKey in LoginPacket uses the required secp384r1 elliptic curve. An unauthenticated network attacker can supply a LoginPacket with a key on a different curve or a non-EC key type, passing login verification but t...
CVE-2023-54390
PocketMine-MP versions before 5.3.1 and 4.23.1 are vulnerable to a denial of service caused by improper null value handling in arrays during LoginPacket JSON parsing. An unauthenticated, remote attacker can send malformed JSON containing unexpected null elements in the LoginPacket to crash the se...
CVE-2026-79740
This vulnerability affects Dell Secure Connect Gateway (SCG) 5.0 — specifically the Appliance (versions prior to 5.36.00.16 ) and Application (versions prior to 5.36.00.00 ). The root cause is the use of hard-coded credentials , which an unauthenticated attacker with network access could exploit ...
CVE-2026-79738
Dell Secure Connect Gateway (SCG) 5.0 Appliance versions prior to 5.36.00.16 and Application versions prior to 5.36.00.00 are affected by a Use of Hard-coded Credentials vulnerability. An unauthenticated attacker with remote network access could potentially exploit this flaw, resulting in informa...
CVE-2026-78486
Dell Secure Connect Gateway (SCG) 5.0 Appliance and Application versions prior to 5.36.00.16 and 5.36.00.00 , respectively, contain a Use of Hard-coded Cryptographic Key vulnerability. An unauthenticated attacker with remote network access could potentially exploit this to gain unauthorized acces...
CVE-2026-79964
Dell Secure Connect Gateway (SCG) 5.0 Appliance (versions prior to 5.36.00.16 ) and Application (versions prior to 5.36.00.00 ) contain an Improper Neutralization of Escape, Meta, or Control Sequences vulnerability. An unauthenticated attacker with remote access could exploit this flaw to launch ...
CVE-2026-79952
Dell Secure Connect Gateway (SCG) 5.0 is affected by an Improper Encoding or Escaping of Output vulnerability in both the Appliance (versions prior to 5.36.00.16 ) and Application (versions prior to 5.36.00.00 ). An unauthenticated attacker with remote network access could exploit this flaw to la...
CVE-2026-79971
Dell Secure Connect Gateway (SCG) 5.0 contains an Improper Sanitization of Custom Special Characters vulnerability that allows an unauthenticated remote attacker to perform script injection . The affected versions are SCG 5.0 Appliance prior to 5.36.00.16 and SCG 5.0 Application prior to 5.36.00....
CVE-2026-79968
Dell SCG 5.0 (Secure Connect Gateway) is affected by a Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Appliance versions prior to 5.36.00.16 and Application versions prior to 5.36.00.00 . An unauthenticated attacker with remote network access could exploit this to cause denial...
CVE-2026-85103
Check Point Quantum Security Management and Quantum Security Gateway are affected by a heap-based buffer overflow in the VPN certificate ASN.1 decoding process. An unauthenticated remote attacker may exploit this to achieve arbitrary code execution , yielding a CVSS 3.1 score of 9.8 (Critical) wi...
CVE-2026-85102
Check Point Quantum Security Gateway contains an improper certificate trust validation flaw during VPN negotiation . An unauthenticated remote attacker can exploit this to execute arbitrary code on the Gateway. The vulnerability is rated CVSS 9.8 (CRITICAL) with a vector of AV:N/AC:L/PR:N/UI:N/S:...