Lucene search
+L
FriendsofphpRecent

1717 matches found

Friends Of PHP
Friends Of PHP
added 2026/08/18 12:00 p.m.6 views

Incorrect Ed25519 public key validation

!NOTE The fix was released in v2.5.1 Reported by Arpit Jain @arpitjain099 via email. This validation gate misfires, allowing invalid public keys to be loaded. Full advisory: https://github.com/paragonie/sodiumcompat/security/advisories/GHSA-733q-f2wq-9c8w The actual downstream impact is minimal i...

5.5AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/08/14 6:19 a.m.5 views

Client HttpTransport SSE buffer grows unbounded when server withholds the event delimiter

Summary The HTTP client transport in mcp/sdk reads a Server-Sent-Events SSE response stream incrementally and appends each 4 KiB chunk to an in-memory buffer $this-sseBuffer .= $chunk; with no upper bound. The buffer is only ever flushed when an SSE event delimiter "\n\n" appears. A remote MCP...

5.2AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/08/11 9:00 a.m.5 views

TYPO3-CORE-SA-2026-021: Broken Access Control in Backend and Install Tool

More info at https://news.typo3.com/security/advisory/typo3-core-sa-2026-021...

7.3CVSS5.2AI score0.00213EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/08/11 6:38 a.m.10 views

Custom action dispatcher bypasses access_control on other routes

More info at https://github.com/EasyCorp/EasyAdminBundle/security/advisories/GHSA-g2fm-8hr4-j82h...

5.2AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/08/05 11:53 p.m.11 views

OS Command injection

Impact PHPCodeSniffer versions before v3.13.6 and v4.0.2 contain a command injection vulnerability in the code creating the Gitblame, Hgblame and Svnblame reports. As a result, running PHPCodeSniffer over untrusted files, for example, in a CI pipeline that scans pull requests, or on a developer...

7.3CVSS5.7AI score0.00701EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/07/27 11:42 a.m.7 views

Arbitrary code execution

Impact WordPress Coding Standards WordPressCS versions before 3.4.1 contain an arbitrary code execution vulnerability in the WordPress.WP.EnqueuedResourceParameters sniff. As a result, running PHPCS with WordPressCS over untrusted PHP code, for example, in a CI pipeline that lints pull requests, ...

8.6CVSS6.2AI score0.00184EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/07/27 9:13 a.m.6 views

Arbitrary code execution

More info at https://github.com/PHPCSStandards/PHPCSUtils/security/advisories/GHSA-r6hr-vr92-vv28...

5.2AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/07/14 12:08 p.m.15 views

TYPO3-CORE-SA-2026-020: TYPO3 CMS - Unrestricted File Upload in Form Framework

More info at https://news.typo3.com/security/advisory/typo3-core-sa-2026-020...

6.3CVSS6.1AI score0.00174EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/07/13 9:10 a.m.12 views

Server-side request forgery (SSRF) via unvalidated RSS feed URLs

More info at https://contao.org/en/security-advisories/server-side-request-forgery-via-unvalidated-rss-feed-urls...

3.1CVSS6.1AI score0.00182EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/07/13 9:10 a.m.11 views

Server-side request forgery (SSRF) via unvalidated RSS feed URLs

More info at https://contao.org/en/security-advisories/server-side-request-forgery-via-unvalidated-rss-feed-urls...

3.1CVSS6.1AI score0.00182EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/24 4:12 a.m.13 views

CVE-2026-54718 - Remote code execution via advanced workflow email template

More info at https://www.silverstripe.org/download/security-releases/cve-2026-54718...

5.8AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/24 4:05 a.m.13 views

CVE-2026-54721 - Remote code execution via userforms email subject

More info at https://www.silverstripe.org/download/security-releases/cve-2026-54721...

5.8AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/24 2:53 a.m.10 views

CVE-2026-55779 - XSS in archive admin restore

More info at https://www.silverstripe.org/download/security-releases/cve-2026-55779...

5.8AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/24 2:45 a.m.14 views

CVE-2026-54720 - XSS attack through media embed

More info at https://www.silverstripe.org/download/security-releases/cve-2026-54720...

5.4CVSS5.8AI score0.00155EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/24 2:39 a.m.10 views

CVE-2026-54717 - XSS in breadcrumbs in page list view

More info at https://www.silverstripe.org/download/security-releases/cve-2026-54717...

5.4CVSS5.8AI score0.0024EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/19 7:21 a.m.19 views

symfony/ux-toolkit Path Traversal allows arbitrary file write and read via crafted recipe manifest

Description The ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map. The only guard against malicious paths was Path::isRelative, which returns true for paths like ../../../etc. Path::join then resolves the .. segments without complaint, so the...

7.8CVSS6.1AI score0.00146EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/19 7:21 a.m.18 views

symfony/ux-icons XSS via unsanitized SVG content in local files and Iconify on-demand responses

