René's URL Explorer Experiment


Title: Dependency org.apache.shiro:shiro-web, leading to CVE problem · Issue #13 · c0de8ug/javaee-tutorial · GitHub

Open Graph Title: Dependency org.apache.shiro:shiro-web, leading to CVE problem · Issue #13 · c0de8ug/javaee-tutorial

X Title: Dependency org.apache.shiro:shiro-web, leading to CVE problem · Issue #13 · c0de8ug/javaee-tutorial

Description: Hi, In javaee-tutorial,there is a dependency org.apache.shiro:shiro-web:1.2.4 that calls the risk method. CVE-2020-11989 The scope of this CVE affected version is [,1.5.3) After further analysis, in this project, the main Api called is <...

Open Graph Description: Hi, In javaee-tutorial,there is a dependency org.apache.shiro:shiro-web:1.2.4 that calls the risk method. CVE-2020-11989 The scope of this CVE affected version is [,1.5.3) After further analysis, i...

X Description: Hi, In javaee-tutorial,there is a dependency org.apache.shiro:shiro-web:1.2.4 that calls the risk method. CVE-2020-11989 The scope of this CVE affected version is [,1.5.3) After further analysis, i...

Opengraph URL: https://github.com/c0de8ug/javaee-tutorial/issues/13

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Dependency org.apache.shiro:shiro-web, leading to CVE problem","articleBody":"Hi, In **javaee-tutorial**,there is a dependency **org.apache.shiro:shiro-web:1.2.4** that calls the risk method.\r\n\r\n[CVE-2020-11989](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11989)\r\n\r\nThe scope of this CVE affected version is **[,1.5.3)**\r\n\r\nAfter further analysis, in this project, the main Api called is **\u003corg.apache.shiro.web.util.WebUtils: java.lang.String getPathWithinApplication(javax.servlet.http.HttpServletRequest)\u003e**\r\n\r\nRisk method repair link : [GitHub](https://github.com/apache/shiro/commit/b90f91875e5e18c4805013c2fa0567b1700f5a96)\r\n\r\n**CVE Bug Invocation Path--**\r\n\r\n**Path Length : 3**\r\n\r\n```\r\n\u003corg.apache.shiro.web.util.WebUtils: java.lang.String getPathWithinApplication(javax.servlet.http.HttpServletRequest)\u003e\r\nat \u003ccom.giit.www.filter.FormLoginFilter: boolean isLoginRequest(javax.servlet.http.HttpServletRequest)\u003e (com.giit.www.filter.FormLoginFilter.java:[60]) in /detect/unzip/javaee-tutorial-master/target/classes\r\nat \u003ccom.giit.www.filter.FormLoginFilter: boolean onPreHandle(javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.Object)\u003e (com.giit.www.filter.FormLoginFilter.java:[26]) in /detect/unzip/javaee-tutorial-master/target/classes\r\n```\r\n\r\n\r\n\r\n**Dependency tree--**\r\n\r\n```\r\n[INFO] core:com.giit.www.orderbook:war:1.0-SNAPSHOT\r\n[INFO] +- org.hamcrest:hamcrest-core:jar:1.3:compile\r\n[INFO] +- org.apache.shiro:shiro-core:jar:1.4.2:compile\r\n[INFO] |  +- org.apache.shiro:shiro-lang:jar:1.4.2:compile\r\n[INFO] |  +- org.apache.shiro:shiro-cache:jar:1.4.2:compile\r\n[INFO] |  +- org.apache.shiro:shiro-crypto-hash:jar:1.4.2:compile\r\n[INFO] |  |  \\- org.apache.shiro:shiro-crypto-core:jar:1.4.2:compile\r\n[INFO] |  +- org.apache.shiro:shiro-crypto-cipher:jar:1.4.2:compile\r\n[INFO] |  +- org.apache.shiro:shiro-config-core:jar:1.4.2:compile\r\n[INFO] |  +- org.apache.shiro:shiro-config-ogdl:jar:1.4.2:compile\r\n[INFO] |  |  \\- commons-beanutils:commons-beanutils:jar:1.9.3:compile\r\n[INFO] |  |     \\- commons-collections:commons-collections:jar:3.2.2:compile\r\n[INFO] |  \\- org.apache.shiro:shiro-event:jar:1.4.2:compile\r\n[INFO] +- org.apache.shiro:shiro-web:jar:1.2.4:compile\r\n[INFO] +- org.apache.shiro:shiro-quartz:jar:1.2.4:compile\r\n[INFO] |  \\- org.opensymphony.quartz:quartz:jar:1.6.1:compile\r\n[INFO] +- org.apache.shiro:shiro-spring:jar:1.2.4:compile\r\n[INFO] +- org.apache.shiro:shiro-aspectj:jar:1.2.4:compile\r\n[INFO] +- mysql:mysql-connector-java:jar:5.1.38:compile\r\n[INFO] +- org.aspectj:aspectjrt:jar:1.8.8:compile\r\n[INFO] +- org.aspectj:aspectjweaver:jar:1.8.8:compile\r\n[INFO] |  \\- org.springframework:spring-core:jar:4.2.4.RELEASE:compile\r\n[INFO] +- org.springframework:spring-context-support:jar:4.2.4.RELEASE:compile\r\n[INFO] |  +- org.springframework:spring-beans:jar:4.2.4.RELEASE:compile\r\n[INFO] |  \\- org.springframework:spring-context:jar:4.2.4.RELEASE:compile\r\n[INFO] |     \\- org.springframework:spring-aop:jar:4.2.4.RELEASE:compile\r\n[INFO] |        \\- aopalliance:aopalliance:jar:1.0:compile\r\n[INFO] +- org.springframework:spring-jdbc:jar:4.2.4.RELEASE:compile\r\n[INFO] +- org.springframework:spring-tx:jar:4.2.4.RELEASE:compile\r\n[INFO] +- org.springframework:spring-webmvc:jar:4.2.4.RELEASE:compile\r\n[INFO] |  +- org.springframework:spring-expression:jar:4.2.4.RELEASE:compile\r\n[INFO] |  \\- org.springframework:spring-web:jar:4.2.4.RELEASE:compile\r\n[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided\r\n[INFO] +- javax.servlet.jsp:jsp-api:jar:2.2:compile\r\n[INFO] +- javax.servlet:jstl:jar:1.2:compile\r\n[INFO] +- org.mybatis:mybatis-spring:jar:1.2.4:compile\r\n[INFO] +- org.mybatis:mybatis:jar:3.3.1:compile\r\n[INFO] +- cglib:cglib:jar:3.2.0:compile\r\n[INFO] |  +- org.ow2.asm:asm:jar:5.0.3:compile\r\n[INFO] |  \\- org.apache.ant:ant:jar:1.9.4:compile\r\n[INFO] |     \\- org.apache.ant:ant-launcher:jar:1.9.4:compile\r\n[INFO] +- commons-logging:commons-logging:jar:1.2:compile\r\n[INFO] +- org.slf4j:slf4j-api:jar:1.7.14:compile\r\n[INFO] +- log4j:log4j:jar:1.2.17:compile\r\n[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.3:compile\r\n[INFO] |  \\- org.apache.logging.log4j:log4j-api:jar:2.3:compile\r\n[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.14:compile\r\n[INFO] +- ognl:ognl:jar:3.1.2:compile\r\n[INFO] |  \\- javassist:javassist:jar:3.11.0.GA:compile\r\n[INFO] +- org.javassist:javassist:jar:3.20.0-GA:compile\r\n[INFO] +- org.apache.commons:commons-pool2:jar:2.3:compile\r\n[INFO] +- org.apache.commons:commons-dbcp2:jar:2.1:compile\r\n[INFO] +- com.google.code.gson:gson:jar:2.6:compile\r\n[INFO] \\- commons-fileupload:commons-fileupload:jar:1.3.3:compile\r\n[INFO]    \\- commons-io:commons-io:jar:2.2:compile\r\n```\r\n\r\n**_Suggested solutions:_**\r\n\r\nUpdate dependency version\r\n\r\n\r\n\r\nThank you very much.","author":{"url":"https://github.com/CVEDetect","@type":"Person","name":"CVEDetect"},"datePublished":"2021-09-13T07:30:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/13/javaee-tutorial/issues/13"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e02f9a23-06d3-e9c4-a7f6-16838415f277
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAFBE:3BDF7:34B25D7:43ADBE6:69801158
html-safe-nonce4a2a199fd853b5bae214f9c4e728ff5624f2d8a269dfb5d192694f0bed8a9349
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRkJFOjNCREY3OjM0QjI1RDc6NDNBREJFNjo2OTgwMTE1OCIsInZpc2l0b3JfaWQiOiI4OTM3NDA0Mjg1NjA0MzM1OTYwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac57928f91b1fcef0d3f287591a237a230a9f129397314c4f49841297892b84917
hovercard-subject-tagissue:994552349
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/c0de8ug/javaee-tutorial/13/issue_layout
twitter:imagehttps://opengraph.githubassets.com/aa3b4689b73238b05e7dcccb7b133eea23c637ceeacfc11f69ea669094c8c685/c0de8ug/javaee-tutorial/issues/13
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/aa3b4689b73238b05e7dcccb7b133eea23c637ceeacfc11f69ea669094c8c685/c0de8ug/javaee-tutorial/issues/13
og:image:altHi, In javaee-tutorial,there is a dependency org.apache.shiro:shiro-web:1.2.4 that calls the risk method. CVE-2020-11989 The scope of this CVE affected version is [,1.5.3) After further analysis, i...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameCVEDetect
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/c0de8ug/javaee-tutorial git https://github.com/c0de8ug/javaee-tutorial.git
octolytics-dimension-user_id40494925
octolytics-dimension-user_loginc0de8ug
octolytics-dimension-repository_id138445062
octolytics-dimension-repository_nwoc0de8ug/javaee-tutorial
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id138445062
octolytics-dimension-repository_network_root_nwoc0de8ug/javaee-tutorial
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues/13#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fc0de8ug%2Fjavaee-tutorial%2Fissues%2F13
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fc0de8ug%2Fjavaee-tutorial%2Fissues%2F13
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=c0de8ug%2Fjavaee-tutorial
Reloadhttps://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues/13
Reloadhttps://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues/13
Reloadhttps://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues/13
c0de8ug https://patch-diff.githubusercontent.com/c0de8ug
javaee-tutorialhttps://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fc0de8ug%2Fjavaee-tutorial
Fork 113 https://patch-diff.githubusercontent.com/login?return_to=%2Fc0de8ug%2Fjavaee-tutorial
Star 202 https://patch-diff.githubusercontent.com/login?return_to=%2Fc0de8ug%2Fjavaee-tutorial
Code https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial
Issues 3 https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues
Pull requests 10 https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/pulls
Actions https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/actions
Projects 0 https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/projects
Security 0 https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/security
Insights https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/pulse
Code https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial
Issues https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues
Pull requests https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/pulls
Actions https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/actions
Projects https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/projects
Security https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/security
Insights https://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/c0de8ug/javaee-tutorial/issues/13
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/c0de8ug/javaee-tutorial/issues/13
Dependency org.apache.shiro:shiro-web, leading to CVE problemhttps://patch-diff.githubusercontent.com/c0de8ug/javaee-tutorial/issues/13#top
https://github.com/CVEDetect
https://github.com/CVEDetect
CVEDetecthttps://github.com/CVEDetect
on Sep 13, 2021https://github.com/c0de8ug/javaee-tutorial/issues/13#issue-994552349
CVE-2020-11989https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11989
GitHubhttps://github.com/apache/shiro/commit/b90f91875e5e18c4805013c2fa0567b1700f5a96
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.