diff --git a/templates/security/osv.html b/templates/security/osv.html
new file mode 100644
index 0000000000..62ebbff02f
--- /dev/null
+++ b/templates/security/osv.html
@@ -0,0 +1,236 @@
+{% extends 'security/base_security.html' %}
+
+{% from '_macros/vf_hero.jinja' import vf_hero %}
+{% from "_macros/vf_rich-vertical-list.jinja" import vf_rich_vertical_list %}
+
+{% block title %}Track vulnerability data in OSV format | Open Source Vulnerabilities{% endblock %}
+
+{% block meta_description %}
+ Learn how Ubuntu vulnerability data in OSV format can help you enhance and simplify your vulnerability management.
+{% endblock %}
+
+{% block meta_copydoc %}
+ https://docs.google.com/document/d/1pWZXod5oXtI5In9FHnM0gBs1OY8g7J_3ioeivBZ6KZA/edit?tab=t.0
+{% endblock %}
+
+{% block content %}
+
+
+ Consume vulnerability data in OSV format to get a structured, human, and machine-readable description of known vulnerabilities and available security patches for all supported Ubuntu releases. +
+ {%- endif -%} + + {% endcall -%} + ++ Open Source Vulnerabilities (OSV) is a JSON schema that provides a human and machine readable data format to describe vulnerabilities in a way that precisely maps to open source package versions. This schema is developed and maintained by the Open Source Security Foundation (OSSF). OSV also consists of a reference infrastructure and tooling (OSV-Scanner). +
+OSV helps with:
++ In summary, OSV is an initiative focused on helping manage vulnerabilities in open source software to improve security. +
+Currently, Ubuntu’s Security Team produces OSV data for three different types of vulnerability data:
+Ubuntu OSV data is available through:
++ Currently, the osv.dev database provides an API to query OSV data. +
++ For tools, there's the official osv-scanner, as well as some additional community maintained tools. +
++ Yes, Ubuntu includes both NVD’s CVSS scores as well as Ubuntu’s priority. +
+Access an overview of common vulnerabilities and exposures.
+Learn more about Ubuntu security maintenance and platform security features.
+