<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.43 (Ruby 4.0.6) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-bruhns-securitytxt-product-security-00" category="info" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="security.txt Product Security">Product Security Fields for security.txt</title>

    <author initials="J." surname="Bruhns" fullname="Jannick Bruhns">
      <organization></organization>
      <address>
        <email>security@nyze.one</email>
      </address>
    </author>

    <date year="2026" month="September" day="10"/>

    <area>Security</area>
    <workgroup>Individual Submission</workgroup>
    <keyword>security.txt</keyword> <keyword>vulnerability disclosure</keyword> <keyword>PSIRT</keyword> <keyword>CRA</keyword>

    <abstract>


<?line 44?>

<t>This document registers two new fields for the security.txt file format
defined in RFC 9116: "Product-Security" and "Product-Security-Policy".
They allow an organisation to publish a dedicated contact and disclosure
policy for vulnerabilities in the products it manufactures, distinct from
the contact for vulnerabilities in its own web presence and infrastructure.
The fields are optional and fully backward compatible with existing
security.txt parsers.</t>



    </abstract>



  </front>

  <middle>


<?line 54?>

<section anchor="introduction"><name>Introduction</name>

<t>RFC 9116 <xref target="RFC9116"/> defines security.txt as a machine-readable file that
tells security researchers where to report security issues. Its "Contact"
field is deliberately generic: it does not distinguish between a
vulnerability in the organisation's website and a vulnerability in a
product the organisation sells.</t>

<t>For many organisations these are handled by different teams. Website and
infrastructure issues are typically owned by IT operations; product
vulnerabilities are handled by a Product Security Incident Response Team
(PSIRT) and follow a separate coordinated vulnerability disclosure (CVD)
process with its own timelines and, increasingly, regulatory reporting
obligations.</t>

<t>Recent regulation has made this distinction more relevant. The EU Cyber
Resilience Act <xref target="CRA"/> requires manufacturers to publish a contact address
and a CVD policy for their products, and national guidance such as
<xref target="BSI-TR-03183-3"/> recommends fulfilling that requirement by means of the
security.txt file. As a result, a single security.txt file is now expected
to serve two audiences with different needs, and reporters have no reliable
way to tell which "Contact" entry is intended for which purpose.</t>

<t>This document defines two optional fields that make the product-security
contact and policy explicit while leaving the semantics of existing fields
unchanged.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

<t>The terms "field", "field name", and "field value" are used as defined in
Section 2 of <xref target="RFC9116"/>.</t>

<t>"Product" is used in the sense of a hardware or software product supplied
by the organisation to third parties, as opposed to the organisation's own
web presence, infrastructure, or internal systems.</t>

</section>
<section anchor="field-definitions"><name>Field Definitions</name>

<t>Both fields follow the general syntax of Section 2 of <xref target="RFC9116"/>: a field
name, a colon, optional whitespace, and a field value, terminated by a line
ending. Field names are case-insensitive.</t>

<section anchor="product-security"><name>Product-Security</name>

<t>The "Product-Security" field indicates a means of contacting the
organisation about security vulnerabilities in products it manufactures or
maintains. The value <bcp14>MUST</bcp14> be a URI as defined in <xref target="RFC3986"/>. The same
schemes and constraints apply as for the "Contact" field in Section 2.5.3
of <xref target="RFC9116"/>; in particular, "https" and "mailto" URIs are expected, and
web URIs <bcp14>MUST</bcp14> use "https".</t>

<t>The field <bcp14>MAY</bcp14> appear more than once. When it does, the order of the entries
indicates the organisation's order of preference, with the first entry being
the preferred one.</t>

<t>If the organisation operates a PSIRT or equivalent function, the first
"Product-Security" entry <bcp14>SHOULD</bcp14> be the functional mailbox or reporting
endpoint of that function.</t>

<t>The presence of a "Product-Security" field does not change the meaning of
the "Contact" field. Reporters who cannot determine whether an issue relates
to a product or to infrastructure <bcp14>SHOULD</bcp14> use "Contact".</t>

</section>
<section anchor="product-security-policy"><name>Product-Security-Policy</name>