Description The uxicon Twig function is marked issafe='html', so Twig never escapes its output. Icon::toHtml inlines the SVG source verbatim into the page. Browsers execute elements and on event-handler attributes found inside inline SVG, making any unsanitized icon a vector for cross-site...

6.1CVSS6AI score0.00191EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/18 2:12 p.m.18 views

Dot-only cookie domains match all hosts

Impact CookieJar incorrectly accepts cookies with a dot-only Domain attribute, such as Domain=., Domain=.., Domain=..., and whitespace-padded variants such as Domain= . . In affected versions, SetCookie::matchesDomain removes leading dots from the cookie domain, normalizing dot-only values to the...

5.8CVSS5.9AI score0.00143EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/18 2:12 p.m.17 views

Silent HTTPS proxy downgrade to cleartext

Impact The built-in cURL handlers GuzzleHttp\Handler\CurlHandler and GuzzleHttp\Handler\CurlMultiHandler, used by default whenever the PHP cURL extension is available accept an https:// proxy — a proxy reached over a TLS-encrypted connection — through the proxy request option, client-level proxy...

5.9CVSS5.9AI score0.00106EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/18 9:49 a.m.16 views

CRLF injection in HTTP start-line serialization

Impact guzzlehttp/psr7 did not reject CR/LF characters in certain first-party HTTP start-line fields: the request method, protocol version, and response reason phrase. If an application placed attacker-controlled data into one of those fields and later serialized the PSR-7 message as raw HTTP/1.x...

4.8CVSS5.8AI score0.00158EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/15 3:39 p.m.12 views

Credentials disclosure in the crawler

More info at https://contao.org/en/security-advisories/credentials-disclosure-in-the-crawler...

2.6CVSS6.1AI score0.00154EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/15 3:39 p.m.12 views

Path traversal in the jobs module

More info at https://contao.org/en/security-advisories/path-traversal-in-the-jobs-module...

3.1CVSS6.1AI score0.00208EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/15 3:39 p.m.11 views

Path traversal in the jobs module

More info at https://contao.org/en/security-advisories/path-traversal-in-the-jobs-module...

3.1CVSS6.1AI score0.00208EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/15 3:39 p.m.17 views

Credentials disclosure in the crawler

More info at https://contao.org/en/security-advisories/credentials-disclosure-in-the-crawler...

2.6CVSS6.1AI score0.00154EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/11 10:41 a.m.16 views

CompilerRuntime code injection via unescaped function names

Impact mtdowling/jmespath.php can generate and execute attacker-controlled PHP code when JmesPath\CompilerRuntime is used with an attacker-controlled JMESPath expression. The compiler emits parsed JMESPath function names into generated PHP source without sufficient escaping. A crafted expression...

9.8CVSS5.9AI score0.0032EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 9:06 a.m.21 views

TYPO3-CORE-SA-2026-019: Broken Access Control in Form Framework

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-019...

7.6CVSS5.4AI score0.00238EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 9:03 a.m.20 views

TYPO3-CORE-SA-2026-018: Insecure Deserialization in Core API

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-018...

6.3CVSS5.4AI score0.00215EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 9:02 a.m.22 views

TYPO3-CORE-SA-2026-017: Privilege Escalation & SQL Injection in Form Framework

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-017...

8.7CVSS5.4AI score0.00244EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 9:01 a.m.17 views

TYPO3-CORE-SA-2026-016: Broken Access Control in File Abstraction Layer

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-016...

2.1CVSS5.4AI score0.00356EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 9:01 a.m.22 views

TYPO3-CORE-SA-2026-015: Broken Access Control in Backend API

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-015...

5.3CVSS5.4AI score0.00238EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 9:00 a.m.21 views

TYPO3-CORE-SA-2026-014: Broken Access Control in Clipboard

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-014...

5.3CVSS5.4AI score0.00238EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:59 a.m.20 views

TYPO3-CORE-SA-2026-013: Broken Access Control in Media Module

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-013...

7.1CVSS5.4AI score0.00313EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:58 a.m.21 views

TYPO3-CORE-SA-2026-012: Broken Access Control in DataHandler

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-012...

5.3CVSS5.4AI score0.00238EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:58 a.m.19 views

TYPO3-CORE-SA-2026-011: Broken Access Control in Recycler

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-011...

5.3CVSS5.4AI score0.00238EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:57 a.m.17 views

TYPO3-CORE-SA-2026-010: Cross-Site Scripting in Indexed Search

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-010...

5.1CVSS5.4AI score0.00269EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:57 a.m.18 views

TYPO3-CORE-SA-2026-009: Open Redirect in TYPO3 CMS

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-009...

5.3CVSS5.4AI score0.00294EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:56 a.m.18 views

TYPO3-CORE-SA-2026-008: Broken Access Control in Form Framework

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-008...

7.6CVSS5.4AI score0.00253EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/09 8:55 a.m.22 views

TYPO3-CORE-SA-2026-007: Broken Access Control in File Abstraction Layer

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-007...

