<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Thu, 16 Jul 2026 23:41:10 +0000</lastBuildDate>
    <item>
      <title>aafbe605-c19c-4a8f-9b7f-6bd0dad3432c</title>
      <link>https://vulnerability.circl.lu/sighting/aafbe605-c19c-4a8f-9b7f-6bd0dad3432c/export</link>
      <description>{"uuid": "aafbe605-c19c-4a8f-9b7f-6bd0dad3432c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-7JVP-HJ45-2F2M", "type": "seen", "source": "https://gist.github.com/alon710/3392c028816ef9767631ce548afd9d91", "content": "# GHSA-7JVP-HJ45-2F2M: GHSA-7jvp-hj45-2f2m: Scriban Template Writes to Arbitrary CLR Properties via TypedObjectAccessor\n\n&amp;gt; **CVSS Score:** 7.7\n&amp;gt; **Published:** 2026-07-06\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-7JVP-HJ45-2F2M\n\n## Summary\nAn improper access control and mass assignment vulnerability in Scriban allows templates to write to arbitrary, restricted CLR properties (including private, internal, and init-only properties) of context-bound objects, causing unexpected state mutations on the host application heap.\n\n## TL;DR\nScriban dynamically resolves and modifies restricted C# object properties (private, internal, init) within templates, bypassing language-level access controls and enabling mass assignment attacks.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-284, CWE-915\n- **Attack Vector**: Network / Context Template Injection\n- **CVSS v4 Score**: 7.7\n- **Exploit Status**: poc\n- **CISA KEV Status**: Not Listed\n- **Impact**: Improper Access Control / State Mutation\n\n## Affected Systems\n\n- Scriban Template Engine\n- **Scriban**: &amp;lt;= 7.2.1 (Fixed in: `7.2.2`)\n\n## Mitigation\n\n- Upgrade Scriban NuGet package to version 7.2.2 or later\n- Implement a strict, custom MemberFilter to restrict write operations\n- Avoid binding untrusted or multi-use CLR objects directly to the template context\n\n**Remediation Steps:**\n1. Identify all applications using Scriban &amp;lt;= 7.2.1\n2. Update the package reference in .csproj to 7.2.2\n3. Verify all Custom MemberFilters are configured correctly\n4. Audit templates for assignments targeting internal fields\n\n## References\n\n- [GitHub Security Advisory](https://github.com/scriban/scriban/security/advisories/GHSA-7jvp-hj45-2f2m)\n- [.NET API Documentation - PropertyInfo.SetValue Reference](https://learn.microsoft.com/dotnet/api/system.reflection.propertyinfo.setvalue)\n- [C# Language Specification - Init Accessors](https://learn.microsoft.com/dotnet/csharp/language-reference/proposals/csharp-9.0/init)\n- [CWE-915 Reference](https://cwe.mitre.org/data/definitions/915.html)\n- [CWE-284 Reference](https://cwe.mitre.org/data/definitions/284.html)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-7JVP-HJ45-2F2M) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-06T17:41:59.860799Z"}</description>
      <content:encoded>{"uuid": "aafbe605-c19c-4a8f-9b7f-6bd0dad3432c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-7JVP-HJ45-2F2M", "type": "seen", "source": "https://gist.github.com/alon710/3392c028816ef9767631ce548afd9d91", "content": "# GHSA-7JVP-HJ45-2F2M: GHSA-7jvp-hj45-2f2m: Scriban Template Writes to Arbitrary CLR Properties via TypedObjectAccessor\n\n&amp;gt; **CVSS Score:** 7.7\n&amp;gt; **Published:** 2026-07-06\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-7JVP-HJ45-2F2M\n\n## Summary\nAn improper access control and mass assignment vulnerability in Scriban allows templates to write to arbitrary, restricted CLR properties (including private, internal, and init-only properties) of context-bound objects, causing unexpected state mutations on the host application heap.\n\n## TL;DR\nScriban dynamically resolves and modifies restricted C# object properties (private, internal, init) within templates, bypassing language-level access controls and enabling mass assignment attacks.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-284, CWE-915\n- **Attack Vector**: Network / Context Template Injection\n- **CVSS v4 Score**: 7.7\n- **Exploit Status**: poc\n- **CISA KEV Status**: Not Listed\n- **Impact**: Improper Access Control / State Mutation\n\n## Affected Systems\n\n- Scriban Template Engine\n- **Scriban**: &amp;lt;= 7.2.1 (Fixed in: `7.2.2`)\n\n## Mitigation\n\n- Upgrade Scriban NuGet package to version 7.2.2 or later\n- Implement a strict, custom MemberFilter to restrict write operations\n- Avoid binding untrusted or multi-use CLR objects directly to the template context\n\n**Remediation Steps:**\n1. Identify all applications using Scriban &amp;lt;= 7.2.1\n2. Update the package reference in .csproj to 7.2.2\n3. Verify all Custom MemberFilters are configured correctly\n4. Audit templates for assignments targeting internal fields\n\n## References\n\n- [GitHub Security Advisory](https://github.com/scriban/scriban/security/advisories/GHSA-7jvp-hj45-2f2m)\n- [.NET API Documentation - PropertyInfo.SetValue Reference](https://learn.microsoft.com/dotnet/api/system.reflection.propertyinfo.setvalue)\n- [C# Language Specification - Init Accessors](https://learn.microsoft.com/dotnet/csharp/language-reference/proposals/csharp-9.0/init)\n- [CWE-915 Reference](https://cwe.mitre.org/data/definitions/915.html)\n- [CWE-284 Reference](https://cwe.mitre.org/data/definitions/284.html)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-7JVP-HJ45-2F2M) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-06T17:41:59.860799Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/aafbe605-c19c-4a8f-9b7f-6bd0dad3432c/export</guid>
      <pubDate>Mon, 06 Jul 2026 17:41:59 +0000</pubDate>
    </item>
  </channel>
</rss>