<t>The "Product-Security-Policy" field indicates a link to the organisation's
coordinated vulnerability disclosure policy for its products. The value
<bcp14>MUST</bcp14> be an "https" URI.</t>

<t>The linked policy <bcp14>SHOULD</bcp14> describe at least: the scope of products covered,
how reports are acknowledged and triaged, expected response times, the
organisation's approach to public disclosure and embargo periods, whether
anonymous reports are accepted, and any assurances given to good-faith
reporters. <xref target="ISO29147"/> provides guidance on the content of such policies.</t>

<t>The field <bcp14>MUST NOT</bcp14> appear more than once.</t>

</section>
</section>
<section anchor="formal-syntax"><name>Formal Syntax</name>

<t>The following ABNF <xref target="RFC5234"/> extends the grammar in Section 4 of
<xref target="RFC9116"/>. The rules "uri", "unstructured-field", "eol", and "WSP" are
imported from that document.</t>

<figure><sourcecode type="abnf"><![CDATA[
product-security-field        = "Product-Security" ":" *WSP uri eol
product-security-policy-field = "Product-Security-Policy" ":" *WSP uri eol
]]></sourcecode></figure>

<t>Implementations parsing security.txt files <bcp14>MUST</bcp14> treat these fields as
extension fields in the sense of Section 2.5 of <xref target="RFC9116"/> when they do not
recognise them.</t>

</section>
<section anchor="examples"><name>Examples</name>

<t>A manufacturer whose IT department handles website issues and whose PSIRT
handles product issues:</t>

<figure><artwork><![CDATA[
Contact: mailto:security@example.com
Product-Security: mailto:psirt@example.com
Product-Security: https://example.com/psirt/report
Product-Security-Policy: https://example.com/psirt/cvd-policy
Expires: 2027-09-10T22:00:00.000Z
Preferred-Languages: en, de
Canonical: https://www.example.com/.well-known/security.txt
]]></artwork></figure>

<t>An organisation whose single security team handles both, and that wishes
to make the product policy discoverable without duplicating contacts:</t>

<figure><artwork><![CDATA[
Contact: mailto:security@example.com
Product-Security-Policy: https://example.com/security/product-cvd
Expires: 2027-09-10T22:00:00.000Z
]]></artwork></figure>

</section>
<section anchor="backward-compatibility"><name>Backward Compatibility</name>

<t>Section 2.5 of <xref target="RFC9116"/> requires implementations to ignore fields they
do not recognise. Files that use the fields defined here therefore remain
valid security.txt files for all conforming parsers, and existing "Contact"
entries continue to work unchanged.</t>

<t>Organisations <bcp14>SHOULD</bcp14> continue to provide at least one "Contact" entry that
accepts product-related reports, so that reporters using tools unaware of
this specification are still able to reach the organisation.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The security considerations of <xref target="RFC9116"/> apply in full. In particular,
the fields defined here are only as trustworthy as the server delivering
the file, and an attacker who can modify the file can redirect product
vulnerability reports. Organisations <bcp14>SHOULD</bcp14> sign the file as described in
Section 2.3 of <xref target="RFC9116"/> and <bcp14>SHOULD</bcp14> ensure that the "Canonical" field is
present so that reporters can detect copies served from unexpected
locations.</t>

<t>Separating product-security contacts from infrastructure contacts may make
it easier for an attacker to identify the PSIRT mailbox for phishing or
denial-of-service purposes. This information is normally public in any case
and the benefit of reliable routing of reports is judged to outweigh this
risk.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>IANA is requested to add the following entries to the "security.txt Fields"
registry established by Section 6.2 of <xref target="RFC9116"/>, following the Expert
Review procedure of <xref target="RFC8126"/>.</t>

