YAFNET.Core
YAF.NET Core Library.
Activity
- Latest release
- 2w ago
- Total releases
- 21
- Cadence
- ~26 days
- Last 12 months
- 7
Details
- First release
- Feb 17, 2024
| Version | Released | |
|---|---|---|
4.0.9
patch
|
4.0.9
patch
Dependencies (25)
+ 17 more |
|
4.0.8
patch
|
4.0.8
patch
Dependencies (24)
+ 16 more |
|
4.0.7
patch
|
4.0.7
patch
Dependencies (24)
+ 16 more |
|
4.0.6
patch
|
4.0.6
patch
Dependencies (24)
+ 16 more |
|
4.0.5
patch
|
4.0.5
patch
Dependencies (24)
+ 16 more |
|
4.0.4
patch
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.4
patch
Dependencies (24)
+ 16 more |
|
4.0.3
patch
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.3
patch
Dependencies (24)
+ 16 more |
|
4.0.2
patch
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.2
patch
Dependencies (26)
+ 18 more |
|
4.0.1
patch
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.1
patch
Dependencies (26)
+ 18 more |
|
4.0.0
initial
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0
initial
Dependencies (28)
+ 20 more |
|
4.0.0-rc04
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-rc04
pre
Dependencies (28)
+ 20 more |
|
4.0.0-rc03
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-rc03
pre
Dependencies (28)
+ 20 more |
|
4.0.0-rc02
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-rc02
pre
Dependencies (27)
+ 19 more |
|
4.0.0-rc01
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-rc01
pre
Dependencies (27)
+ 19 more |
|
4.0.0-beta09
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta09
pre
Dependencies (27)
+ 19 more |
|
4.0.0-beta08
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta08
pre
Dependencies (27)
+ 19 more |
|
4.0.0-beta07
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta07
pre
Dependencies (28)
+ 20 more |
|
4.0.0-beta06
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta06
pre
Dependencies (28)
+ 20 more |
|
4.0.0-beta05
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta05
pre
Dependencies (28)
+ 20 more |
|
4.0.0-beta04
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta04
pre
Dependencies (28)
+ 20 more |
|
4.0.0-beta03
pre
3 CVEs
CVE-2026-43939
GHSA-8rq5-wwpp-fmj2
May 05, 2026
YAFNET has Stored XSS in Forum Thread Posts/Replies that Allows Arbitrary JavaScript Execution for All Thread Viewers
7.3
/ 10
High
Network
Low
Low
Required
Unchanged
High
High
None
Description: Stored Cross-Site Scripting (XSS) occurs when user-supplied input is persisted by the application and later rendered in another user's browser without proper sanitization or contextual output encoding. When the vulnerable sink is a high-traffic surface such as a public forum thread, the payload executes in the browser of every user who visits the page, maximizing both reach and impact. Any JavaScript injected through such a sink runs under the application's origin and inherits the privileges of whichever user happens to view the affected content. Issue Details:
The thread posting and reply feature accepts user-supplied content that is stored server-side and later rendered back into the thread page without adequate HTML sanitization or contextual output encoding. Submitting a post or reply containing Impact: An attacker with a standard forum account can execute arbitrary JavaScript in the browser of every user who loads the affected thread, including moderators and administrators. This enables session/auth-cookie theft, account takeover through same-origin state-changing requests, forced privileged actions if an administrator views the thread, credential phishing via injected login overlays, forum defacement, cryptominer or malware delivery, and mass redirection of viewers to attacker-controlled sites. Because the payload triggers automatically on page load rather than requiring hover or click interaction, a single malicious post can compromise a large number of users very quickly. Likelihood: Exploitation requires only a registered account with permission to post or reply, which is available to every forum member by default. Once posted, the payload fires automatically for any visitor who opens the thread, requiring zero victim interaction and making the overall likelihood high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43937
GHSA-xhw7-j96h-c3g5
May 05, 2026
YAFNET: Pre-Handler Authorization Bypass on Admin Pages Enables Blind SQL Execution via `/Admin/RunSql`
8.8
/ 10
High
Network
Low
Low
None
Unchanged
High
High
High
Issue Details:
YAFNET's only admin authorization gate is A deterministic boolean-conditional time oracle was confirmed end-to-end by extracting the first character of Impact:
An attacker holding the lowest-privileged authenticated role, effectively an anonymous attacker on any deployment that permits self-registration, gains arbitrary blind SQL execution against the application's database, with full Likelihood: Exploitation requires only a registered forum account (self-registration available on most deployments) and a single HTTP POST request. The attack is fully automatable in one request per probe and produces a deterministic time-based oracle with no error handling required, making the overall likelihood very high. Steps to Reproduce:
Payload:
Observe that when the condition is true the response time increases, if false, it remains unchanged which confirms the presence of SQL Injection. Remediation:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
4.0.5
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-43938
GHSA-33gv-fc78-qgf5
May 05, 2026
YAFNET has Unauthenticated Stored Second-Order XSS in Admin Event Log via Reflected `User-Agent` Header
8.1
/ 10
High
Network
Low
None
Required
Unchanged
High
High
None
Description: Stored (second-order) Cross-Site Scripting (XSS) occurs when attacker-controlled input is persisted through one component of an application and later rendered, without proper sanitization or contextual output encoding, by a completely different component — often one that implicitly trusts the stored data. Because the dangerous sink is typically a privileged administrative interface, the payload executes in the browser of a high-value user (such as an administrator) and inherits their authenticated session. This class of issue is especially severe when the entry point is an HTTP header on an unauthenticated endpoint, since the attack surface extends to any anonymous attacker on the internet with no prerequisites. Issue Details:
The application's database logger ( Impact: An entirely unauthenticated attacker, with no account, no CSRF token, and no prior access, can stage JavaScript that will execute in an administrator's browser the next time the Event Log is viewed. Because the script runs in the admin's authenticated origin, it can perform any action the admin can: creating new administrative accounts, modifying site-wide settings, exfiltrating user data through admin-only endpoints. This effectively converts a single anonymous HTTP request into a full forum-takeover primitive, and the lack of any authentication requirement makes it exploitable at internet scale, including by automated scanners. Likelihood: Exploitation requires only the ability to send a single HTTP request to a public, unauthenticated endpoint, which any anonymous attacker on the internet can do. Administrators routinely review the Event Log as part of normal operations, so payload delivery is highly probable with negligible attacker effort, making the overall likelihood very high. Steps to Reproduce:
Affected versions
4.0.0
4.0.0-beta03
4.0.0-beta04
4.0.0-beta05
4.0.0-beta06
4.0.0-beta07
4.0.0-beta08
4.0.0-beta09
4.0.0-rc01
4.0.0-rc02
4.0.0-rc03
4.0.0-rc04
+ 4 more Show less
4.0.1
4.0.2
4.0.3
4.0.4
Fixed in
3.2.12
4.0.5
References Updated May 13, 2026 · Source: OSV.dev |
4.0.0-beta03
pre
Dependencies (28)
+ 20 more |