<?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>Mon, 14 Sep 2026 17:14:51 +0000</lastBuildDate>
    <item>
      <title>dd474f4d-460b-4d5a-9cf8-f59d33c9c4de</title>
      <link>https://vulnerability.circl.lu/sighting/dd474f4d-460b-4d5a-9cf8-f59d33c9c4de/export</link>
      <description>{"uuid": "dd474f4d-460b-4d5a-9cf8-f59d33c9c4de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "cve-2026-59995", "type": "seen", "source": "https://gist.github.com/alon710/44be7e1a209e5efdfe9c767d3a86a09b", "content": "# CVE-2026-59995: CVE-2026-59995: Relative Path Traversal in OpenSSH sftp Client\n\n&amp;gt; **CVSS Score:** 4.2\n&amp;gt; **Published:** 2026-07-08\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-59995\n\n## Summary\nA relative path traversal vulnerability (CWE-23) in the client-side sftp utility of OpenSSH before version 10.4 allows malicious or compromised SFTP servers to write or overwrite files outside the intended destination directory when a user executes a direct one-shot download command.\n\n## TL;DR\nOpenSSH sftp clients prior to 10.4 are vulnerable to relative path traversal, allowing a compromised SFTP server to write arbitrary files on the client system during command-line downloads.\n\n## Technical Details\n\n- **CWE ID**: CWE-23\n- **Attack Vector**: Network\n- **CVSS Score**: 4.2 (Medium)\n- **EPSS Score**: 0.0025 (16.73%)\n- **Impact**: Low Integrity, Low Availability\n- **Exploit Status**: None\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- OpenSSH sftp client prior to version 10.4\n- **OpenSSH sftp**: &amp;lt; 10.4 (Fixed in: `10.4`)\n\n## Mitigation\n\n- Upgrade client-side OpenSSH to version 10.4 or higher.\n- Avoid using direct, one-shot download syntax: sftp server:/path .\n- Establish restrictive client-side file access policies or use isolation/sandboxing techniques.\n\n**Remediation Steps:**\n1. Identify the local OpenSSH sftp version using 'sftp -V'.\n2. Apply system package updates using the local package manager (apt, dnf, yum) to update openssh-client or openssh-clients to 10.4 or above.\n3. In environments where updates are blocked, implement AppArmor or SELinux policies to restrict the write directories of the sftp binary.\n\n## References\n\n- [NVD CVE-2026-59995 Details](https://nvd.nist.gov/vuln/detail/CVE-2026-59995)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-59995)\n- [OpenSSH 10.4 Official Release Notes](https://www.openssh.org/releasenotes.html#10.4p1)\n- [oss-security Mailing List Release Announcement](https://www.openwall.com/lists/oss-security/2026/07/06/5)\n- [OpenSSH UNIX Dev Mailing List Archive](https://marc.info/?l=openssh-unix-dev&amp;amp;m=178333966933090&amp;amp;w=2)\n- [Wiz Vulnerability Database Profile](https://www.wiz.io/vulnerability-database/cve/cve-2026-59995)\n- [OSV JSON Entry](https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59995.json)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-59995) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-21T16:32:54.579911Z"}</description>
      <content:encoded>{"uuid": "dd474f4d-460b-4d5a-9cf8-f59d33c9c4de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "cve-2026-59995", "type": "seen", "source": "https://gist.github.com/alon710/44be7e1a209e5efdfe9c767d3a86a09b", "content": "# CVE-2026-59995: CVE-2026-59995: Relative Path Traversal in OpenSSH sftp Client\n\n&amp;gt; **CVSS Score:** 4.2\n&amp;gt; **Published:** 2026-07-08\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-59995\n\n## Summary\nA relative path traversal vulnerability (CWE-23) in the client-side sftp utility of OpenSSH before version 10.4 allows malicious or compromised SFTP servers to write or overwrite files outside the intended destination directory when a user executes a direct one-shot download command.\n\n## TL;DR\nOpenSSH sftp clients prior to 10.4 are vulnerable to relative path traversal, allowing a compromised SFTP server to write arbitrary files on the client system during command-line downloads.\n\n## Technical Details\n\n- **CWE ID**: CWE-23\n- **Attack Vector**: Network\n- **CVSS Score**: 4.2 (Medium)\n- **EPSS Score**: 0.0025 (16.73%)\n- **Impact**: Low Integrity, Low Availability\n- **Exploit Status**: None\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- OpenSSH sftp client prior to version 10.4\n- **OpenSSH sftp**: &amp;lt; 10.4 (Fixed in: `10.4`)\n\n## Mitigation\n\n- Upgrade client-side OpenSSH to version 10.4 or higher.\n- Avoid using direct, one-shot download syntax: sftp server:/path .\n- Establish restrictive client-side file access policies or use isolation/sandboxing techniques.\n\n**Remediation Steps:**\n1. Identify the local OpenSSH sftp version using 'sftp -V'.\n2. Apply system package updates using the local package manager (apt, dnf, yum) to update openssh-client or openssh-clients to 10.4 or above.\n3. In environments where updates are blocked, implement AppArmor or SELinux policies to restrict the write directories of the sftp binary.\n\n## References\n\n- [NVD CVE-2026-59995 Details](https://nvd.nist.gov/vuln/detail/CVE-2026-59995)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-59995)\n- [OpenSSH 10.4 Official Release Notes](https://www.openssh.org/releasenotes.html#10.4p1)\n- [oss-security Mailing List Release Announcement](https://www.openwall.com/lists/oss-security/2026/07/06/5)\n- [OpenSSH UNIX Dev Mailing List Archive](https://marc.info/?l=openssh-unix-dev&amp;amp;m=178333966933090&amp;amp;w=2)\n- [Wiz Vulnerability Database Profile](https://www.wiz.io/vulnerability-database/cve/cve-2026-59995)\n- [OSV JSON Entry](https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59995.json)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-59995) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-21T16:32:54.579911Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/dd474f4d-460b-4d5a-9cf8-f59d33c9c4de/export</guid>
      <pubDate>Fri, 21 Aug 2026 16:32:54 +0000</pubDate>
    </item>
    <item>
      <title>e9580816-fe69-4916-8bea-00490b1de2e5</title>
      <link>https://vulnerability.circl.lu/sighting/e9580816-fe69-4916-8bea-00490b1de2e5/export</link>
      <description>{"uuid": "e9580816-fe69-4916-8bea-00490b1de2e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-59992", "type": "published-proof-of-concept", "source": "https://github.com/tinacms/tinacms/security/advisories/GHSA-8mq9-5fw2-5rm4", "content": "", "creation_timestamp": "2026-08-19T22:35:05.147536Z"}</description>
      <content:encoded>{"uuid": "e9580816-fe69-4916-8bea-00490b1de2e5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-59992", "type": "published-proof-of-concept", "source": "https://github.com/tinacms/tinacms/security/advisories/GHSA-8mq9-5fw2-5rm4", "content": "", "creation_timestamp": "2026-08-19T22:35:05.147536Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e9580816-fe69-4916-8bea-00490b1de2e5/export</guid>
      <pubDate>Wed, 19 Aug 2026 22:35:05 +0000</pubDate>
    </item>
    <item>
      <title>35a44f15-2993-4b1a-a21d-81dc3ee7ae21</title>
      <link>https://vulnerability.circl.lu/sighting/35a44f15-2993-4b1a-a21d-81dc3ee7ae21/export</link>
      <description>{"uuid": "35a44f15-2993-4b1a-a21d-81dc3ee7ae21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59990", "type": "seen", "source": "https://bsky.app/profile/eed3si9n.com/post/3mqsqe4xchk2e", "content": "\ud83e\uddd1\u200d\ud83d\ude92 released sbt 1.12.14 and 2.0.3, featuring\n- backport of CVE-2026-26032 fix for Ivy (while sbt might not be affected)\n- update to Jawn 1.7.0 for CVE-2026-59990 and CVE-2026-61814 fixes\need3si9n.com/sbt-1.12.14-... #Scala", "creation_timestamp": "2026-07-17T02:47:35.819258Z"}</description>
      <content:encoded>{"uuid": "35a44f15-2993-4b1a-a21d-81dc3ee7ae21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59990", "type": "seen", "source": "https://bsky.app/profile/eed3si9n.com/post/3mqsqe4xchk2e", "content": "\ud83e\uddd1\u200d\ud83d\ude92 released sbt 1.12.14 and 2.0.3, featuring\n- backport of CVE-2026-26032 fix for Ivy (while sbt might not be affected)\n- update to Jawn 1.7.0 for CVE-2026-59990 and CVE-2026-61814 fixes\need3si9n.com/sbt-1.12.14-... #Scala", "creation_timestamp": "2026-07-17T02:47:35.819258Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/35a44f15-2993-4b1a-a21d-81dc3ee7ae21/export</guid>
      <pubDate>Fri, 17 Jul 2026 02:47:35 +0000</pubDate>
    </item>
    <item>
      <title>027425cc-6798-497a-89e0-4639a802e957</title>
      <link>https://vulnerability.circl.lu/sighting/027425cc-6798-497a-89e0-4639a802e957/export</link>
      <description>{"uuid": "027425cc-6798-497a-89e0-4639a802e957", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59999", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqdrtxbpdl2r", "content": "New MEDIUM CVE for OpenSSH: CVE-2026-59999\n\nIn sshd in OpenSSH before 10.4, DisableForwarding=yes was supposed to take precedence over PermitTunnel=yes, but did not.\n\nMore: nvd.nist.gov/vuln/detail/CVE-2026-59999", "creation_timestamp": "2026-07-11T04:04:24.653803Z"}</description>
      <content:encoded>{"uuid": "027425cc-6798-497a-89e0-4639a802e957", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59999", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqdrtxbpdl2r", "content": "New MEDIUM CVE for OpenSSH: CVE-2026-59999\n\nIn sshd in OpenSSH before 10.4, DisableForwarding=yes was supposed to take precedence over PermitTunnel=yes, but did not.\n\nMore: nvd.nist.gov/vuln/detail/CVE-2026-59999", "creation_timestamp": "2026-07-11T04:04:24.653803Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/027425cc-6798-497a-89e0-4639a802e957/export</guid>
      <pubDate>Sat, 11 Jul 2026 04:04:24 +0000</pubDate>
    </item>
    <item>
      <title>33cf821f-9a20-4b6a-aaee-f43cbf93a8d8</title>
      <link>https://vulnerability.circl.lu/sighting/33cf821f-9a20-4b6a-aaee-f43cbf93a8d8/export</link>
      <description>{"uuid": "33cf821f-9a20-4b6a-aaee-f43cbf93a8d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59998", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqdebnhp4u2c", "content": "MEDIUM severity CVE just published in OpenSSH:\n\nCVE-2026-59998. sshd in OpenSSH before 10.4 has an undocumented security-relevant behavior: GSSAPIStrictAcceptorCheck has no value if the server is in Windows Active Directory.\n\nnvd.nist.gov/vuln/detail/CVE-2026-59998", "creation_timestamp": "2026-07-11T00:01:31.376033Z"}</description>
      <content:encoded>{"uuid": "33cf821f-9a20-4b6a-aaee-f43cbf93a8d8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59998", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqdebnhp4u2c", "content": "MEDIUM severity CVE just published in OpenSSH:\n\nCVE-2026-59998. sshd in OpenSSH before 10.4 has an undocumented security-relevant behavior: GSSAPIStrictAcceptorCheck has no value if the server is in Windows Active Directory.\n\nnvd.nist.gov/vuln/detail/CVE-2026-59998", "creation_timestamp": "2026-07-11T00:01:31.376033Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/33cf821f-9a20-4b6a-aaee-f43cbf93a8d8/export</guid>
      <pubDate>Sat, 11 Jul 2026 00:01:31 +0000</pubDate>
    </item>
    <item>
      <title>d573e778-8dc1-44fc-a7ba-6425d56b6673</title>
      <link>https://vulnerability.circl.lu/sighting/d573e778-8dc1-44fc-a7ba-6425d56b6673/export</link>
      <description>{"uuid": "d573e778-8dc1-44fc-a7ba-6425d56b6673", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59997", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqc45uthbv22", "content": "OpenSSH: CVE-2026-59997 [MEDIUM]\n\ninternal-sftp in sshd in OpenSSH before 10.4 recognizes only the first 9 command-line arguments, which can be important if a later command-line argument would have helped to ensure the intended security properties\u2026\n\nnvd.nist.gov/vuln/detail/CVE-2026-59997", "creation_timestamp": "2026-07-10T12:03:35.215977Z"}</description>
      <content:encoded>{"uuid": "d573e778-8dc1-44fc-a7ba-6425d56b6673", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59997", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqc45uthbv22", "content": "OpenSSH: CVE-2026-59997 [MEDIUM]\n\ninternal-sftp in sshd in OpenSSH before 10.4 recognizes only the first 9 command-line arguments, which can be important if a later command-line argument would have helped to ensure the intended security properties\u2026\n\nnvd.nist.gov/vuln/detail/CVE-2026-59997", "creation_timestamp": "2026-07-10T12:03:35.215977Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/d573e778-8dc1-44fc-a7ba-6425d56b6673/export</guid>
      <pubDate>Fri, 10 Jul 2026 12:03:35 +0000</pubDate>
    </item>
    <item>
      <title>9d14df4e-9b6a-48d9-b7ca-c53cb13b98e1</title>
      <link>https://vulnerability.circl.lu/sighting/9d14df4e-9b6a-48d9-b7ca-c53cb13b98e1/export</link>
      <description>{"uuid": "9d14df4e-9b6a-48d9-b7ca-c53cb13b98e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59996", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqboolzoii26", "content": "New MEDIUM CVE for OpenSSH: CVE-2026-59996\n\nscp in OpenSSH before 10.4 may place a file in the parent directory of an intended directory when the copy occurs between two remote destinations.\n\nMore: nvd.nist.gov/vuln/detail/CVE-2026-59996", "creation_timestamp": "2026-07-10T08:02:23.824571Z"}</description>
      <content:encoded>{"uuid": "9d14df4e-9b6a-48d9-b7ca-c53cb13b98e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59996", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqboolzoii26", "content": "New MEDIUM CVE for OpenSSH: CVE-2026-59996\n\nscp in OpenSSH before 10.4 may place a file in the parent directory of an intended directory when the copy occurs between two remote destinations.\n\nMore: nvd.nist.gov/vuln/detail/CVE-2026-59996", "creation_timestamp": "2026-07-10T08:02:23.824571Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9d14df4e-9b6a-48d9-b7ca-c53cb13b98e1/export</guid>
      <pubDate>Fri, 10 Jul 2026 08:02:23 +0000</pubDate>
    </item>
    <item>
      <title>17743ea9-80fc-4a35-98d2-341936e24372</title>
      <link>https://vulnerability.circl.lu/sighting/17743ea9-80fc-4a35-98d2-341936e24372/export</link>
      <description>{"uuid": "17743ea9-80fc-4a35-98d2-341936e24372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59995", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqbbbatvik2g", "content": "MEDIUM severity CVE just published in OpenSSH:\n\nCVE-2026-59995. sftp in OpenSSH before 10.4 does not properly constrain the location of downloaded files when \"sftp server:/path .\" is used with an attacker-controlled server.\n\nnvd.nist.gov/vuln/detail/CVE-2026-59995", "creation_timestamp": "2026-07-10T04:02:17.297972Z"}</description>
      <content:encoded>{"uuid": "17743ea9-80fc-4a35-98d2-341936e24372", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59995", "type": "seen", "source": "https://bsky.app/profile/bootintel.bsky.social/post/3mqbbbatvik2g", "content": "MEDIUM severity CVE just published in OpenSSH:\n\nCVE-2026-59995. sftp in OpenSSH before 10.4 does not properly constrain the location of downloaded files when \"sftp server:/path .\" is used with an attacker-controlled server.\n\nnvd.nist.gov/vuln/detail/CVE-2026-59995", "creation_timestamp": "2026-07-10T04:02:17.297972Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/17743ea9-80fc-4a35-98d2-341936e24372/export</guid>
      <pubDate>Fri, 10 Jul 2026 04:02:17 +0000</pubDate>
    </item>
    <item>
      <title>743e4d19-852c-4a18-a919-5a89f87ddb6d</title>
      <link>https://vulnerability.circl.lu/sighting/743e4d19-852c-4a18-a919-5a89f87ddb6d/export</link>
      <description>{"uuid": "743e4d19-852c-4a18-a919-5a89f87ddb6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59999", "type": "seen", "source": "https://bsky.app/profile/cybernewsroom.bsky.social/post/3mq7ra5rulu2f", "content": "CVE-2026-59999: OpenSSH's Configuration Confusion or Exploit Opportunity? #CVE2026 #OpenSSH #CyberSecurity", "creation_timestamp": "2026-07-09T13:42:41.385134Z"}</description>
      <content:encoded>{"uuid": "743e4d19-852c-4a18-a919-5a89f87ddb6d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59999", "type": "seen", "source": "https://bsky.app/profile/cybernewsroom.bsky.social/post/3mq7ra5rulu2f", "content": "CVE-2026-59999: OpenSSH's Configuration Confusion or Exploit Opportunity? #CVE2026 #OpenSSH #CyberSecurity", "creation_timestamp": "2026-07-09T13:42:41.385134Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/743e4d19-852c-4a18-a919-5a89f87ddb6d/export</guid>
      <pubDate>Thu, 09 Jul 2026 13:42:41 +0000</pubDate>
    </item>
    <item>
      <title>2ed4b1a8-2859-418f-bf86-c42bd750fe6f</title>
      <link>https://vulnerability.circl.lu/sighting/2ed4b1a8-2859-418f-bf86-c42bd750fe6f/export</link>
      <description>{"uuid": "2ed4b1a8-2859-418f-bf86-c42bd750fe6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59999", "type": "seen", "source": "https://bsky.app/profile/cybernewsroom.bsky.social/post/3mq7ra3gey227", "content": "CVE-2026-59999: OpenSSH's Mishandled Settings Leave Users Exposed #OpenSSH #CyberSecurity #CVE2026", "creation_timestamp": "2026-07-09T13:42:39.134859Z"}</description>
      <content:encoded>{"uuid": "2ed4b1a8-2859-418f-bf86-c42bd750fe6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-59999", "type": "seen", "source": "https://bsky.app/profile/cybernewsroom.bsky.social/post/3mq7ra3gey227", "content": "CVE-2026-59999: OpenSSH's Mishandled Settings Leave Users Exposed #OpenSSH #CyberSecurity #CVE2026", "creation_timestamp": "2026-07-09T13:42:39.134859Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2ed4b1a8-2859-418f-bf86-c42bd750fe6f/export</guid>
      <pubDate>Thu, 09 Jul 2026 13:42:39 +0000</pubDate>
    </item>
  </channel>
</rss>
