Punbb
by Punbb
Source repositories
CVEs (45)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2006-5738 | Hig | 0.47 | 7.2 | 0.01 | Nov 6, 2006 | Multiple SQL injection vulnerabilities in PunBB before 1.2.14 allow remote authenticated administrators to execute arbitrary SQL commands via unspecified vectors. | ||
| CVE-2009-2276 | 0.03 | — | 0.01 | Jul 1, 2009 | SQL injection vulnerability in voteforus.php in the Vote For Us extension 1.0.1 and earlier for PunBB allows remote attackers to execute arbitrary SQL commands via the out parameter. | |||
| CVE-2008-5418 | 0.03 | — | 0.02 | Dec 10, 2008 | Directory traversal vulnerability in login.php in the PunPortal module before 2.0 for PunBB allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the pun_user[language] parameter. | |||
| CVE-2008-1484 | 0.03 | — | 0.05 | Mar 24, 2008 | The password reset feature in PunBB 1.2.16 and earlier uses predictable random numbers based on the system time, which allows remote authenticated users to determine the new password via a brute force attack on a seed that is based on the approximate creation time of the… | |||
| CVE-2006-1090 | 0.03 | — | 0.04 | Mar 9, 2006 | register.php in PunBB 1.2.10 allows remote attackers to cause an unspecified denial of service via a flood of new user registrations. | |||
| CVE-2006-0865 | 0.03 | — | 0.03 | Feb 23, 2006 | PunBB 1.2.10 and earlier allows remote attackers to cause a denial of service (resource consumption) by registering many user accounts quickly. | |||
| CVE-2005-3518 | 0.03 | — | 0.03 | Nov 6, 2005 | SQL injection vulnerability in search.php in PunBB 1.2.7 and 1.2.8 allows remote attackers to execute arbitrary SQL commands via the old_searches parameter. | |||
| CVE-2005-0569 | 0.03 | — | 0.03 | May 2, 2005 | Multiple SQL injection vulnerabilities in PunBB 1.2.1 allow remote attackers to execute arbitrary SQL commands via the (1) language parameter to register.php, (2) change email feature in profile.php, (3) posts or (4) topics parameter to moderate.php. | |||
| CVE-2005-0818 | 0.03 | — | 0.03 | May 2, 2005 | Cross-site scripting (XSS) vulnerability in PunBB 1.2.3 allows remote attackers to inject arbitrary web script or HTML via the (1) email or (2) Jabber parameters. | |||
| CVE-2005-1051 | 0.03 | — | 0.02 | May 2, 2005 | SQL injection vulnerability in profile.php in PunBB 1.2.4 allows remote authenticated users to execute arbitrary SQL commands via the id parameter in a change_email action. | |||
| CVE-2006-5735 | 0.01 | — | 0.15 | Nov 6, 2006 | Directory traversal vulnerability in include/common.php in PunBB before 1.2.14 allows remote authenticated users to include and execute arbitrary local files via a .. (dot dot) in the language parameter, related to register.php storing a language value in the users table. | |||
| CVE-2021-28968 | 0.00 | — | 0.01 | Mar 22, 2021 | An issue was discovered in PunBB before 1.4.6. An XSS vulnerability in the [email] BBcode tag allows (with authentication) injecting arbitrary JavaScript into any forum message. | |||
| CVE-2011-3371 | 0.00 | — | 0.02 | Oct 2, 2011 | Multiple cross-site scripting (XSS) vulnerabilities in include/functions.php in PunBB before 1.3.6 allow remote attackers to inject arbitrary web script or HTML via the (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7)… | |||
| CVE-2009-4894 | 0.00 | — | 0.01 | Jun 15, 2010 | Multiple cross-site scripting (XSS) vulnerabilities in profile.php in PunBB before 1.3.4 allow remote attackers to inject arbitrary web script or HTML via the (1) password or (2) e-mail. | |||
| CVE-2010-0455 | 0.00 | — | 0.01 | Jan 28, 2010 | Cross-site scripting (XSS) vulnerability in forum/viewtopic.php in PunBB 1.3 allows remote attackers to inject arbitrary web script or HTML via the pid parameter. | |||
| CVE-2008-7241 | 0.00 | — | 0.01 | Sep 17, 2009 | Cross-site request forgery (CSRF) vulnerability in PunBB before 1.2.17 allows remote attackers to hijack the authentication of unspecified users for requests related to a logout, probably a forced logout. | |||
| CVE-2008-5435 | 0.00 | — | 0.01 | Dec 11, 2008 | Cross-site scripting (XSS) vulnerability in moderate.php in PunBB before 1.3.1 allows remote attackers to inject arbitrary web script or HTML via a topic subject. | |||
| CVE-2008-5434 | 0.00 | — | 0.01 | Dec 11, 2008 | Multiple SQL injection vulnerabilities in PunBB 1.3 and 1.3.1 allow remote authenticated administrators to execute arbitrary SQL commands via the (1) order_by or (2) direction parameter to admin/users.php, or (3) configuration options to admin/settings.php. | |||
| CVE-2008-5433 | 0.00 | — | 0.01 | Dec 11, 2008 | Cross-site scripting (XSS) vulnerability in login.php in PunBB 1.3 and 1.3.1 allows remote attackers to inject arbitrary web script or HTML via the password field. | |||
| CVE-2008-3968 | 0.00 | — | 0.01 | Sep 11, 2008 | Cross-site scripting (XSS) vulnerability in userlist.php in PunBB before 1.2.20 allows remote attackers to inject arbitrary web script or HTML via the p parameter. |
- risk 0.47cvss 7.2epss 0.01
Multiple SQL injection vulnerabilities in PunBB before 1.2.14 allow remote authenticated administrators to execute arbitrary SQL commands via unspecified vectors.
- CVE-2009-2276Jul 1, 2009risk 0.03cvss —epss 0.01
SQL injection vulnerability in voteforus.php in the Vote For Us extension 1.0.1 and earlier for PunBB allows remote attackers to execute arbitrary SQL commands via the out parameter.
- CVE-2008-5418Dec 10, 2008risk 0.03cvss —epss 0.02
Directory traversal vulnerability in login.php in the PunPortal module before 2.0 for PunBB allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the pun_user[language] parameter.
- CVE-2008-1484Mar 24, 2008risk 0.03cvss —epss 0.05
The password reset feature in PunBB 1.2.16 and earlier uses predictable random numbers based on the system time, which allows remote authenticated users to determine the new password via a brute force attack on a seed that is based on the approximate creation time of the…
- CVE-2006-1090Mar 9, 2006risk 0.03cvss —epss 0.04
register.php in PunBB 1.2.10 allows remote attackers to cause an unspecified denial of service via a flood of new user registrations.
- CVE-2006-0865Feb 23, 2006risk 0.03cvss —epss 0.03
PunBB 1.2.10 and earlier allows remote attackers to cause a denial of service (resource consumption) by registering many user accounts quickly.
- CVE-2005-3518Nov 6, 2005risk 0.03cvss —epss 0.03
SQL injection vulnerability in search.php in PunBB 1.2.7 and 1.2.8 allows remote attackers to execute arbitrary SQL commands via the old_searches parameter.
- CVE-2005-0569May 2, 2005risk 0.03cvss —epss 0.03
Multiple SQL injection vulnerabilities in PunBB 1.2.1 allow remote attackers to execute arbitrary SQL commands via the (1) language parameter to register.php, (2) change email feature in profile.php, (3) posts or (4) topics parameter to moderate.php.
- CVE-2005-0818May 2, 2005risk 0.03cvss —epss 0.03
Cross-site scripting (XSS) vulnerability in PunBB 1.2.3 allows remote attackers to inject arbitrary web script or HTML via the (1) email or (2) Jabber parameters.
- CVE-2005-1051May 2, 2005risk 0.03cvss —epss 0.02
SQL injection vulnerability in profile.php in PunBB 1.2.4 allows remote authenticated users to execute arbitrary SQL commands via the id parameter in a change_email action.
- CVE-2006-5735Nov 6, 2006risk 0.01cvss —epss 0.15
Directory traversal vulnerability in include/common.php in PunBB before 1.2.14 allows remote authenticated users to include and execute arbitrary local files via a .. (dot dot) in the language parameter, related to register.php storing a language value in the users table.
- CVE-2021-28968Mar 22, 2021risk 0.00cvss —epss 0.01
An issue was discovered in PunBB before 1.4.6. An XSS vulnerability in the [email] BBcode tag allows (with authentication) injecting arbitrary JavaScript into any forum message.
- CVE-2011-3371Oct 2, 2011risk 0.00cvss —epss 0.02
Multiple cross-site scripting (XSS) vulnerabilities in include/functions.php in PunBB before 1.3.6 allow remote attackers to inject arbitrary web script or HTML via the (1) id, (2) form_sent, (3) csrf_token, (4) req_confirm, or (5) delete parameter to delete.php, the (6) id, (7)…
- CVE-2009-4894Jun 15, 2010risk 0.00cvss —epss 0.01
Multiple cross-site scripting (XSS) vulnerabilities in profile.php in PunBB before 1.3.4 allow remote attackers to inject arbitrary web script or HTML via the (1) password or (2) e-mail.
- CVE-2010-0455Jan 28, 2010risk 0.00cvss —epss 0.01
Cross-site scripting (XSS) vulnerability in forum/viewtopic.php in PunBB 1.3 allows remote attackers to inject arbitrary web script or HTML via the pid parameter.
- CVE-2008-7241Sep 17, 2009risk 0.00cvss —epss 0.01
Cross-site request forgery (CSRF) vulnerability in PunBB before 1.2.17 allows remote attackers to hijack the authentication of unspecified users for requests related to a logout, probably a forced logout.
- CVE-2008-5435Dec 11, 2008risk 0.00cvss —epss 0.01
Cross-site scripting (XSS) vulnerability in moderate.php in PunBB before 1.3.1 allows remote attackers to inject arbitrary web script or HTML via a topic subject.
- CVE-2008-5434Dec 11, 2008risk 0.00cvss —epss 0.01
Multiple SQL injection vulnerabilities in PunBB 1.3 and 1.3.1 allow remote authenticated administrators to execute arbitrary SQL commands via the (1) order_by or (2) direction parameter to admin/users.php, or (3) configuration options to admin/settings.php.
- CVE-2008-5433Dec 11, 2008risk 0.00cvss —epss 0.01
Cross-site scripting (XSS) vulnerability in login.php in PunBB 1.3 and 1.3.1 allows remote attackers to inject arbitrary web script or HTML via the password field.
- CVE-2008-3968Sep 11, 2008risk 0.00cvss —epss 0.01
Cross-site scripting (XSS) vulnerability in userlist.php in PunBB before 1.2.20 allows remote attackers to inject arbitrary web script or HTML via the p parameter.
Page 1 of 3