{"id":36750465,"url":"https://github.com/octodemo/vulnerable-node-larger","last_synced_at":"2026-01-12T12:43:39.095Z","repository":{"id":187081279,"uuid":"576419675","full_name":"octodemo/vulnerable-node-larger","owner":"octodemo","description":"A vulnerable node express server","archived":false,"fork":false,"pushed_at":"2023-01-09T17:37:50.000Z","size":1282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-08-08T22:52:18.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octodemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null},"funding":{"github":["cr0hn"]}},"created_at":"2022-12-09T20:14:19.000Z","updated_at":"2023-08-08T22:53:19.068Z","dependencies_parsed_at":null,"dependency_job_id":"242927e7-c58a-43cc-b368-3fa2dbd86237","html_url":"https://github.com/octodemo/vulnerable-node-larger","commit_stats":null,"previous_names":["octodemo/vulnerable-node-larger"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/octodemo/vulnerable-node-larger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octodemo%2Fvulnerable-node-larger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octodemo%2Fvulnerable-node-larger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octodemo%2Fvulnerable-node-larger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octodemo%2Fvulnerable-node-larger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octodemo","download_url":"https://codeload.github.com/octodemo/vulnerable-node-larger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octodemo%2Fvulnerable-node-larger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-12T12:43:38.358Z","updated_at":"2026-01-12T12:43:39.087Z","avatar_url":"https://github.com/octodemo.png","language":"JavaScript","funding_links":["https://github.com/sponsors/cr0hn"],"categories":[],"sub_categories":[],"readme":"Vulnerable Node Project\n===============\n\n![Logo](https://raw.githubusercontent.com/cr0hn/vulnerable-node/master/images/logo-small.png)\n\n*Vulnerable Node: A very vulnerable web site written in NodeJS*\n\nCodename | PsEA\n-------- | ----\nVersion | 1.0\nCode | https://github.com/cr0hn/vulnerable-node\nIssues | https://github.com/cr0hn/vulnerable-node/issues/\nAuthor | Daniel Garcia (cr0hn) - @ggdaniel\n\n# Support this project\n\nSupport this project (to solve issues, new features...) by applying the Github \"Sponsor\" button.\n\n# What's this project?\n\nThe goal of this project is to be a project with really vulnerable code in NodeJS, not simulated.\n\n## Why?\n\nSimilar project, like OWASP Node Goat, are pretty and useful for learning process but not for a real researcher or studding vulnerabilities in source code, because their code is not really vulnerable but simulated.\n\nThis project was created with the **purpose of have a project with identified vulnerabilities in source code with the finality of can measure the quality of security analyzers tools**.\n\nAlthough not its main objective, this project also can be useful for:\n\n- Pentesting training.\n- Teaching: learn how NOT programming in NodeJS.\n\nThe purpose of project is to provide a real app to test the quality of security source code analyzers in white box processing.\n\n## How?\n\nThis project simulates a real (and very little) shop site that has identifiable sources points of common vulnerabilities.\n\n## Installation\n\nThe most simple way to run the project is using docker-compose, doing this:\n\n```bash\n\n# git clone https://github.com/cr0hn/vulnerable-node.git vulnerable-node\n# cd vulnerable-node/\n# docker-compose build \u0026\u0026 docker-compose up\nBuilding postgres_db\nStep 1 : FROM library/postgres\n---\u003e 247a11721cbd\nStep 2 : MAINTAINER \"Daniel Garcia aka (cr0hn)\" \u003ccr0hn@cr0hn.com\u003e\n---\u003e Using cache\n---\u003e d67c05e9e2d5\nStep 3 : ADD init.sql /docker-entrypoint-initdb.d/\n....\n```\n\n## Running\n\nOnce docker compose was finished, we can open a browser and type the URL: `127.0.0.1:3000` (or the IP where you deployed the project):\n\n![Login screen](https://raw.githubusercontent.com/cr0hn/vulnerable-node/master/images/login.jpg)\n\nTo access to website you can use displayed in landing page:\n\n- admin : admin\n- roberto : asdfpiuw981\n\nHere some images of site:\n\n![home screen](https://raw.githubusercontent.com/cr0hn/vulnerable-node/master/images/home.jpg)\n\n![shopping](https://raw.githubusercontent.com/cr0hn/vulnerable-node/master/images/shop.jpg)\n\n![purchased products](https://raw.githubusercontent.com/cr0hn/vulnerable-node/master/images/purchased.jpg)\n\n# Vulnerabilities\n\n## Vulnerability list:\n\nThis project has the most common vulnerabilities of `OWASP Top 10 \u003chttps://www.owasp.org/index.php/Top_10_2013-Top_10\u003e`:\n\n- A1  - Injection\n- A2  - Broken Authentication and Session Management\n- A3  - Cross-Site Scripting (XSS)\n- A4  - Insecure Direct Object References\n- A5  - Security Misconfiguration\n- A6  - Sensitive Data Exposure\n- A8  - Cross-Site Request Forgery (CSRF)\n- A10 - Unvalidated Redirects and Forwards\n\n## Vulnerability code location\n\nThe exactly code location of each vulnerability is pending to write\n\n# References\n\nI took ideas and how to explode it in NodeJS using these references:\n\n- https://blog.risingstack.com/node-js-security-checklist/\n- https://github.com/substack/safe-regex\n\n# License\n\nThis project is released under license BSD.\n\n\nStuff at the bottom\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctodemo%2Fvulnerable-node-larger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctodemo%2Fvulnerable-node-larger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctodemo%2Fvulnerable-node-larger/lists"}