<dl>
  <dt>Field Name:</dt>
  <dd>
    <t>Product-Security</t>
  </dd>
  <dt>Description:</dt>
  <dd>
    <t>Contact for reporting vulnerabilities in the organisation's products</t>
  </dd>
  <dt>Multiple Appearances:</dt>
  <dd>
    <t>Yes</t>
  </dd>
  <dt>Published in:</dt>
  <dd>
    <t>This document</t>
  </dd>
  <dt>Status:</dt>
  <dd>
    <t>current</t>
  </dd>
  <dt>Change controller:</dt>
  <dd>
    <t>IETF</t>
  </dd>
  <dt>Field Name:</dt>
  <dd>
    <t>Product-Security-Policy</t>
  </dd>
  <dt>Description:</dt>
  <dd>
    <t>Link to the organisation's coordinated vulnerability disclosure policy
for its products</t>
  </dd>
  <dt>Multiple Appearances:</dt>
  <dd>
    <t>No</t>
  </dd>
  <dt>Published in:</dt>
  <dd>
    <t>This document</t>
  </dd>
  <dt>Status:</dt>
  <dd>
    <t>current</t>
  </dd>
  <dt>Change controller:</dt>
  <dd>
    <t>IETF</t>
  </dd>
</dl>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC3986">
  <front>
    <title>Uniform Resource Identifier (URI): Generic Syntax</title>
    <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
    <author fullname="R. Fielding" initials="R." surname="Fielding"/>
    <author fullname="L. Masinter" initials="L." surname="Masinter"/>
    <date month="January" year="2005"/>
    <abstract>
      <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="66"/>
  <seriesInfo name="RFC" value="3986"/>
  <seriesInfo name="DOI" value="10.17487/RFC3986"/>
</reference>
<reference anchor="RFC5234">
  <front>
    <title>Augmented BNF for Syntax Specifications: ABNF</title>
    <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
    <author fullname="P. Overell" initials="P." surname="Overell"/>
    <date month="January" year="2008"/>
    <abstract>
      <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="68"/>
  <seriesInfo name="RFC" value="5234"/>
  <seriesInfo name="DOI" value="10.17487/RFC5234"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>
<reference anchor="RFC9116">
  <front>
    <title>A File Format to Aid in Security Vulnerability Disclosure</title>
    <author fullname="E. Foudil" initials="E." surname="Foudil"/>
    <author fullname="Y. Shafranovich" initials="Y." surname="Shafranovich"/>
    <date month="April" year="2022"/>
    <abstract>
      <t>When security vulnerabilities are discovered by researchers, proper reporting channels are often lacking. As a result, vulnerabilities may be left unreported. This document defines a machine-parsable format ("security.txt") to help organizations describe their vulnerability disclosure practices to make it easier for researchers to report vulnerabilities.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9116"/>
  <seriesInfo name="DOI" value="10.17487/RFC9116"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC8126">
  <front>
    <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
    <author fullname="M. Cotton" initials="M." surname="Cotton"/>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <author fullname="T. Narten" initials="T." surname="Narten"/>
    <date month="June" year="2017"/>
    <abstract>
      <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
      <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
      <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="26"/>
  <seriesInfo name="RFC" value="8126"/>
  <seriesInfo name="DOI" value="10.17487/RFC8126"/>
</reference>

<reference anchor="CRA" target="https://eur-lex.europa.eu/eli/reg/2024/2847/oj">
  <front>
    <title>Regulation (EU) 2024/2847 on horizontal cybersecurity requirements for products with digital elements (Cyber Resilience Act)</title>
    <author >
      <organization>European Parliament and Council</organization>
    </author>
    <date year="2024" month="October"/>
  </front>
</reference>
<reference anchor="BSI-TR-03183-3" target="https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/TechGuidelines/TR03183/BSI-TR-03183-3_v1_0_0.pdf">
  <front>
    <title>Technical Guideline BSI TR-03183-3: Vulnerability Reports and Notifications</title>
    <author >
      <organization>Bundesamt für Sicherheit in der Informationstechnik</organization>
    </author>
    <date year="2025" month="August"/>
  </front>
</reference>
<reference anchor="ISO29147" >
  <front>
    <title>ISO/IEC 29147:2018 Information technology — Security techniques — Vulnerability disclosure</title>
    <author >
      <organization>ISO/IEC</organization>
    </author>
    <date year="2018"/>
  </front>
</reference>


    </references>

</references>



  </back>

<!-- ##markdown-source:
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

-->

</rfc>

