Nixpkgs security tracker

Try the new UI
Login with GitHub

Suggestions search

With package: csharp-ls

Found 4 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-61823
7.3 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): Required (R)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): None (N)
created 11 hours ago Activity log
  • Created suggestion
code16 Sharp vulnerable to stored XSS via iframe srcdoc Attribute

code16 Sharp is a Laravel-based framework for building content-management and administrative interfaces. Versions before 9.22.5 contain a stored cross-site scripting vulnerability in the rich-text editor because the HTML sanitizer permits the `srcdoc` attribute on iframe elements. Although markup inside `srcdoc` is HTML-encoded during sanitization, browsers decode attribute entities before interpreting the iframe document, allowing an authenticated user with permission to edit an Editor field to store executable JavaScript that runs when another user views the content. Successful exploitation can result in session hijacking, unauthorized actions, account takeover, privilege escalation, or disclosure of administrative data. Version 9.22.5 patches the vulnerability by removing `srcdoc` from the permitted iframe attributes. As a workaround, applications that cannot upgrade should manually sanitize all Editor field content and remove every iframe `srcdoc` attribute before storing or rendering it.

Affected products

sharp
  • ==< 9.22.5

Matching in nixpkgs

pkgs.fsharp

Functional CLI language

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharp-ls

Roslyn-based LSP language server for C#

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharpier

Opinionated code formatter for C#

  • nixos-unstable -
    • nixos-unstable-small 1.3.0
  • nixos-26.05 -
    • nixos-26.05-small 1.2.6

pkgs.csharprepl

C# REPL with syntax highlighting

  • nixos-unstable -
    • nixos-unstable-small 0.6.7
  • nixos-26.05 -
    • nixos-26.05-small 0.6.7

pkgs.taglib-sharp

Library for reading and writing metadata in media files

  • nixos-unstable -
  • nixos-26.05 -
Untriaged
Permalink CVE-2026-61825
8.7 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): Required (R)
  • Scope (S): Changed (C)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): None (N)
created 11 hours ago Activity log
  • Created suggestion
code16/sharp has a stored XSS via data-html-content Sanitizer Bypass

code16 Sharp is a Laravel-based framework for building content-management and administrative interfaces. Versions before 9.22.5 contain a stored cross-site scripting vulnerability in `SharpEditorFormField`: attacker-controlled content bearing the `data-html-content` attribute can bypass HTML sanitization and preserve executable markup, which may execute when another user views the stored content. The vendor identifies version 9.22.5 as patched; applications that intentionally enable `SharpFormEditorField::RAW_HTML` must continue to sanitize editor content themselves. As a workaround, applications should sanitize all editor content before storing or rendering it, for example with Symfony HtmlSanitizer, and disable RAW_HTML functionality where it is not required.

Affected products

sharp
  • ==< 9.22.5

Matching in nixpkgs

pkgs.fsharp

Functional CLI language

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharp-ls

Roslyn-based LSP language server for C#

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharpier

Opinionated code formatter for C#

  • nixos-unstable -
    • nixos-unstable-small 1.3.0
  • nixos-26.05 -
    • nixos-26.05-small 1.2.6

pkgs.csharprepl

C# REPL with syntax highlighting

  • nixos-unstable -
    • nixos-unstable-small 0.6.7
  • nixos-26.05 -
    • nixos-26.05-small 0.6.7

pkgs.taglib-sharp

Library for reading and writing metadata in media files

  • nixos-unstable -
  • nixos-26.05 -
Untriaged
Permalink CVE-2026-53634
4.3 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 3 months, 2 weeks ago Activity log
  • Created suggestion
Sharp: Missing Authorization Check in Quick Creation Command Endpoints

Sharp is a content management framework built for Laravel as a package. From version 9.0.0 to before version 9.22.3, the create and store endpoints of the Quick Creation Command feature did not enforce any authorization check. An authenticated Sharp user without create permission on a given entity could bypass the authorization layer and either retrieve the creation form or submit new records for that entity, as long as it had a Quick Creation Command handler configured. This issue has been patched in version 9.22.3.

Affected products

sharp
  • ==>= 9.0.0, < 9.22.3

Matching in nixpkgs

pkgs.fsharp

Functional CLI language

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharp-ls

Roslyn-based LSP language server for C#

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharpier

Opinionated code formatter for C#

  • nixos-unstable -
    • nixos-unstable-small 1.3.0
  • nixos-26.05 -
    • nixos-26.05-small 1.2.6

pkgs.csharprepl

C# REPL with syntax highlighting

  • nixos-unstable -
    • nixos-unstable-small 0.6.7
  • nixos-26.05 -
    • nixos-26.05-small 0.6.7

pkgs.taglib-sharp

Library for reading and writing metadata in media files

  • nixos-unstable -
  • nixos-26.05 -
Untriaged
Permalink CVE-2026-44692
7.7 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Changed (C)
  • Confidentiality (C): High (H)
  • Integrity (I): None (N)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): None (N)
created 3 months, 2 weeks ago Activity log
  • Created suggestion
Authenticated Sharp users can download unrelated Laravel Storage objects through the generic download endpoint

Sharp is a content management framework built for Laravel as a package. Prior to version 9.22.0, Sharp exposes a generic download endpoint that authorizes access only to the supplied Sharp entity instance, but then reads the target storage disk and path from request parameters. Because the requested storage object is not bound to the authorized entity instance, an authenticated Sharp user who can view one valid record may use that record as an authorization anchor to download unrelated disk-relative objects from configured Laravel Storage disks. The confirmed impact is authenticated disclosure of unrelated objects from configured Laravel Storage disks. This issue does not imply arbitrary host filesystem access outside configured Laravel Storage disk roots. This issue has been patched in version 9.22.0.

Affected products

sharp
  • ==< 9.22.0

Matching in nixpkgs

pkgs.fsharp

Functional CLI language

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharp-ls

Roslyn-based LSP language server for C#

  • nixos-unstable -
  • nixos-26.05 -

pkgs.csharpier

Opinionated code formatter for C#

  • nixos-unstable -
    • nixos-unstable-small 1.3.0
  • nixos-26.05 -
    • nixos-26.05-small 1.2.6

pkgs.csharprepl

C# REPL with syntax highlighting

  • nixos-unstable -
    • nixos-unstable-small 0.6.7
  • nixos-26.05 -
    • nixos-26.05-small 0.6.7

pkgs.taglib-sharp

Library for reading and writing metadata in media files

  • nixos-unstable -
  • nixos-26.05 -