7.2CVSS5.4AI score0.00238EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/08 8:00 p.m.17 views

TYPO3-CORE-SA-2026-006: TYPO3 HTML Sanitizer allows Cross-Site Scripting

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-006...

2.1CVSS5.4AI score0.00282EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/08 8:00 p.m.17 views

TYPO3-CORE-SA-2026-006: TYPO3 HTML Sanitizer allows Cross-Site Scripting

More info at https://typo3.org/security/advisory/typo3-core-sa-2026-006...

5.1CVSS5.4AI score0.00366EPSS
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:30 p.m.22 views

JWSVerifier uses algorithm from unprotected header, enabling algorithm confusion attacks

Summary JWSVerifier::getAlgorithm in src/Library/Signature/JWSVerifier.php line 144 merges protected and unprotected headers using PHP's spread operator: php $completeHeader = ...$signature-getProtectedHeader, ...$signature-getHeader; In PHP, when spreading arrays with duplicate string keys, the...

5.4AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:30 p.m.27 views

JWSVerifier uses algorithm from unprotected header, enabling algorithm confusion attacks

Summary JWSVerifier::getAlgorithm in src/Library/Signature/JWSVerifier.php line 144 merges protected and unprotected headers using PHP's spread operator: php $completeHeader = ...$signature-getProtectedHeader, ...$signature-getHeader; In PHP, when spreading arrays with duplicate string keys, the...

5.4AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:27 p.m.21 views

RSA1_5 (RSAES-PKCS1-v1_5) decryption lacks implicit rejection, exposing a Bleichenbacher/Marvin padding oracle

Impact RSACrypt::decryptWithRSA15 used by the RSA15 key-encryption algorithm implements RSAES-PKCS1-v15 decryption by inspecting the padding after RSADP and throwing InvalidArgumentException as soon as the padding is malformed. It does not implement the implicit-rejection countermeasure required ...

5.4AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:27 p.m.15 views

RSA1_5 (RSAES-PKCS1-v1_5) decryption lacks implicit rejection, exposing a Bleichenbacher/Marvin padding oracle

Impact RSACrypt::decryptWithRSA15 used by the RSA15 key-encryption algorithm implements RSAES-PKCS1-v15 decryption by inspecting the padding after RSADP and throwing InvalidArgumentException as soon as the padding is malformed. It does not implement the implicit-rejection countermeasure required ...

5.4AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:27 p.m.32 views

Chacha20Poly1305 key-encryption algorithm discards the Poly1305 authentication tag, performing no authentication on decryption

Impact The experimental Chacha20Poly1305 key-encryption algorithm generates the 16-byte Poly1305 authentication tag during encryptKey but discards it: the tag is never written to the header and therefore never reaches the wire. On the receiving side, decryptKey calls...

5.5AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:27 p.m.13 views

Chacha20Poly1305 key-encryption algorithm discards the Poly1305 authentication tag, performing no authentication on decryption

Impact The experimental Chacha20Poly1305 key-encryption algorithm generates the 16-byte Poly1305 authentication tag during encryptKey but discards it: the tag is never written to the header and therefore never reaches the wire. On the receiving side, decryptKey calls...

5.5AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:26 p.m.21 views

PBES2-HS*+A*KW unwrap accepts an unbounded p2c iteration count, enabling CPU-amplification denial of service

Impact When a JWE uses a password-based key-encryption algorithm PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW, PBES2AESKW::unwrapKey reads the p2c PBKDF2 iteration count parameter directly from the attacker-controlled JOSE header and passes it to hashpbkdf2 with no upper bound. The...

5.6AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/06 4:26 p.m.25 views

PBES2-HS*+A*KW unwrap accepts an unbounded p2c iteration count, enabling CPU-amplification denial of service

Impact When a JWE uses a password-based key-encryption algorithm PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW, PBES2AESKW::unwrapKey reads the p2c PBKDF2 iteration count parameter directly from the attacker-controlled JOSE header and passes it to hashpbkdf2 with no upper bound. The...

5.6AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/04 6:43 a.m.19 views

Stored Cross-Site Scripting (XSS) via uploaded files served inline in FileField and ImageField

EasyAdmin's FileField and ImageField accept browser-executable file types by default FileField applies no MIME/extension restrictions; ImageField's default Image constraint accepts SVG. When the upload directory is configured inside the public web root — as shown in the documentation — EasyAdmin...

6.2AI score
SaveExploits0Affected Software1
Friends Of PHP
Friends Of PHP
added 2026/06/04 6:43 a.m.7 views

Stored Cross-Site Scripting (XSS) via uploaded files served inline in FileField and ImageField

EasyAdmin's FileField and ImageField accept browser-executable file types by default FileField applies no MIME/extension restrictions; ImageField's default Image constraint accepts SVG. When the upload directory is configured inside the public web root — as shown in the documentation — EasyAdmin...

5.7AI score
SaveExploits0Affected Software1
Total number of security vulnerabilities1717